Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit.SAP__Message
Packages that use SAP__Message
-
Uses of SAP__Message in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit with type parameters of type SAP__MessageModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<HandlingUnit,SAP__Message> HandlingUnit._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final ComplexProperty.Collection<HandlingUnitItem,SAP__Message> HandlingUnitItem._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty.Collection<SAP__Message,String> SAP__Message.ADDITIONAL_TARGETSstatic final SimpleProperty.String<SAP__Message>SAP__Message.CODEstatic final SimpleProperty.String<SAP__Message>SAP__Message.LONGTEXT_URLstatic final SimpleProperty.String<SAP__Message>SAP__Message.MESSAGEstatic final SimpleProperty.NumericInteger<SAP__Message>SAP__Message.NUMERIC_SEVERITYstatic final SimpleProperty.String<SAP__Message>SAP__Message.TARGETstatic final SimpleProperty.Boolean<SAP__Message>SAP__Message.TRANSITIONMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit that return SAP__MessageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit that return types with arguments of type SAP__MessageModifier and TypeMethodDescriptionHandlingUnit.get_Messages()Constraints: Not nullableHandlingUnitItem.get_Messages()Constraints: Not nullableSAP__Message.getType()Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit with type arguments of type SAP__MessageModifier and TypeMethodDescriptionHandlingUnit.HandlingUnitBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableHandlingUnitItem.HandlingUnitItemBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidHandlingUnit.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidHandlingUnitItem.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableConstructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit with type arguments of type SAP__MessageModifierConstructorDescriptionHandlingUnit(String handlingUnitExternalID, String warehouse, String packagingMaterial, String packagingMaterialType, String plant, String storageLocation, String shippingPoint, String parentHandlingUnitNumber, BigDecimal grossWeight, BigDecimal netWeight, BigDecimal handlingUnitMaxWeight, String weightUnit, BigDecimal handlingUnitTareWeight, String handlingUnitTareWeightUnit, BigDecimal grossVolume, BigDecimal handlingUnitNetVolume, BigDecimal handlingUnitMaxVolume, String volumeUnit, BigDecimal handlingUnitTareVolume, String handlingUnitTareVolumeUnit, BigDecimal handlingUnitLength, BigDecimal handlingUnitWidth, BigDecimal handlingUnitHeight, String unitOfMeasureDimension, String handlingUnitReferenceDocument, String handlingUnitRefDocType, Boolean handlingUnitHasCrossRefDoc, UUID packingInstruction, String handlingUnitSecondExternalId, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, String storageType, String storageSection, String storageBin, String eWMResource, String eWMConsolidationGroup, Boolean handlingUnitIsClosed, Boolean eWMHandlingUnitIsPlanned, Boolean eWMHandlingUnitIsInStock, Boolean eWMHandlingUnitIsLoaded, Boolean eWMHUContentChangeIsBlocked, Boolean eWMHUMovementChangeIsBlocked, Boolean eWMHUAttributeChangeIsBlocked, Boolean eWMHUPostingChangeIsBlocked, Boolean eWMHUIsBlockedByCustoms, Collection<SAP__Message> _Messages, List<HandlingUnitItem> to_HandlingUnitItem, List<HandlingUnitReferenceDoc> to_HandlingUnitReferenceDoc) HandlingUnitItem(String handlingUnitExternalID, String warehouse, UUID stockItemUUID, String handlingUnitItem, String handlingUnitTypeOfContent, String handlingUnitNestedExternalID, String handlingUnitReferenceDocument, String handlingUnitRefDocumentItem, String material, String batch, String plant, String storageLocation, BigDecimal handlingUnitQuantity, String handlingUnitQuantityUnit, String handlingUnitAltUnitOfMeasure, Integer handlingUnitNrOfAuxPackgMat, Integer handlingUnitNumberOfSerialNumb, String serialNumberProfile, Collection<SAP__Message> _Messages, HandlingUnit to_HandlingUnit, List<HandlingUnitSerialNumber> to_HandlingUnitItemSerialNumber)