public interface SoldToPartyAssignmentOfSalesSchedulingAgreementService extends BatchService<SoldToPartyAssignmentOfSalesSchedulingAgreementServiceBatch>
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 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
DelivSchedSoldToPartyDetnFluentHelper |
getAllDelivSchedSoldToPartyDetn()
Fetch multiple
DelivSchedSoldToPartyDetn entities. |
DelivSchedSoldToPartyDetnByKeyFluentHelper |
getDelivSchedSoldToPartyDetnByKey(String supplier,
String partnerDescription,
String unloadingPointName)
Fetch a single
DelivSchedSoldToPartyDetn entity using key fields. |
SoldToPartyAssignmentOfSalesSchedulingAgreementService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull SoldToPartyAssignmentOfSalesSchedulingAgreementService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull DelivSchedSoldToPartyDetnFluentHelper getAllDelivSchedSoldToPartyDetn()
DelivSchedSoldToPartyDetn
entities.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 DelivSchedSoldToPartyDetnByKeyFluentHelper getDelivSchedSoldToPartyDetnByKey(String supplier, String partnerDescription, String unloadingPointName)
DelivSchedSoldToPartyDetn
entity using key fields.unloadingPointName
- Specifies the point at which the material is to be unloaded (for example, ramp 1).
Constraints: Not nullable, Maximum length: 25
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
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.