public interface PackingInstructionService extends BatchService<PackingInstructionServiceBatch>
The packing instruction is a business object that contains a detailed set of rules. This describes which materials should be packed how, in which quantity, and in which packaging. .
Reference: SAP API Business Hub
OData Service: | OP_API_PACKINGINSTRUCTION_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Packing Instruction |
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 PackingInstructionService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PackingInstructionComponentFluentHelper getAllPackingInstructionComponent()
PackingInstructionComponent
entities.PackingInstructionComponent
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 PackingInstructionComponentByKeyFluentHelper getPackingInstructionComponentByKey(UUID packingInstructionItemSystUUID)
PackingInstructionComponent
entity using key fields.packingInstructionItemSystUUID
- Packing Instruction Component
Constraints: Not nullable
PackingInstructionComponent
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 PackingInstructionHeaderFluentHelper getAllPackingInstructionHeader()
PackingInstructionHeader
entities.PackingInstructionHeader
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 PackingInstructionHeaderByKeyFluentHelper getPackingInstructionHeaderByKey(UUID packingInstructionSystemUUID)
PackingInstructionHeader
entity using key fields.packingInstructionSystemUUID
- Packing Instruction Number
Constraints: Not nullable
PackingInstructionHeader
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 PackingInstructionTextFluentHelper getAllPackingInstructionText()
PackingInstructionText
entities.PackingInstructionText
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 PackingInstructionTextByKeyFluentHelper getPackingInstructionTextByKey(String language, UUID packingInstructionSystemUUID)
PackingInstructionText
entity using key fields.packingInstructionSystemUUID
- Packing Instruction Number
Constraints: Not nullable
language
- Language Key
Constraints: Not nullable, Maximum length: 2
PackingInstructionText
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.