Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product.ProductStorage
Packages that use ProductStorage
Package
Description
-
Uses of ProductStorage in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with type parameters of type ProductStorageModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductStorage>ProductStorage.ALL_FIELDSSelector for all available fields of ProductStorage.static final SimpleProperty.String<ProductStorage>ProductStorage.BASE_ISO_UNITstatic final SimpleProperty.String<ProductStorage>ProductStorage.BASE_UNITstatic final SimpleProperty.String<ProductStorage>ProductStorage.HAZARDOUS_PRODUCTstatic final SimpleProperty.String<ProductStorage>ProductStorage.LABEL_FORMstatic final SimpleProperty.String<ProductStorage>ProductStorage.LABEL_TYPEstatic final SimpleProperty.NumericDecimal<ProductStorage>ProductStorage.MIN_REMAINING_SHELF_LIFEstatic final SimpleProperty.NumericDecimal<ProductStorage>ProductStorage.NMBR_OF_GR_OR_GI_SLIPS_TO_PRINT_QTYstatic final SimpleProperty.String<ProductStorage>ProductStorage.PROD_TEMPERATURE_CONDITION_CODEstatic final SimpleProperty.String<ProductStorage>ProductStorage.PRODUCTstatic final SimpleProperty.String<ProductStorage>ProductStorage.PRODUCT_EXPIRATION_DATE_TYPEstatic final SimpleProperty.String<ProductStorage>ProductStorage.SHELF_LIFE_EXPIRATION_DATE_PERIODstatic final SimpleProperty.String<ProductStorage>ProductStorage.SHELF_LIFE_EXPRTN_DATE_RNDNG_RULEstatic final SimpleProperty.String<ProductStorage>ProductStorage.STORAGE_BIN_INSTRUCTIONstatic final SimpleProperty.String<ProductStorage>ProductStorage.STORAGE_CONDITIONSstatic final NavigationProperty.Single<ProductStorage,Product> ProductStorage.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Single<Product,ProductStorage> Product.TO__PRODUCT_STORAGEUse with available request builders to apply the _ProductStorage navigation property to query operations.static final SimpleProperty.NumericDecimal<ProductStorage>ProductStorage.TOTAL_SHELF_LIFEstatic final SimpleProperty.NumericDecimal<ProductStorage>ProductStorage.TOTAL_SHELF_LIFE_STORAGE_PERCENTMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return ProductStorageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return types with arguments of type ProductStorageModifier and TypeMethodDescriptionio.vavr.control.Option<ProductStorage>Product.getProductStorageIfPresent()Retrieval of associated ProductStorage entity (one to one).ProductStorage.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductStorageModifier and TypeMethodDescriptionProduct.ProductBuilder.productStorage(ProductStorage value) Navigation property _ProductStorage for Product to single ProductStorage.voidProduct.setProductStorage(ProductStorage value) Overwrites the associated ProductStorage entity for the loaded navigation property _ProductStorage.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductStorageModifierConstructorDescriptionProduct(String product, String productType, LocalDate creationDate, LocalTime creationTime, OffsetDateTime creationDateTime, String createdByUser, LocalDate lastChangeDate, String lastChangedByUser, Boolean isMarkedForDeletion, String crossPlantStatus, LocalDate crossPlantStatusValidityDate, String productOldID, BigDecimal grossWeight, String weightUnit, String weightISOUnit, String productGroup, String baseUnit, String baseISOUnit, String itemCategoryGroup, BigDecimal netWeight, String division, String volumeUnit, String volumeISOUnit, BigDecimal productVolume, String authorizationGroup, String aNPCode, String sizeOrDimensionText, String industryStandardName, String productStandardID, String internationalArticleNumberCat, Boolean productIsConfigurable, Boolean isBatchManagementRequired, String externalProductGroup, String crossPlantConfigurableProduct, String serialNoExplicitnessLevel, Boolean isApprovedBatchRecordReqd, String handlingIndicator, String warehouseProductGroup, String warehouseStorageCondition, String standardHandlingUnitType, String serialNumberProfile, Boolean isPilferable, Boolean isRelevantForHzdsSubstances, BigDecimal quarantinePeriod, String timeUnitForQuarantinePeriod, String quarantinePeriodISOUnit, String qualityInspectionGroup, String handlingUnitType, Boolean hasVariableTareWeight, BigDecimal maximumPackagingLength, BigDecimal maximumPackagingWidth, BigDecimal maximumPackagingHeight, BigDecimal maximumCapacity, BigDecimal overcapacityTolerance, String unitForMaxPackagingDimensions, String maxPackggDimensionISOUnit, BigDecimal baseUnitSpecificProductLength, BigDecimal baseUnitSpecificProductWidth, BigDecimal baseUnitSpecificProductHeight, String productMeasurementUnit, String productMeasurementISOUnit, String articleCategory, String industrySector, OffsetDateTime lastChangeDateTime, LocalTime lastChangeTime, String dangerousGoodsIndProfile, String productDocumentChangeNumber, String productDocumentPageCount, String productDocumentPageNumber, Boolean documentIsCreatedByCAD, String productionOrInspectionMemoTxt, String productionMemoPageFormat, Boolean productIsHighlyViscous, Boolean transportIsInBulk, Boolean prodEffctyParamValsAreAssigned, Boolean prodIsEnvironmentallyRelevant, String laboratoryOrDesignOffice, String packagingProductGroup, String packingReferenceProduct, String basicProduct, String productDocumentNumber, String productDocumentVersion, String productDocumentType, String productDocumentPageFormat, String prodChmlCmplncRelevanceCode, String discountInKindEligibility, Collection<SAP__Message> _Messages, List<ProductDescription> to_ProductDescription, List<ProductPlant> to_ProductPlant, ProductProcurement to_ProductProcurement, ProductQualityManagement to_ProductQualityManagement, ProductSales to_ProductSales, List<ProductSalesDelivery> to_ProductSalesDelivery, ProductStorage to_ProductStorage, List<ProductUnitOfMeasure> to_ProductUnitOfMeasure, List<ProductValuation> to_ProductValuation) -
Uses of ProductStorage in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type ProductStorageModifier and TypeMethodDescriptionDefaultProductService.countProductStorage()Deprecated.ProductService.countProductStorage()Deprecated.Fetch the number of entries from theProductStorageentity collection matching the filter and search expressions.DefaultProductService.getAllProductStorage()Deprecated.ProductService.getAllProductStorage()Deprecated.Fetch multipleProductStorageentities.DefaultProductService.getProductStorageByKey(String product) Deprecated.ProductService.getProductStorageByKey(String product) Deprecated.Fetch a singleProductStorageentity using key fields.DefaultProductService.updateProductStorage(ProductStorage productStorage) Deprecated.ProductService.updateProductStorage(ProductStorage productStorage) Deprecated.Update an existingProductStorageentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductStorageModifier and TypeMethodDescriptionDefaultProductService.updateProductStorage(ProductStorage productStorage) Deprecated.ProductService.updateProductStorage(ProductStorage productStorage) Deprecated.Update an existingProductStorageentity and save it to the S/4HANA system.