public class ProductSalesDelivery extends VdmEntity<ProductSalesDelivery>
Modifier and Type | Class and Description |
---|---|
static class |
ProductSalesDelivery.ProductSalesDeliveryBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductSalesDeliveryField<String> |
ACCOUNT_DETN_PRODUCT_GROUP
Use with available fluent helpers to apply the AccountDetnProductGroup field to query operations.
|
static ProductSalesDeliverySelectable |
ALL_FIELDS
Selector for all available fields of ProductSalesDelivery.
|
static ProductSalesDeliveryField<BigDecimal> |
DELIVERY_NOTE_PROC_MIN_DELIV_QTY
Use with available fluent helpers to apply the DeliveryNoteProcMinDelivQty field to query operations.
|
static ProductSalesDeliveryField<BigDecimal> |
DELIVERY_QUANTITY
Use with available fluent helpers to apply the DeliveryQuantity field to query operations.
|
static ProductSalesDeliveryField<String> |
DELIVERY_QUANTITY_UNIT
Use with available fluent helpers to apply the DeliveryQuantityUnit field to query operations.
|
static ProductSalesDeliveryField<String> |
FIFTH_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the FifthSalesSpecProductGroup field to query operations.
|
static ProductSalesDeliveryField<String> |
FIRST_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the FirstSalesSpecProductGroup field to query operations.
|
static ProductSalesDeliveryField<String> |
FOURTH_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the FourthSalesSpecProductGroup field to query operations.
|
static ProductSalesDeliveryField<Boolean> |
IS_MARKED_FOR_DELETION
Use with available fluent helpers to apply the IsMarkedForDeletion field to query operations.
|
static ProductSalesDeliveryField<String> |
ITEM_CATEGORY_GROUP
Use with available fluent helpers to apply the ItemCategoryGroup field to query operations.
|
static ProductSalesDeliveryField<BigDecimal> |
MINIMUM_MAKE_TO_ORDER_ORDER_QTY
Use with available fluent helpers to apply the MinimumMakeToOrderOrderQty field to query operations.
|
static ProductSalesDeliveryField<BigDecimal> |
MINIMUM_ORDER_QUANTITY
Use with available fluent helpers to apply the MinimumOrderQuantity field to query operations.
|
static ProductSalesDeliveryField<String> |
PRICE_SPECIFICATION_PRODUCT_GROUP
Use with available fluent helpers to apply the PriceSpecificationProductGroup field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT_DISTRIBUTION_CHNL
Use with available fluent helpers to apply the ProductDistributionChnl field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT_HIERARCHY
Use with available fluent helpers to apply the ProductHierarchy field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT_SALES_ORG
Use with available fluent helpers to apply the ProductSalesOrg field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT_SALES_STATUS
Use with available fluent helpers to apply the ProductSalesStatus field to query operations.
|
static ProductSalesDeliveryField<Calendar> |
PRODUCT_SALES_STATUS_VALIDITY_DATE
Use with available fluent helpers to apply the ProductSalesStatusValidityDate field to query operations.
|
static ProductSalesDeliveryField<String> |
SALES_MEASURE_UNIT
Use with available fluent helpers to apply the SalesMeasureUnit field to query operations.
|
static ProductSalesDeliveryField<String> |
SECOND_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the SecondSalesSpecProductGroup field to query operations.
|
static ProductSalesDeliveryField<String> |
SUPPLYING_PLANT
Use with available fluent helpers to apply the SupplyingPlant field to query operations.
|
static ProductSalesDeliveryField<String> |
THIRD_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the ThirdSalesSpecProductGroup field to query operations.
|
static ProductSalesDeliveryLink<ProductSalesText> |
TO_SALES_TEXT
Use with available fluent helpers to apply the to_SalesText navigation property to query operations.
|
Constructor and Description |
---|
ProductSalesDelivery() |
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,
Calendar productSalesStatusValidityDate,
String salesMeasureUnit,
Boolean isMarkedForDeletion,
String productHierarchy,
String firstSalesSpecProductGroup,
String secondSalesSpecProductGroup,
String thirdSalesSpecProductGroup,
String fourthSalesSpecProductGroup,
String fifthSalesSpecProductGroup,
BigDecimal minimumMakeToOrderOrderQty,
ErpConfigContext erpConfigContext,
List<ProductSalesText> toSalesText) |
Modifier and Type | Method and Description |
---|---|
void |
addSalesText(ProductSalesText... entity)
Adds elements to the list of associated ProductSalesText entities.
|
static ProductSalesDelivery.ProductSalesDeliveryBuilder |
builder() |
boolean |
equals(Object o) |
List<ProductSalesText> |
fetchSalesText()
Fetches the ProductSalesText entities (one to many) associated with this entity.
|
static <T> ProductSalesDeliveryField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAccountDetnProductGroup()
Constraints: Not nullable, Maximum length: 2 Used by the system when creating an accounting document from a billing document to determine the revenue or sales deduction account.
|
BigDecimal |
getDeliveryNoteProcMinDelivQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getDeliveryQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3 The delivery unit consists of a number and a unit of measure.
|
String |
getDeliveryQuantityUnit()
Constraints: Not nullable, Maximum length: 3 The delivery unit consists of a number and a unit of measure.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getFifthSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getFirstSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getFourthSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
Boolean |
getIsMarkedForDeletion()
Constraints: none
|
String |
getItemCategoryGroup()
Constraints: Not nullable, Maximum length: 4 Depending on the item category group that you apply and the sales document type you are processing, the system automatically proposes an item category in the document.In the standard system, for example, there are standard items, items that represent services (and do not require delivery processing), and items that represent packaging materials.
|
BigDecimal |
getMinimumMakeToOrderOrderQty()
Constraints: Not nullable, Precision: 13, Scale: 3 If the order quantity exceeds an exact multiple of the minimum make-to-order quantity, the system indicates the unplanned additional requirements when it processes the order.
|
BigDecimal |
getMinimumOrderQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getPriceSpecificationProductGroup()
Constraints: Not nullable, Maximum length: 2 You can create condition records for a product price group using the following condition types:Product price group (for example, all non-food products)A combination of customer and product price groupA combination of customer price group and product price group (for example, all wholesale customers and all non-food products)
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getProductDistributionChnl()
(Key Field) Constraints: Not nullable, Maximum length: 2 You can maintain information about customers and materials by sales organization and distribution channel.
|
String |
getProductHierarchy()
Constraints: Not nullable, Maximum length: 18 In the standard SAP System, the product hierarchy can have up to 3 levels, each with a specific number of characters.Level Number of characters allowed1 52 53 8You define a product hierarchy with the following levels:Level Example Description1 00005 Electrical goods2 00003 Wet appliances3 00000001 Washing machineIn this case, a washing machine belongs to the product hierarchy 000050000300000001.
|
String |
getProductSalesOrg()
(Key Field) Constraints: Not nullable, Maximum length: 4 You can assign any number of distribution channels and divisions to a sales organization.
|
String |
getProductSalesStatus()
Constraints: Not nullable, Maximum length: 2 The distribution-chain-specific material status restricts the usability of the material for the distribution chain concerned, that is, it defines whether a warning or error message is displayed if you include the material in a particular function.The material may be a part under development or one to be discontinued.
|
Calendar |
getProductSalesStatusValidityDate()
Constraints: Not nullable, Precision: 0
|
String |
getSalesMeasureUnit()
Constraints: Not nullable, Maximum length: 3
|
List<ProductSalesText> |
getSalesTextOrFetch()
Retrieval of associated ProductSalesText entities (one to many).
|
com.google.common.base.Optional<List<ProductSalesText>> |
getSalesTextOrNull()
Retrieval of associated ProductSalesText entities (one to many).
|
String |
getSecondSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getSupplyingPlant()
Constraints: Not nullable, Maximum length: 4 This plant is automatically copied into the sales order item as the default value.If there is no default value when you process the sales order item, enter a delivering plant.The value proposed in the item is eitherfrom the customer master record of the goods recipient, orfrom the material master recordThe system checks whether it can propose a value (and for your own plants, whether the material has been created in the plant).
|
String |
getThirdSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
Class<ProductSalesDelivery> |
getType() |
int |
hashCode() |
void |
setAccountDetnProductGroup(String accountDetnProductGroup)
Constraints: Not nullable, Maximum length: 2 Used by the system when creating an accounting document from a billing document to determine the revenue or sales deduction account.
|
void |
setDeliveryNoteProcMinDelivQty(BigDecimal deliveryNoteProcMinDelivQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setDeliveryQuantity(BigDecimal deliveryQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3 The delivery unit consists of a number and a unit of measure.
|
void |
setDeliveryQuantityUnit(String deliveryQuantityUnit)
Constraints: Not nullable, Maximum length: 3 The delivery unit consists of a number and a unit of measure.
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setFifthSalesSpecProductGroup(String fifthSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setFirstSalesSpecProductGroup(String firstSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setFourthSalesSpecProductGroup(String fourthSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setIsMarkedForDeletion(Boolean isMarkedForDeletion)
Constraints: none
|
void |
setItemCategoryGroup(String itemCategoryGroup)
Constraints: Not nullable, Maximum length: 4 Depending on the item category group that you apply and the sales document type you are processing, the system automatically proposes an item category in the document.In the standard system, for example, there are standard items, items that represent services (and do not require delivery processing), and items that represent packaging materials.
|
void |
setMinimumMakeToOrderOrderQty(BigDecimal minimumMakeToOrderOrderQty)
Constraints: Not nullable, Precision: 13, Scale: 3 If the order quantity exceeds an exact multiple of the minimum make-to-order quantity, the system indicates the unplanned additional requirements when it processes the order.
|
void |
setMinimumOrderQuantity(BigDecimal minimumOrderQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setPriceSpecificationProductGroup(String priceSpecificationProductGroup)
Constraints: Not nullable, Maximum length: 2 You can create condition records for a product price group using the following condition types:Product price group (for example, all non-food products)A combination of customer and product price groupA combination of customer price group and product price group (for example, all wholesale customers and all non-food products)
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setProductDistributionChnl(String productDistributionChnl)
(Key Field) Constraints: Not nullable, Maximum length: 2 You can maintain information about customers and materials by sales organization and distribution channel.
|
void |
setProductHierarchy(String productHierarchy)
Constraints: Not nullable, Maximum length: 18 In the standard SAP System, the product hierarchy can have up to 3 levels, each with a specific number of characters.Level Number of characters allowed1 52 53 8You define a product hierarchy with the following levels:Level Example Description1 00005 Electrical goods2 00003 Wet appliances3 00000001 Washing machineIn this case, a washing machine belongs to the product hierarchy 000050000300000001.
|
void |
setProductSalesOrg(String productSalesOrg)
(Key Field) Constraints: Not nullable, Maximum length: 4 You can assign any number of distribution channels and divisions to a sales organization.
|
void |
setProductSalesStatus(String productSalesStatus)
Constraints: Not nullable, Maximum length: 2 The distribution-chain-specific material status restricts the usability of the material for the distribution chain concerned, that is, it defines whether a warning or error message is displayed if you include the material in a particular function.The material may be a part under development or one to be discontinued.
|
void |
setProductSalesStatusValidityDate(Calendar productSalesStatusValidityDate)
Constraints: Not nullable, Precision: 0
|
void |
setSalesMeasureUnit(String salesMeasureUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setSalesText(List<ProductSalesText> value)
Overwrites the list of associated ProductSalesText entities for the loaded navigation property to_SalesText.
|
void |
setSecondSalesSpecProductGroup(String secondSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setSupplyingPlant(String supplyingPlant)
Constraints: Not nullable, Maximum length: 4 This plant is automatically copied into the sales order item as the default value.If there is no default value when you process the sales order item, enter a delivering plant.The value proposed in the item is eitherfrom the customer master record of the goods recipient, orfrom the material master recordThe system checks whether it can propose a value (and for your own plants, whether the material has been created in the plant).
|
void |
setThirdSalesSpecProductGroup(String thirdSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ProductSalesDeliverySelectable ALL_FIELDS
public static final ProductSalesDeliveryField<String> PRODUCT
public static final ProductSalesDeliveryField<String> PRODUCT_SALES_ORG
public static final ProductSalesDeliveryField<String> PRODUCT_DISTRIBUTION_CHNL
public static final ProductSalesDeliveryField<BigDecimal> MINIMUM_ORDER_QUANTITY
public static final ProductSalesDeliveryField<String> SUPPLYING_PLANT
public static final ProductSalesDeliveryField<String> PRICE_SPECIFICATION_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> ACCOUNT_DETN_PRODUCT_GROUP
public static final ProductSalesDeliveryField<BigDecimal> DELIVERY_NOTE_PROC_MIN_DELIV_QTY
public static final ProductSalesDeliveryField<String> ITEM_CATEGORY_GROUP
public static final ProductSalesDeliveryField<String> DELIVERY_QUANTITY_UNIT
public static final ProductSalesDeliveryField<BigDecimal> DELIVERY_QUANTITY
public static final ProductSalesDeliveryField<String> PRODUCT_SALES_STATUS
public static final ProductSalesDeliveryField<Calendar> PRODUCT_SALES_STATUS_VALIDITY_DATE
public static final ProductSalesDeliveryField<String> SALES_MEASURE_UNIT
public static final ProductSalesDeliveryField<Boolean> IS_MARKED_FOR_DELETION
public static final ProductSalesDeliveryField<String> PRODUCT_HIERARCHY
public static final ProductSalesDeliveryField<String> FIRST_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> SECOND_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> THIRD_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> FOURTH_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> FIFTH_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<BigDecimal> MINIMUM_MAKE_TO_ORDER_ORDER_QTY
public static final ProductSalesDeliveryLink<ProductSalesText> TO_SALES_TEXT
public ProductSalesDelivery()
public ProductSalesDelivery(@Nullable String product, @Nullable String productSalesOrg, @Nullable String productDistributionChnl, @Nullable BigDecimal minimumOrderQuantity, @Nullable String supplyingPlant, @Nullable String priceSpecificationProductGroup, @Nullable String accountDetnProductGroup, @Nullable BigDecimal deliveryNoteProcMinDelivQty, @Nullable String itemCategoryGroup, @Nullable String deliveryQuantityUnit, @Nullable BigDecimal deliveryQuantity, @Nullable String productSalesStatus, @Nullable Calendar productSalesStatusValidityDate, @Nullable String salesMeasureUnit, @Nullable Boolean isMarkedForDeletion, @Nullable String productHierarchy, @Nullable String firstSalesSpecProductGroup, @Nullable String secondSalesSpecProductGroup, @Nullable String thirdSalesSpecProductGroup, @Nullable String fourthSalesSpecProductGroup, @Nullable String fifthSalesSpecProductGroup, @Nullable BigDecimal minimumMakeToOrderOrderQty, @Nullable ErpConfigContext erpConfigContext, List<ProductSalesText> toSalesText)
public Class<ProductSalesDelivery> getType()
getType
in class VdmObject<ProductSalesDelivery>
public static <T> ProductSalesDeliveryField<T> field(String fieldName, Class<T> fieldType)
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.public List<ProductSalesText> fetchSalesText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
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.public List<ProductSalesText> getSalesTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SalesText of a queried ProductSalesDelivery 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.public com.google.common.base.Optional<List<ProductSalesText>> getSalesTextOrNull()
If the navigation property to_SalesText for an entity ProductSalesDelivery has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSalesText(@NonNull List<ProductSalesText> value)
If the navigation property to_SalesText of a queried ProductSalesDelivery 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.
value
- List of ProductSalesText entities.public void addSalesText(ProductSalesText... entity)
If the navigation property to_SalesText of a queried ProductSalesDelivery 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.
entity
- Array of ProductSalesText entities.public static ProductSalesDelivery.ProductSalesDeliveryBuilder builder()
@Nullable public String getProduct()
@Nullable public String getProductSalesOrg()
You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area.
@Nullable public String getProductDistributionChnl()
You can maintain information about customers and materials by sales organization and distribution channel. Within a sales organization you can deliver goods to a given customer through more than one distribution channel.You can assign a distribution channel to one or more sales organizations. If, for example, you have numerous sales organizations, each sales organization may use the "Wholesale" distribution channel.For each combination of sales organization and distribution channel, you can further assign one or more of the divisions that are defined for the sales organization. You can, for example, assign "Food" and "Non-food" divisions to the "Wholesale" distribution channel. A particular combination of sales organization, distribution channel, and division is known as a sales area.
@Nullable public BigDecimal getMinimumOrderQuantity()
@Nullable public String getSupplyingPlant()
This plant is automatically copied into the sales order item as the default value.If there is no default value when you process the sales order item, enter a delivering plant.The value proposed in the item is eitherfrom the customer master record of the goods recipient, orfrom the material master recordThe system checks whether it can propose a value (and for your own plants, whether the material has been created in the plant). If the system can propose a value, the plant is copied to the sales order item where you can change it as required.
@Nullable public String getPriceSpecificationProductGroup()
You can create condition records for a product price group using the following condition types:Product price group (for example, all non-food products)A combination of customer and product price groupA combination of customer price group and product price group (for example, all wholesale customers and all non-food products)
@Nullable public String getAccountDetnProductGroup()
Used by the system when creating an accounting document from a billing document to determine the revenue or sales deduction account.
@Nullable public BigDecimal getDeliveryNoteProcMinDelivQty()
@Nullable public String getItemCategoryGroup()
Depending on the item category group that you apply and the sales document type you are processing, the system automatically proposes an item category in the document.In the standard system, for example, there are standard items, items that represent services (and do not require delivery processing), and items that represent packaging materials.
@Nullable public String getDeliveryQuantityUnit()
The delivery unit consists of a number and a unit of measure. In the case of a delivery unit of 30 pieces, 30, 60, 90, and so on pieces can be delivered, but not, however, 100 pieces.Enter a value in this field only if you want to use a unit of measure differing from the base unit of measure.If the field does not contain an entry, the system will assume that the unit of measure is the base unit of measure.
@Nullable public BigDecimal getDeliveryQuantity()
The delivery unit consists of a number and a unit of measure. In the case of a delivery unit of 30 pieces, 30, 60, 90, and so on pieces can be delivered, but not, however, 100 pieces.
@Nullable public String getProductSalesStatus()
The distribution-chain-specific material status restricts the usability of the material for the distribution chain concerned, that is, it defines whether a warning or error message is displayed if you include the material in a particular function.The material may be a part under development or one to be discontinued.
@Nullable public Calendar getProductSalesStatusValidityDate()
@Nullable public String getSalesMeasureUnit()
@Nullable public Boolean getIsMarkedForDeletion()
@Nullable public String getProductHierarchy()
In the standard SAP System, the product hierarchy can have up to 3 levels, each with a specific number of characters.Level Number of characters allowed1 52 53 8You define a product hierarchy with the following levels:Level Example Description1 00005 Electrical goods2 00003 Wet appliances3 00000001 Washing machineIn this case, a washing machine belongs to the product hierarchy 000050000300000001.
@Nullable public String getFirstSalesSpecProductGroup()
@Nullable public String getSecondSalesSpecProductGroup()
@Nullable public String getThirdSalesSpecProductGroup()
@Nullable public String getFourthSalesSpecProductGroup()
@Nullable public String getFifthSalesSpecProductGroup()
@Nullable public BigDecimal getMinimumMakeToOrderOrderQty()
If the order quantity exceeds an exact multiple of the minimum make-to-order quantity, the system indicates the unplanned additional requirements when it processes the order.
@Nullable public ErpConfigContext getErpConfigContext()
public void setProduct(@Nullable String product)
product
- public void setProductSalesOrg(@Nullable String productSalesOrg)
You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area.
productSalesOrg
- public void setProductDistributionChnl(@Nullable String productDistributionChnl)
You can maintain information about customers and materials by sales organization and distribution channel. Within a sales organization you can deliver goods to a given customer through more than one distribution channel.You can assign a distribution channel to one or more sales organizations. If, for example, you have numerous sales organizations, each sales organization may use the "Wholesale" distribution channel.For each combination of sales organization and distribution channel, you can further assign one or more of the divisions that are defined for the sales organization. You can, for example, assign "Food" and "Non-food" divisions to the "Wholesale" distribution channel. A particular combination of sales organization, distribution channel, and division is known as a sales area.
productDistributionChnl
- public void setMinimumOrderQuantity(@Nullable BigDecimal minimumOrderQuantity)
minimumOrderQuantity
- public void setSupplyingPlant(@Nullable String supplyingPlant)
This plant is automatically copied into the sales order item as the default value.If there is no default value when you process the sales order item, enter a delivering plant.The value proposed in the item is eitherfrom the customer master record of the goods recipient, orfrom the material master recordThe system checks whether it can propose a value (and for your own plants, whether the material has been created in the plant). If the system can propose a value, the plant is copied to the sales order item where you can change it as required.
supplyingPlant
- public void setPriceSpecificationProductGroup(@Nullable String priceSpecificationProductGroup)
You can create condition records for a product price group using the following condition types:Product price group (for example, all non-food products)A combination of customer and product price groupA combination of customer price group and product price group (for example, all wholesale customers and all non-food products)
priceSpecificationProductGroup
- public void setAccountDetnProductGroup(@Nullable String accountDetnProductGroup)
Used by the system when creating an accounting document from a billing document to determine the revenue or sales deduction account.
accountDetnProductGroup
- public void setDeliveryNoteProcMinDelivQty(@Nullable BigDecimal deliveryNoteProcMinDelivQty)
deliveryNoteProcMinDelivQty
- public void setItemCategoryGroup(@Nullable String itemCategoryGroup)
Depending on the item category group that you apply and the sales document type you are processing, the system automatically proposes an item category in the document.In the standard system, for example, there are standard items, items that represent services (and do not require delivery processing), and items that represent packaging materials.
itemCategoryGroup
- public void setDeliveryQuantityUnit(@Nullable String deliveryQuantityUnit)
The delivery unit consists of a number and a unit of measure. In the case of a delivery unit of 30 pieces, 30, 60, 90, and so on pieces can be delivered, but not, however, 100 pieces.Enter a value in this field only if you want to use a unit of measure differing from the base unit of measure.If the field does not contain an entry, the system will assume that the unit of measure is the base unit of measure.
deliveryQuantityUnit
- public void setDeliveryQuantity(@Nullable BigDecimal deliveryQuantity)
The delivery unit consists of a number and a unit of measure. In the case of a delivery unit of 30 pieces, 30, 60, 90, and so on pieces can be delivered, but not, however, 100 pieces.
deliveryQuantity
- public void setProductSalesStatus(@Nullable String productSalesStatus)
The distribution-chain-specific material status restricts the usability of the material for the distribution chain concerned, that is, it defines whether a warning or error message is displayed if you include the material in a particular function.The material may be a part under development or one to be discontinued.
productSalesStatus
- public void setProductSalesStatusValidityDate(@Nullable Calendar productSalesStatusValidityDate)
productSalesStatusValidityDate
- public void setSalesMeasureUnit(@Nullable String salesMeasureUnit)
salesMeasureUnit
- public void setIsMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
isMarkedForDeletion
- public void setProductHierarchy(@Nullable String productHierarchy)
In the standard SAP System, the product hierarchy can have up to 3 levels, each with a specific number of characters.Level Number of characters allowed1 52 53 8You define a product hierarchy with the following levels:Level Example Description1 00005 Electrical goods2 00003 Wet appliances3 00000001 Washing machineIn this case, a washing machine belongs to the product hierarchy 000050000300000001.
productHierarchy
- public void setFirstSalesSpecProductGroup(@Nullable String firstSalesSpecProductGroup)
firstSalesSpecProductGroup
- public void setSecondSalesSpecProductGroup(@Nullable String secondSalesSpecProductGroup)
secondSalesSpecProductGroup
- public void setThirdSalesSpecProductGroup(@Nullable String thirdSalesSpecProductGroup)
thirdSalesSpecProductGroup
- public void setFourthSalesSpecProductGroup(@Nullable String fourthSalesSpecProductGroup)
fourthSalesSpecProductGroup
- public void setFifthSalesSpecProductGroup(@Nullable String fifthSalesSpecProductGroup)
fifthSalesSpecProductGroup
- public void setMinimumMakeToOrderOrderQty(@Nullable BigDecimal minimumMakeToOrderOrderQty)
If the order quantity exceeds an exact multiple of the minimum make-to-order quantity, the system indicates the unplanned additional requirements when it processes the order.
minimumMakeToOrderOrderQty
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ProductSalesDelivery>
public boolean equals(Object o)
equals
in class VdmObject<ProductSalesDelivery>
public int hashCode()
hashCode
in class VdmObject<ProductSalesDelivery>
Copyright © 2018 SAP SE. All rights reserved.