public interface ProductAllocationSequenceService extends BatchService<ProductAllocationSequenceServiceBatch>
You can use this service to read header data for a specific product allocation sequence (including its description) as well as read, edit and delete any assigned product and product-location assignments.
Reference: SAP API Business Hub
OData Service: | API_PRODUCT_ALLOC_SEQUENCE_SRV |
API Version: | 1 |
Communication Scenario: | Product Allocation Sequence Integration (SAP_COM_0161) |
Scope Items: | Advanced Available-to-Promise Processing (1JW) |
Authentication Methods: | Basic, x509 |
Business Object: | ProductAllocationSequence |
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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ProductAllocationSequenceService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProdAllocationSequenceFluentHelper getAllProdAllocationSequence()
ProdAllocationSequence
entities.ProdAllocationSequence
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 ProdAllocationSequenceByKeyFluentHelper getProdAllocationSequenceByKey(UUID productAllocationSequenceUUID)
ProdAllocationSequence
entity using key fields.productAllocationSequenceUUID
- Product Allocation Sequence UUID
Constraints: Not nullable
ProdAllocationSequence
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 ProdAllocationSequenceCreateFluentHelper createProdAllocationSequence(@Nonnull ProdAllocationSequence prodAllocationSequence)
ProdAllocationSequence
entity and save it to the S/4HANA system.prodAllocationSequence
- ProdAllocationSequence
entity object that will be created in the S/4HANA system.ProdAllocationSequence
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdAllocSequenceTFluentHelper getAllProdAllocSequenceT()
ProdAllocSequenceT
entities.ProdAllocSequenceT
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 ProdAllocSequenceTByKeyFluentHelper getProdAllocSequenceTByKey(UUID productAllocationSequenceUUID, String language)
ProdAllocSequenceT
entity using key fields.productAllocationSequenceUUID
- Product Allocation Sequence UUID
Constraints: Not nullable
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
ProdAllocSequenceT
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 ProdAllocSqncAssgmtFluentHelper getAllProdAllocSqncAssgmt()
ProdAllocSqncAssgmt
entities.ProdAllocSqncAssgmt
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 ProdAllocSqncAssgmtByKeyFluentHelper getProdAllocSqncAssgmtByKey(UUID prodAllocSqncAssignmentUUID)
ProdAllocSqncAssgmt
entity using key fields.prodAllocSqncAssignmentUUID
- Product Allocation Sequence Assignment UUID
Constraints: Not nullable
ProdAllocSqncAssgmt
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 ProdAllocSqncAssgmtCreateFluentHelper createProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt)
ProdAllocSqncAssgmt
entity and save it to the S/4HANA system.prodAllocSqncAssgmt
- ProdAllocSqncAssgmt
entity object that will be created in the S/4HANA system.ProdAllocSqncAssgmt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProdAllocSqncAssgmtUpdateFluentHelper updateProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt)
ProdAllocSqncAssgmt
entity and save it to the S/4HANA system.prodAllocSqncAssgmt
- ProdAllocSqncAssgmt
entity object that will be updated in the S/4HANA system.ProdAllocSqncAssgmt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull DeleteSequenceAssignmentFluentHelper deleteSequenceAssignment(UUID prodAllocSqncAssignmentUUID)
Creates a fluent helper for the DeleteSequenceAssignment OData function import.
prodAllocSqncAssignmentUUID
- Product Allocation Sequence Assignment UUID
Constraints: none
Original parameter name from the Odata EDM: ProdAllocSqncAssignmentUUID
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.