public interface SupplyAssignmentPriorityService extends BatchService<SupplyAssignmentPriorityServiceBatch>
This service enables you to read and update the values of supply assignment demand priority and demand group priority of sales orders, fashion contracts, and stock transport orders from the SAP S/4HANA system. The service contains only the item node. Note: You can use the functionality of this service only by activating the business functions ISR_RETAILSYSTEM and SUPPLY_ASSIGNMENT_01..
Reference: SAP API Business Hub
OData Service: | OP_API_SUPPLY_ASSIGNMENT_PRIORITY_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Sales Order |
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 |
---|---|
ARunPriorityCreateFluentHelper |
createARunPriority(ARunPriority aRunPriority)
Create a new
ARunPriority entity and save it to the S/4HANA system. |
ARunPriorityFluentHelper |
getAllARunPriority()
Fetch multiple
ARunPriority entities. |
ARunPriorityByKeyFluentHelper |
getARunPriorityByKey(String requirementDocumentNumber,
String requirementDocumentItem,
String requirementType)
Fetch a single
ARunPriority entity using key fields. |
SupplyAssignmentPriorityService |
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 SupplyAssignmentPriorityService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ARunPriorityFluentHelper getAllARunPriority()
ARunPriority
entities.ARunPriority
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 ARunPriorityByKeyFluentHelper getARunPriorityByKey(String requirementDocumentNumber, String requirementDocumentItem, String requirementType)
ARunPriority
entity using key fields.requirementDocumentItem
- Sales Document Item
Constraints: Not nullable, Maximum length: 6
requirementDocumentNumber
- Sales Document
Constraints: Not nullable, Maximum length: 10
requirementType
- Requirement Type
Constraints: Not nullable, Maximum length: 2
ARunPriority
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.@Nonnull ARunPriorityCreateFluentHelper createARunPriority(@Nonnull ARunPriority aRunPriority)
ARunPriority
entity and save it to the S/4HANA system.aRunPriority
- ARunPriority
entity object that will be created in the S/4HANA system.ARunPriority
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.