public class PackingInstructionComponent extends VdmEntity<PackingInstructionComponent>
Original entity name from the Odata EDM: PackingInstructionComponentType
Modifier and Type | Class and Description |
---|---|
static class |
PackingInstructionComponent.PackingInstructionComponentBuilder
Helper class to allow for fluent creation of PackingInstructionComponent instances.
|
Modifier and Type | Field and Description |
---|---|
static PackingInstructionComponentSelectable |
ALL_FIELDS
Selector for all available fields of PackingInstructionComponent.
|
static PackingInstructionComponentField<String> |
BASE_UNITOF_MEASURE
Use with available fluent helpers to apply the BaseUnitofMeasure field to query operations.
|
static PackingInstructionComponentField<Boolean> |
BATCH_MIX_IS_ALLOWED
Use with available fluent helpers to apply the BatchMixIsAllowed field to query operations.
|
static PackingInstructionComponentField<UUID> |
ITEM_PACKING_INSTRUCTION_SYST_UUID
Use with available fluent helpers to apply the ItemPackingInstructionSystUUID field to query operations.
|
static PackingInstructionComponentField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static PackingInstructionComponentField<String> |
MATERIAL_MIX_IS_ALLOWED
Use with available fluent helpers to apply the MaterialMixIsAllowed field to query operations.
|
static PackingInstructionComponentField<String> |
PACKING_INSTRUCTION_ITEM
Use with available fluent helpers to apply the PackingInstructionItem field to query operations.
|
static PackingInstructionComponentField<String> |
PACKING_INSTRUCTION_ITEM_CATEGORY
Use with available fluent helpers to apply the PackingInstructionItemCategory field to query operations.
|
static PackingInstructionComponentField<Boolean> |
PACKING_INSTRUCTION_ITEM_IS_DEL
Use with available fluent helpers to apply the PackingInstructionItemIsDel field to query operations.
|
static PackingInstructionComponentField<BigDecimal> |
PACKING_INSTRUCTION_ITEM_MIN_QTY
Use with available fluent helpers to apply the PackingInstructionItemMinQty field to query operations.
|
static PackingInstructionComponentField<BigDecimal> |
PACKING_INSTRUCTION_ITEM_RND_QTY
Use with available fluent helpers to apply the PackingInstructionItemRndQty field to query operations.
|
static PackingInstructionComponentField<UUID> |
PACKING_INSTRUCTION_ITEM_SYST_UUID
Use with available fluent helpers to apply the PackingInstructionItemSystUUID field to query operations.
|
static PackingInstructionComponentField<BigDecimal> |
PACKING_INSTRUCTION_ITM_TARGET_QTY
Use with available fluent helpers to apply the PackingInstructionItmTargetQty field to query operations.
|
static PackingInstructionComponentField<UUID> |
PACKING_INSTRUCTION_SYSTEM_UUID
Use with available fluent helpers to apply the PackingInstructionSystemUUID field to query operations.
|
static PackingInstructionComponentOneToOneLink<PackingInstructionHeader> |
TO_PACKING_INSTRUCTION_HEADER
Use with available fluent helpers to apply the to_PackingInstructionHeader navigation property to query
operations.
|
static PackingInstructionComponentField<String> |
UNIT_OF_MEASURE
Use with available fluent helpers to apply the UnitOfMeasure field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
PackingInstructionComponent() |
PackingInstructionComponent(UUID packingInstructionItemSystUUID,
UUID packingInstructionSystemUUID,
String packingInstructionItem,
String packingInstructionItemCategory,
String material,
UUID itemPackingInstructionSystUUID,
BigDecimal packingInstructionItmTargetQty,
BigDecimal packingInstructionItemMinQty,
BigDecimal packingInstructionItemRndQty,
String baseUnitofMeasure,
String unitOfMeasure,
String materialMixIsAllowed,
Boolean batchMixIsAllowed,
Boolean packingInstructionItemIsDel,
PackingInstructionHeader toPackingInstructionHeader) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static PackingInstructionComponent.PackingInstructionComponentBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
PackingInstructionHeader |
fetchPackingInstructionHeader()
Fetches the PackingInstructionHeader entity (one to one) associated with this entity.
|
static <T> PackingInstructionComponentField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBaseUnitofMeasure()
Constraints: Not nullable, Maximum length: 3
|
Boolean |
getBatchMixIsAllowed()
Constraints: none
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
UUID |
getItemPackingInstructionSystUUID()
Constraints: none
|
protected Map<String,Object> |
getKey() |
String |
getMaterial()
Constraints: Not nullable, Maximum length: 16
|
String |
getMaterialMixIsAllowed()
Constraints: Not nullable, Maximum length: 1
|
io.vavr.control.Option<PackingInstructionHeader> |
getPackingInstructionHeaderIfPresent()
Retrieval of associated PackingInstructionHeader entity (one to one).
|
PackingInstructionHeader |
getPackingInstructionHeaderOrFetch()
Retrieval of associated PackingInstructionHeader entity (one to one).
|
String |
getPackingInstructionItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getPackingInstructionItemCategory()
Constraints: Not nullable, Maximum length: 1
|
Boolean |
getPackingInstructionItemIsDel()
Constraints: none
|
BigDecimal |
getPackingInstructionItemMinQty()
Constraints: Not nullable, Precision: 15, Scale: 3
|
BigDecimal |
getPackingInstructionItemRndQty()
Constraints: Not nullable, Precision: 15, Scale: 3
|
UUID |
getPackingInstructionItemSystUUID()
(Key Field) Constraints: Not nullable
|
BigDecimal |
getPackingInstructionItmTargetQty()
Constraints: Not nullable, Precision: 15, Scale: 3
|
UUID |
getPackingInstructionSystemUUID()
Constraints: none
|
Class<PackingInstructionComponent> |
getType() |
String |
getUnitOfMeasure()
Constraints: Not nullable, Maximum length: 3
|
int |
hashCode() |
void |
setBaseUnitofMeasure(String baseUnitofMeasure)
Constraints: Not nullable, Maximum length: 3
|
void |
setBatchMixIsAllowed(Boolean batchMixIsAllowed)
Constraints: none
|
void |
setItemPackingInstructionSystUUID(UUID itemPackingInstructionSystUUID)
Constraints: none
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 16
|
void |
setMaterialMixIsAllowed(String materialMixIsAllowed)
Constraints: Not nullable, Maximum length: 1
|
void |
setPackingInstructionHeader(PackingInstructionHeader value)
Overwrites the associated PackingInstructionHeader entity for the loaded navigation property
to_PackingInstructionHeader.
|
void |
setPackingInstructionItem(String packingInstructionItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setPackingInstructionItemCategory(String packingInstructionItemCategory)
Constraints: Not nullable, Maximum length: 1
|
void |
setPackingInstructionItemIsDel(Boolean packingInstructionItemIsDel)
Constraints: none
|
void |
setPackingInstructionItemMinQty(BigDecimal packingInstructionItemMinQty)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setPackingInstructionItemRndQty(BigDecimal packingInstructionItemRndQty)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setPackingInstructionItemSystUUID(UUID packingInstructionItemSystUUID)
(Key Field) Constraints: Not nullable
|
void |
setPackingInstructionItmTargetQty(BigDecimal packingInstructionItmTargetQty)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setPackingInstructionSystemUUID(UUID packingInstructionSystemUUID)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setUnitOfMeasure(String unitOfMeasure)
Constraints: Not nullable, Maximum length: 3
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final PackingInstructionComponentSelectable ALL_FIELDS
public static final PackingInstructionComponentField<UUID> PACKING_INSTRUCTION_ITEM_SYST_UUID
public static final PackingInstructionComponentField<UUID> PACKING_INSTRUCTION_SYSTEM_UUID
public static final PackingInstructionComponentField<String> PACKING_INSTRUCTION_ITEM
public static final PackingInstructionComponentField<String> PACKING_INSTRUCTION_ITEM_CATEGORY
public static final PackingInstructionComponentField<String> MATERIAL
public static final PackingInstructionComponentField<UUID> ITEM_PACKING_INSTRUCTION_SYST_UUID
public static final PackingInstructionComponentField<BigDecimal> PACKING_INSTRUCTION_ITM_TARGET_QTY
public static final PackingInstructionComponentField<BigDecimal> PACKING_INSTRUCTION_ITEM_MIN_QTY
public static final PackingInstructionComponentField<BigDecimal> PACKING_INSTRUCTION_ITEM_RND_QTY
public static final PackingInstructionComponentField<String> BASE_UNITOF_MEASURE
public static final PackingInstructionComponentField<String> UNIT_OF_MEASURE
public static final PackingInstructionComponentField<String> MATERIAL_MIX_IS_ALLOWED
public static final PackingInstructionComponentField<Boolean> BATCH_MIX_IS_ALLOWED
public static final PackingInstructionComponentField<Boolean> PACKING_INSTRUCTION_ITEM_IS_DEL
public static final PackingInstructionComponentOneToOneLink<PackingInstructionHeader> TO_PACKING_INSTRUCTION_HEADER
public PackingInstructionComponent()
public PackingInstructionComponent(@Nullable UUID packingInstructionItemSystUUID, @Nullable UUID packingInstructionSystemUUID, @Nullable String packingInstructionItem, @Nullable String packingInstructionItemCategory, @Nullable String material, @Nullable UUID itemPackingInstructionSystUUID, @Nullable BigDecimal packingInstructionItmTargetQty, @Nullable BigDecimal packingInstructionItemMinQty, @Nullable BigDecimal packingInstructionItemRndQty, @Nullable String baseUnitofMeasure, @Nullable String unitOfMeasure, @Nullable String materialMixIsAllowed, @Nullable Boolean batchMixIsAllowed, @Nullable Boolean packingInstructionItemIsDel, @Nullable PackingInstructionHeader toPackingInstructionHeader)
@Nonnull public Class<PackingInstructionComponent> getType()
getType
in class VdmObject<PackingInstructionComponent>
public void setPackingInstructionItemSystUUID(@Nullable UUID packingInstructionItemSystUUID)
Original property name from the Odata EDM: PackingInstructionItemSystUUID
packingInstructionItemSystUUID
- Packing Instruction Componentpublic void setPackingInstructionSystemUUID(@Nullable UUID packingInstructionSystemUUID)
Original property name from the Odata EDM: PackingInstructionSystemUUID
packingInstructionSystemUUID
- Packing Instruction Numberpublic void setPackingInstructionItem(@Nullable String packingInstructionItem)
Original property name from the Odata EDM: PackingInstructionItem
If you want to insert a new item between two existing items of a packing instruction, for example between items 10 and 20, the system assigns the item number 15. If you insert another item in the same way, the system assigns the number 13, then 12 and 11. If you want to insert further items, you should use the Renumber function to have the system renumber the items again in multiples of ten.
packingInstructionItem
- Unique identification number of an item in a packing instruction or handling unit.public void setPackingInstructionItemCategory(@Nullable String packingInstructionItemCategory)
Original property name from the Odata EDM: PackingInstructionItemCategory
packingInstructionItemCategory
- Specifies whether the item is packed goods, packaging materials, or used for grouping purposes.public void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Specifies the content of a packing object. Here, this is either the material number of a packed goods
material or a packaging material.public void setItemPackingInstructionSystUUID(@Nullable UUID itemPackingInstructionSystUUID)
Original property name from the Odata EDM: ItemPackingInstructionSystUUID
itemPackingInstructionSystUUID
- Unique identification number for a packing object.public void setPackingInstructionItmTargetQty(@Nullable BigDecimal packingInstructionItmTargetQty)
Original property name from the Odata EDM: PackingInstructionItmTargetQty
For packaging material or packed goods items, enter here the quantity to be packed.For subordinate packing instruction items, enter here the number of sub-HUs to be packed.For example, you can define that a pallet should contain ten boxes. You can then define in the subordinate packing instruction for this box that each box should contain twenty pieces of a finished product.
packingInstructionItmTargetQty
- Specifies the quantity that a handling unit for this packing instruction should contain:public void setPackingInstructionItemMinQty(@Nullable BigDecimal packingInstructionItemMinQty)
Original property name from the Odata EDM: PackingInstructionItemMinQty
For packaging material or packed goods items, enter the minimum quantity to be packed.For subordinate packing instruction items, enter the minimum number of sub-HUs to be packed.The system checks that the minimum quantity has been observed when it determines the packing status. In your packing status check profile, you specify whether a handling unit can be created despite minimum quantity violation.If you have defined a target quantity of ten boxes per pallet and 23 boxes are to be packed, the system initially creates two pallets of ten boxes. Whether a further pallet is created for the remaining three boxes depends on the minimum quantity and its packing status check profile. If you have also entered a minimum quantity of five boxes per pallet, the system does not create another handling unit, provided you have entered in your packing status profile that falling short of the minimum quantity causes an error.
packingInstructionItemMinQty
- Specifies the minimum quantity that a handling unit should contain according to this packing
instruction:public void setPackingInstructionItemRndQty(@Nullable BigDecimal packingInstructionItemRndQty)
Original property name from the Odata EDM: PackingInstructionItemRndQty
You can use the rounding quantity to ensure that a layer is completely filled, in order, for example, to prevent possible damage in transit.The system checks that the rounding quantity is respected when it determines the packing status. In your packing status check profile, you enter whether a handling unit can be created despite falling short of the rounding quantity or not.If you want to pack a pallet with four boxes per layer, enter four as rounding quantity and specify in the packing status check profile that handling units that fall short of the rounding quantity are faulty. If there are not enough boxes to fill up a layer, the other boxes then remain unpacked.This means that the pallet remains stackable and easier to handle throughout the shipping process.
packingInstructionItemRndQty
- Serves mainly for building layers.public void setBaseUnitofMeasure(@Nullable String baseUnitofMeasure)
Original property name from the Odata EDM: BaseUnitofMeasure
You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified.
baseUnitofMeasure
- Unit of measure in which stocks of the material are managed. The system converts all the quantities
you enter in other units of measure (alternative units of measure) to the base unit of measure.public void setUnitOfMeasure(@Nullable String unitOfMeasure)
Original property name from the Odata EDM: UnitOfMeasure
The unit of measure can either be entered in the base unit of measure or in the alternative unit of measure.Create the alternative unit of measure in the material master, under Basic Data 1 -> Extras -> Units of measure .
unitOfMeasure
- Unit in which quantities are entered.public void setMaterialMixIsAllowed(@Nullable String materialMixIsAllowed)
Original property name from the Odata EDM: MaterialMixIsAllowed
If you set this indicator, more than one type of the reference material can be packed together in one handling unit.If you do not set this indicator, each handling unit only contains one material.Packing instruction with reference material: 4711 100 pc.Materials to be packed:Materials RefMat.in MatMaster Qty to be packed4711-01q 4711 50 pc.4711-02 4711 50 pc.If this indicator is set, then when the packing instruction is expanded, one HU is created, containing 50 pc. of material 4711-01 and 50pc. of material 4711-02.If this indicator is not set, then the system creates two HUs: one containing 50 pc. of material 4711-01 and one containing 50 pc. of material 4711-02.
materialMixIsAllowed
- Specifies that, for packing instruction items with a reference material for materials packed in the
same way, several materials can be packed together in one handling unit.public void setBatchMixIsAllowed(@Nullable Boolean batchMixIsAllowed)
Original property name from the Odata EDM: BatchMixIsAllowed
Otherwise, only one batch may be packed.When determining the packing status, the system checks for batch mix violation.
batchMixIsAllowed
- If this indicator is set, then several batches of the same material may be packed in one handling
unit.public void setPackingInstructionItemIsDel(@Nullable Boolean packingInstructionItemIsDel)
Original property name from the Odata EDM: PackingInstructionItemIsDel
packingInstructionItemIsDel
- Indicator that is set when the corresponding record has been deleted. Records are only physically
deleted from the database when reorganization takes place.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<PackingInstructionComponent>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<PackingInstructionComponent>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PackingInstructionComponent>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PackingInstructionComponent>
@Nonnull public static <T> PackingInstructionComponentField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> PackingInstructionComponentField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<PackingInstructionComponent>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<PackingInstructionComponent>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<PackingInstructionComponent>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<PackingInstructionComponent>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<PackingInstructionComponent>
@Nullable public PackingInstructionHeader fetchPackingInstructionHeader() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public PackingInstructionHeader getPackingInstructionHeaderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PackingInstructionHeader of a queried PackingInstructionComponent is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<PackingInstructionHeader> getPackingInstructionHeaderIfPresent()
If the navigation property for an entity PackingInstructionComponent has not been resolved yet, this
method will not query further information. Instead its Option
result state will be
empty
.
Option
with
result state empty
is returned.public void setPackingInstructionHeader(PackingInstructionHeader value)
value
- New PackingInstructionHeader entity.@Nonnull public static PackingInstructionComponent.PackingInstructionComponentBuilder builder()
@Nullable public UUID getPackingInstructionItemSystUUID()
Original property name from the Odata EDM: PackingInstructionItemSystUUID
@Nullable public UUID getPackingInstructionSystemUUID()
Original property name from the Odata EDM: PackingInstructionSystemUUID
@Nullable public String getPackingInstructionItem()
Original property name from the Odata EDM: PackingInstructionItem
If you want to insert a new item between two existing items of a packing instruction, for example between items 10 and 20, the system assigns the item number 15. If you insert another item in the same way, the system assigns the number 13, then 12 and 11. If you want to insert further items, you should use the Renumber function to have the system renumber the items again in multiples of ten.
@Nullable public String getPackingInstructionItemCategory()
Original property name from the Odata EDM: PackingInstructionItemCategory
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public UUID getItemPackingInstructionSystUUID()
Original property name from the Odata EDM: ItemPackingInstructionSystUUID
@Nullable public BigDecimal getPackingInstructionItmTargetQty()
Original property name from the Odata EDM: PackingInstructionItmTargetQty
For packaging material or packed goods items, enter here the quantity to be packed.For subordinate packing instruction items, enter here the number of sub-HUs to be packed.For example, you can define that a pallet should contain ten boxes. You can then define in the subordinate packing instruction for this box that each box should contain twenty pieces of a finished product.
@Nullable public BigDecimal getPackingInstructionItemMinQty()
Original property name from the Odata EDM: PackingInstructionItemMinQty
For packaging material or packed goods items, enter the minimum quantity to be packed.For subordinate packing instruction items, enter the minimum number of sub-HUs to be packed.The system checks that the minimum quantity has been observed when it determines the packing status. In your packing status check profile, you specify whether a handling unit can be created despite minimum quantity violation.If you have defined a target quantity of ten boxes per pallet and 23 boxes are to be packed, the system initially creates two pallets of ten boxes. Whether a further pallet is created for the remaining three boxes depends on the minimum quantity and its packing status check profile. If you have also entered a minimum quantity of five boxes per pallet, the system does not create another handling unit, provided you have entered in your packing status profile that falling short of the minimum quantity causes an error.
@Nullable public BigDecimal getPackingInstructionItemRndQty()
Original property name from the Odata EDM: PackingInstructionItemRndQty
You can use the rounding quantity to ensure that a layer is completely filled, in order, for example, to prevent possible damage in transit.The system checks that the rounding quantity is respected when it determines the packing status. In your packing status check profile, you enter whether a handling unit can be created despite falling short of the rounding quantity or not.If you want to pack a pallet with four boxes per layer, enter four as rounding quantity and specify in the packing status check profile that handling units that fall short of the rounding quantity are faulty. If there are not enough boxes to fill up a layer, the other boxes then remain unpacked.This means that the pallet remains stackable and easier to handle throughout the shipping process.
@Nullable public String getBaseUnitofMeasure()
Original property name from the Odata EDM: BaseUnitofMeasure
You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified.
@Nullable public String getUnitOfMeasure()
Original property name from the Odata EDM: UnitOfMeasure
The unit of measure can either be entered in the base unit of measure or in the alternative unit of measure.Create the alternative unit of measure in the material master, under Basic Data 1 -> Extras -> Units of measure .
@Nullable public String getMaterialMixIsAllowed()
Original property name from the Odata EDM: MaterialMixIsAllowed
If you set this indicator, more than one type of the reference material can be packed together in one handling unit.If you do not set this indicator, each handling unit only contains one material.Packing instruction with reference material: 4711 100 pc.Materials to be packed:Materials RefMat.in MatMaster Qty to be packed4711-01q 4711 50 pc.4711-02 4711 50 pc.If this indicator is set, then when the packing instruction is expanded, one HU is created, containing 50 pc. of material 4711-01 and 50pc. of material 4711-02.If this indicator is not set, then the system creates two HUs: one containing 50 pc. of material 4711-01 and one containing 50 pc. of material 4711-02.
@Nullable public Boolean getBatchMixIsAllowed()
Original property name from the Odata EDM: BatchMixIsAllowed
Otherwise, only one batch may be packed.When determining the packing status, the system checks for batch mix violation.
@Nullable public Boolean getPackingInstructionItemIsDel()
Original property name from the Odata EDM: PackingInstructionItemIsDel
@Nonnull public String toString()
toString
in class VdmObject<PackingInstructionComponent>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<PackingInstructionComponent>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<PackingInstructionComponent>
public int hashCode()
hashCode
in class VdmObject<PackingInstructionComponent>
Copyright © 2020 SAP SE. All rights reserved.