Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static ProductLink<ProductPlant> |
Product.TO_PLANT
Use with available fluent helpers to apply the to_Plant navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPlant |
ProductPlant.ProductPlantBuilder.build() |
protected ProductPlant |
ProductPlantUpdateFluentHelper.getEntity()
ProductPlant entity object that will be updated in the S/4HANA system. |
protected ProductPlant |
ProductPlantCreateFluentHelper.getEntity()
ProductPlant entity object that will be created in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
List<ProductPlant> |
Product.fetchPlant()
Fetches the ProductPlant entities (one to many) associated with this entity.
|
protected Class<ProductPlant> |
ProductPlantFluentHelper.getEntityClass() |
protected Class<ProductPlant> |
ProductPlantByKeyFluentHelper.getEntityClass() |
Optional<List<ProductPlant>> |
Product.getPlantIfPresent()
Retrieval of associated ProductPlant entities (one to many).
|
List<ProductPlant> |
Product.getPlantOrFetch()
Retrieval of associated ProductPlant entities (one to many).
|
Class<ProductPlant> |
ProductPlant.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Product.addPlant(ProductPlant... entity)
Adds elements to the list of associated ProductPlant entities.
|
Product.ProductBuilder |
Product.ProductBuilder.plant(ProductPlant... value) |
Modifier and Type | Method and Description |
---|---|
void |
Product.setPlant(List<ProductPlant> value)
Overwrites the list of associated ProductPlant entities for the loaded navigation property to_Plant.
|
protected ProductPlantLink<ObjectT> |
ProductPlantLink.translateLinkType(EntityLink<ProductPlantLink<ObjectT>,ProductPlant,ObjectT> link) |
Constructor and Description |
---|
ProductPlantCreateFluentHelper(ProductPlant entity) |
ProductPlantUpdateFluentHelper(ProductPlant entity) |
Constructor and Description |
---|
Product(String product,
String productType,
String crossPlantStatus,
LocalDateTime crossPlantStatusValidityDate,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
Boolean isMarkedForDeletion,
String productOldID,
BigDecimal grossWeight,
String purchaseOrderQuantityUnit,
String sourceOfSupply,
String weightUnit,
BigDecimal netWeight,
String countryOfOrigin,
String competitorID,
String productGroup,
String baseUnit,
String itemCategoryGroup,
String productHierarchy,
String division,
String varblPurOrdUnitIsActive,
String volumeUnit,
BigDecimal materialVolume,
String aNPCode,
String brand,
String procurementRule,
LocalDateTime validityStartDate,
String lowLevelCode,
String prodNoInGenProdInPrepackProd,
String serialIdentifierAssgmtProfile,
String sizeOrDimensionText,
String industryStandardName,
String productStandardID,
String internationalArticleNumberCat,
Boolean productIsConfigurable,
Boolean isBatchManagementRequired,
String externalProductGroup,
String crossPlantConfigurableProduct,
String serialNoExplicitnessLevel,
String productManufacturerNumber,
String manufacturerPartProfile,
String changeNumber,
String materialRevisionLevel,
String handlingIndicator,
String warehouseProductGroup,
String warehouseStorageCondition,
String standardHandlingUnitType,
String serialNumberProfile,
String adjustmentProfile,
String preferredUnitOfMeasure,
Boolean isPilferable,
Boolean isRelevantForHzdsSubstances,
BigDecimal quarantinePeriod,
String timeUnitForQuarantinePeriod,
String qualityInspectionGroup,
String authorizationGroup,
String handlingUnitType,
Boolean hasVariableTareWeight,
BigDecimal maximumPackagingLength,
BigDecimal maximumPackagingWidth,
BigDecimal maximumPackagingHeight,
ErpConfigContext erpConfigContext,
List<ProductDescription> toDescription,
List<ProductPlant> toPlant,
List<ProductBasicText> toProductBasicText,
List<ProductInspectionText> toProductInspectionText,
ProductProcurement toProductProcurement,
List<ProductPurchaseText> toProductPurchaseText,
ProductQualityMgmt toProductQualityMgmt,
ProductSales toProductSales,
List<ProductSalesTax> toProductSalesTax,
ProductStorage toProductStorage,
List<ProductUnitsOfMeasure> toProductUnitsOfMeasure,
List<ProductSalesDelivery> toSalesDelivery) |
Modifier and Type | Method and Description |
---|---|
ProductPlantCreateFluentHelper |
DefaultProductMasterService.createProductPlant(ProductPlant productPlant) |
ProductPlantCreateFluentHelper |
ProductMasterService.createProductPlant(ProductPlant productPlant)
Create a new
ProductPlant entity and save it to the S/4HANA system. |
ProductPlantUpdateFluentHelper |
DefaultProductMasterService.updateProductPlant(ProductPlant productPlant) |
ProductPlantUpdateFluentHelper |
ProductMasterService.updateProductPlant(ProductPlant productPlant)
Update an existing
ProductPlant entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.