public interface PackingInstructionService extends BatchService<PackingInstructionServiceBatch>
In every API call, you can make use of the following operations: - Retrieve header information for a packing instruction. You can use filter criteria to retrieve information based on other selection criteria, for example, material number. - Retrieve component information for a packing instruction, which contains information about the products packed in the handling unit. - Retrieve texts in different languages for a packing instruction. You can apply the filters provided or retrieve all existing data. #.
Reference: SAP API Business Hub
OData Service: | API_PACKINGINSTRUCTION |
API Version: | 1 |
Communication Scenario: | Packing Instruction Integration (SAP_COM_0399) |
Scope Items: | Handling Unit Management (4MM) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | PackingInstruction |
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
- The language key indicates
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 © 2020 SAP SE. All rights reserved.