@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultPackingInstructionService") public class DefaultPackingInstructionService extends Object implements PackingInstructionService
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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultPackingInstructionService()
Creates a service using
PackingInstructionService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultPackingInstructionService()
PackingInstructionService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultPackingInstructionService withServicePath(@Nonnull String servicePath)
PackingInstructionService
withServicePath
in interface PackingInstructionService
servicePath
- Service path that will override the default.@Nonnull public DefaultPackingInstructionServiceBatch batch()
batch
in interface BatchService<PackingInstructionServiceBatch>
@Nonnull public PackingInstructionComponentFluentHelper getAllPackingInstructionComponent()
PackingInstructionService
PackingInstructionComponent
entities.getAllPackingInstructionComponent
in interface PackingInstructionService
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 public PackingInstructionComponentByKeyFluentHelper getPackingInstructionComponentByKey(UUID packingInstructionItemSystUUID)
PackingInstructionService
PackingInstructionComponent
entity using key fields.getPackingInstructionComponentByKey
in interface PackingInstructionService
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 public PackingInstructionHeaderFluentHelper getAllPackingInstructionHeader()
PackingInstructionService
PackingInstructionHeader
entities.getAllPackingInstructionHeader
in interface PackingInstructionService
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 public PackingInstructionHeaderByKeyFluentHelper getPackingInstructionHeaderByKey(UUID packingInstructionSystemUUID)
PackingInstructionService
PackingInstructionHeader
entity using key fields.getPackingInstructionHeaderByKey
in interface PackingInstructionService
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 public PackingInstructionTextFluentHelper getAllPackingInstructionText()
PackingInstructionService
PackingInstructionText
entities.getAllPackingInstructionText
in interface PackingInstructionService
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 public PackingInstructionTextByKeyFluentHelper getPackingInstructionTextByKey(String language, UUID packingInstructionSystemUUID)
PackingInstructionService
PackingInstructionText
entity using key fields.getPackingInstructionTextByKey
in interface PackingInstructionService
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
packingInstructionSystemUUID
- Packing Instruction Number
Constraints: Not nullable
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.