@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultSoldToPartyAssignmentOfSalesSchedulingAgreementService") public class DefaultSoldToPartyAssignmentOfSalesSchedulingAgreementService extends Object implements SoldToPartyAssignmentOfSalesSchedulingAgreementService
This service contains one entity only. Once the sold-to party assignment has been retrieved, it is sent in the response. If there are any issues when retrieving the sold-to party assignment, the system displays error messages in the response..
Reference: SAP API Business Hub
OData Service: | OP_API_SD_SA_SOLDTOPARTYDETN_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Sales Scheduling Agreement |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultSoldToPartyAssignmentOfSalesSchedulingAgreementService()
Creates a service using
SoldToPartyAssignmentOfSalesSchedulingAgreementService.DEFAULT_SERVICE_PATH to
send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultSoldToPartyAssignmentOfSalesSchedulingAgreementServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
DelivSchedSoldToPartyDetnFluentHelper |
getAllDelivSchedSoldToPartyDetn()
Fetch multiple
DelivSchedSoldToPartyDetn entities. |
DelivSchedSoldToPartyDetnByKeyFluentHelper |
getDelivSchedSoldToPartyDetnByKey(String supplier,
String partnerDescription,
String unloadingPointName)
Fetch a single
DelivSchedSoldToPartyDetn entity using key fields. |
DefaultSoldToPartyAssignmentOfSalesSchedulingAgreementService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultSoldToPartyAssignmentOfSalesSchedulingAgreementService()
SoldToPartyAssignmentOfSalesSchedulingAgreementService.DEFAULT_SERVICE_PATH
to
send the requests.@Nonnull public DefaultSoldToPartyAssignmentOfSalesSchedulingAgreementService withServicePath(@Nonnull String servicePath)
SoldToPartyAssignmentOfSalesSchedulingAgreementService
withServicePath
in interface SoldToPartyAssignmentOfSalesSchedulingAgreementService
servicePath
- Service path that will override the default.@Nonnull public DefaultSoldToPartyAssignmentOfSalesSchedulingAgreementServiceBatch batch()
batch
in interface BatchService<SoldToPartyAssignmentOfSalesSchedulingAgreementServiceBatch>
@Nonnull public DelivSchedSoldToPartyDetnFluentHelper getAllDelivSchedSoldToPartyDetn()
SoldToPartyAssignmentOfSalesSchedulingAgreementService
DelivSchedSoldToPartyDetn
entities.getAllDelivSchedSoldToPartyDetn
in interface SoldToPartyAssignmentOfSalesSchedulingAgreementService
DelivSchedSoldToPartyDetn
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public DelivSchedSoldToPartyDetnByKeyFluentHelper getDelivSchedSoldToPartyDetnByKey(String supplier, String partnerDescription, String unloadingPointName)
SoldToPartyAssignmentOfSalesSchedulingAgreementService
DelivSchedSoldToPartyDetn
entity using key fields.getDelivSchedSoldToPartyDetnByKey
in interface SoldToPartyAssignmentOfSalesSchedulingAgreementService
supplier
- Supplier Number at Customer Location
Constraints: Not nullable, Maximum length: 17
partnerDescription
- Customer description of partner (plant, storage location)
Constraints: Not nullable, Maximum length: 30
unloadingPointName
- Unloading Point
Constraints: Not nullable, Maximum length: 25
DelivSchedSoldToPartyDetn
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.