@Named(value="com.sap.cloud.sdk.s4hana.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: | API_SD_SA_SOLDTOPARTYDETN |
API Version: | 1 |
Communication Scenario: | Sold-to Party Assignment of Sales Scheduling Agreement Integration (SAP_COM_0367) |
Scope Items: | Sales Scheduling Agreements (3NR) |
Authentication Methods: | Basic, x509 |
Business Object: | SalesSchedulingAgreement |
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
- The number which the customer has assigned to the supplier.
Constraints: Not nullable, Maximum length: 17
partnerDescription
- Sold-to party number sent in by the customer in delivery schedules.
Constraints: Not nullable, Maximum length: 30
unloadingPointName
- Specifies the point at which the material is to be unloaded (for example, ramp 1).
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.