@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultPackingInstructionService") public class DefaultPackingInstructionService extends Object implements PackingInstructionService
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 |
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
- Language Key
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.