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 ProductSalesDeliveryLink<ProductSalesText> |
ProductSalesDelivery.TO_SALES_TEXT
Use with available fluent helpers to apply the to_SalesText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductSalesText |
ProductSalesText.ProductSalesTextBuilder.build() |
protected ProductSalesText |
ProductSalesTextDeleteFluentHelper.getEntity()
ProductSalesText entity object that will be deleted in the S/4HANA system. |
protected ProductSalesText |
ProductSalesTextCreateFluentHelper.getEntity()
ProductSalesText entity object that will be created in the S/4HANA system. |
protected ProductSalesText |
ProductSalesTextUpdateFluentHelper.getEntity()
ProductSalesText entity object that will be updated in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
List<ProductSalesText> |
ProductSalesDelivery.fetchSalesText()
Fetches the ProductSalesText entities (one to many) associated with this entity.
|
protected Class<ProductSalesText> |
ProductSalesTextByKeyFluentHelper.getEntityClass() |
protected Class<ProductSalesText> |
ProductSalesTextFluentHelper.getEntityClass() |
Optional<List<ProductSalesText>> |
ProductSalesDelivery.getSalesTextIfPresent()
Retrieval of associated ProductSalesText entities (one to many).
|
List<ProductSalesText> |
ProductSalesDelivery.getSalesTextOrFetch()
Retrieval of associated ProductSalesText entities (one to many).
|
Class<ProductSalesText> |
ProductSalesText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductSalesDelivery.addSalesText(ProductSalesText... entity)
Adds elements to the list of associated ProductSalesText entities.
|
ProductSalesDelivery.ProductSalesDeliveryBuilder |
ProductSalesDelivery.ProductSalesDeliveryBuilder.salesText(ProductSalesText... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProductSalesDelivery.setSalesText(List<ProductSalesText> value)
Overwrites the list of associated ProductSalesText entities for the loaded navigation property to_SalesText.
|
protected ProductSalesTextLink<ObjectT> |
ProductSalesTextLink.translateLinkType(EntityLink<ProductSalesTextLink<ObjectT>,ProductSalesText,ObjectT> link) |
Constructor and Description |
---|
ProductSalesTextCreateFluentHelper(ProductSalesText entity) |
ProductSalesTextDeleteFluentHelper(ProductSalesText entity) |
ProductSalesTextUpdateFluentHelper(ProductSalesText entity) |
Constructor and Description |
---|
ProductSalesDelivery(String product,
String productSalesOrg,
String productDistributionChnl,
BigDecimal minimumOrderQuantity,
String supplyingPlant,
String priceSpecificationProductGroup,
String accountDetnProductGroup,
BigDecimal deliveryNoteProcMinDelivQty,
String itemCategoryGroup,
String deliveryQuantityUnit,
BigDecimal deliveryQuantity,
String productSalesStatus,
LocalDateTime productSalesStatusValidityDate,
String salesMeasureUnit,
Boolean isMarkedForDeletion,
String productHierarchy,
String firstSalesSpecProductGroup,
String secondSalesSpecProductGroup,
String thirdSalesSpecProductGroup,
String fourthSalesSpecProductGroup,
String fifthSalesSpecProductGroup,
BigDecimal minimumMakeToOrderOrderQty,
ErpConfigContext erpConfigContext,
List<ProductSalesText> toSalesText) |
Copyright © 2018 SAP SE. All rights reserved.