public class ProductSalesDelivery extends VdmEntity<ProductSalesDelivery>
Original entity name from the Odata EDM: A_ProductSalesDeliveryType
Modifier and Type | Class and Description |
---|---|
static class |
ProductSalesDelivery.ProductSalesDeliveryBuilder
Helper class to allow for fluent creation of ProductSalesDelivery instances.
|
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<String> |
BASE_UNIT
Use with available fluent helpers to apply the BaseUnit field to query operations.
|
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<LocalDateTime> |
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<ProductSalesTax> |
TO_SALES_TAX
Use with available fluent helpers to apply the to_SalesTax navigation property to query operations.
|
static ProductSalesDeliveryLink<ProductSalesText> |
TO_SALES_TEXT
Use with available fluent helpers to apply the to_SalesText navigation property to query operations.
|
changedOriginalFields
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,
LocalDateTime productSalesStatusValidityDate,
String salesMeasureUnit,
Boolean isMarkedForDeletion,
String productHierarchy,
String firstSalesSpecProductGroup,
String secondSalesSpecProductGroup,
String thirdSalesSpecProductGroup,
String fourthSalesSpecProductGroup,
String fifthSalesSpecProductGroup,
BigDecimal minimumMakeToOrderOrderQty,
String baseUnit,
List<ProductSalesTax> toSalesTax,
List<ProductSalesText> toSalesText) |
Modifier and Type | Method and Description |
---|---|
void |
addSalesTax(ProductSalesTax... entity)
Adds elements to the list of associated ProductSalesTax entities.
|
void |
addSalesText(ProductSalesText... entity)
Adds elements to the list of associated ProductSalesText entities.
|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static ProductSalesDelivery.ProductSalesDeliveryBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ProductSalesTax> |
fetchSalesTax()
Fetches the ProductSalesTax entities (one to many) associated with this entity.
|
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.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAccountDetnProductGroup()
Constraints: Not nullable, Maximum length: 2
|
String |
getBaseUnit()
Constraints: Not nullable, Maximum length: 3
|
protected String |
getDefaultServicePath() |
BigDecimal |
getDeliveryNoteProcMinDelivQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getDeliveryQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getDeliveryQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
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
|
protected Map<String,Object> |
getKey() |
BigDecimal |
getMinimumMakeToOrderOrderQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMinimumOrderQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getPriceSpecificationProductGroup()
Constraints: Not nullable, Maximum length: 2
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getProductDistributionChnl()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getProductHierarchy()
Constraints: Not nullable, Maximum length: 18
|
String |
getProductSalesOrg()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProductSalesStatus()
Constraints: Not nullable, Maximum length: 2
|
LocalDateTime |
getProductSalesStatusValidityDate()
Constraints: Not nullable, Precision: 0
|
String |
getSalesMeasureUnit()
Constraints: Not nullable, Maximum length: 3
|
Optional<List<ProductSalesTax>> |
getSalesTaxIfPresent()
Retrieval of associated ProductSalesTax entities (one to many).
|
List<ProductSalesTax> |
getSalesTaxOrFetch()
Retrieval of associated ProductSalesTax entities (one to many).
|
Optional<List<ProductSalesText>> |
getSalesTextIfPresent()
Retrieval of associated ProductSalesText entities (one to many).
|
List<ProductSalesText> |
getSalesTextOrFetch()
Retrieval of associated ProductSalesText entities (one to many).
|
String |
getSecondSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getSupplyingPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getThirdSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
Class<ProductSalesDelivery> |
getType() |
int |
hashCode() |
void |
setAccountDetnProductGroup(String accountDetnProductGroup)
Constraints: Not nullable, Maximum length: 2
|
void |
setBaseUnit(String baseUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setDeliveryNoteProcMinDelivQty(BigDecimal deliveryNoteProcMinDelivQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setDeliveryQuantity(BigDecimal deliveryQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setDeliveryQuantityUnit(String deliveryQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
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
|
void |
setMinimumMakeToOrderOrderQty(BigDecimal minimumMakeToOrderOrderQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMinimumOrderQuantity(BigDecimal minimumOrderQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setPriceSpecificationProductGroup(String priceSpecificationProductGroup)
Constraints: Not nullable, Maximum length: 2
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setProductDistributionChnl(String productDistributionChnl)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setProductHierarchy(String productHierarchy)
Constraints: Not nullable, Maximum length: 18
|
void |
setProductSalesOrg(String productSalesOrg)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProductSalesStatus(String productSalesStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setProductSalesStatusValidityDate(LocalDateTime productSalesStatusValidityDate)
Constraints: Not nullable, Precision: 0
|
void |
setSalesMeasureUnit(String salesMeasureUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setSalesTax(List<ProductSalesTax> value)
Overwrites the list of associated ProductSalesTax entities for the loaded navigation property
to_SalesTax.
|
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
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSupplyingPlant(String supplyingPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setThirdSalesSpecProductGroup(String thirdSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
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<LocalDateTime> 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 ProductSalesDeliveryField<String> BASE_UNIT
public static final ProductSalesDeliveryLink<ProductSalesTax> TO_SALES_TAX
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 LocalDateTime 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 String baseUnit, List<ProductSalesTax> toSalesTax, List<ProductSalesText> toSalesText)
@Nonnull public Class<ProductSalesDelivery> getType()
getType
in class VdmObject<ProductSalesDelivery>
public void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Alphanumeric key uniquely identifying the product.public void setProductSalesOrg(@Nullable String productSalesOrg)
Original property name from the Odata EDM: 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
- An organizational unit responsible for the sale of certain products or services. The responsibility of
a sales organization may include legal liability for products and customer claims.public void setProductDistributionChnl(@Nullable String productDistributionChnl)
Original property name from the Odata EDM: 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
- The way in which products or services reach the customer. Typical examples of distribution channels
are wholesale, retail, or direct sales.public void setMinimumOrderQuantity(@Nullable BigDecimal minimumOrderQuantity)
Original property name from the Odata EDM: MinimumOrderQuantity
minimumOrderQuantity
- The minimum quantity a customer may order.public void setSupplyingPlant(@Nullable String supplyingPlant)
Original property name from the Odata EDM: 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
- Plant from which the goods should be delivered to the customer.public void setPriceSpecificationProductGroup(@Nullable String priceSpecificationProductGroup)
Original property name from the Odata EDM: 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
- A way of grouping products to which you want to apply the same conditions.public void setAccountDetnProductGroup(@Nullable String accountDetnProductGroup)
Original property name from the Odata EDM: AccountDetnProductGroup
Used by the system when creating an accounting document from a billing document to determine the revenue or sales deduction account.
accountDetnProductGroup
- Group of materials with the same accounting requirements.public void setDeliveryNoteProcMinDelivQty(@Nullable BigDecimal deliveryNoteProcMinDelivQty)
Original property name from the Odata EDM: DeliveryNoteProcMinDelivQty
deliveryNoteProcMinDelivQty
- Minimum quantity that may be delivered to a customer.public void setItemCategoryGroup(@Nullable String itemCategoryGroup)
Original property name from the Odata EDM: 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
- A grouping of materials that the system uses to determine item categories during the processing of
sales documents.public void setDeliveryQuantityUnit(@Nullable String deliveryQuantityUnit)
Original property name from the Odata EDM: 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
- Unit of measure that refers to the delivery unit.public void setDeliveryQuantity(@Nullable BigDecimal deliveryQuantity)
Original property name from the Odata EDM: 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
- Only exact multiples of this number can be delivered.public void setProductSalesStatus(@Nullable String productSalesStatus)
Original property name from the Odata EDM: 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
- Indicates whether, for a specific distribution chain, the material may be used in individual functions
in Sales.public void setProductSalesStatusValidityDate(@Nullable LocalDateTime productSalesStatusValidityDate)
Original property name from the Odata EDM: ProductSalesStatusValidityDate
productSalesStatusValidityDate
- Date from which distr.-chain-spec. material status is validpublic void setSalesMeasureUnit(@Nullable String salesMeasureUnit)
Original property name from the Odata EDM: SalesMeasureUnit
salesMeasureUnit
- Unit of measure in which the material is sold.public void setIsMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
Original property name from the Odata EDM: IsMarkedForDeletion
isMarkedForDeletion
- If this indicator is set, the archive and delete program checks whether the material may be deleted at
distribution chain level, and deletes the data at this level.public void setProductHierarchy(@Nullable String productHierarchy)
Original property name from the Odata EDM: 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
- Alphanumeric character string for grouping together materials by combining different characteristics.
It is used for analyses and price determination.public void setFirstSalesSpecProductGroup(@Nullable String firstSalesSpecProductGroup)
Original property name from the Odata EDM: FirstSalesSpecProductGroup
firstSalesSpecProductGroup
- You can use product groups when maintaining a product master record. Since these product groups are
not used in the standard SAP System, you can use them as required, for example, for analyses.public void setSecondSalesSpecProductGroup(@Nullable String secondSalesSpecProductGroup)
Original property name from the Odata EDM: SecondSalesSpecProductGroup
secondSalesSpecProductGroup
- You can use product groups when maintaining a product master record. Since these product groups are
not used in the standard SAP System, you can use them as required, for example, for analyses.public void setThirdSalesSpecProductGroup(@Nullable String thirdSalesSpecProductGroup)
Original property name from the Odata EDM: ThirdSalesSpecProductGroup
thirdSalesSpecProductGroup
- You can use product groups when maintaining a product master record. Since these product groups are
not used in the standard SAP System, you can use them as required, for example, for analyses.public void setFourthSalesSpecProductGroup(@Nullable String fourthSalesSpecProductGroup)
Original property name from the Odata EDM: FourthSalesSpecProductGroup
fourthSalesSpecProductGroup
- You can use product groups when maintaining a product master record. Since these product groups are
not used in the standard SAP System, you can use them as required, for example, for analyses.public void setFifthSalesSpecProductGroup(@Nullable String fifthSalesSpecProductGroup)
Original property name from the Odata EDM: FifthSalesSpecProductGroup
fifthSalesSpecProductGroup
- You can use product groups when maintaining a product master record. Since these product groups are
not used in the standard SAP System, you can use them as required, for example, for analyses.public void setMinimumMakeToOrderOrderQty(@Nullable BigDecimal minimumMakeToOrderOrderQty)
Original property name from the Odata EDM: 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
- Minimum quantity allowed when the material is made to order.public void setBaseUnit(@Nullable String baseUnit)
Original property name from the Odata EDM: BaseUnit
You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified.
baseUnit
- Unit of measure in which stocks of the material are managed. The system converts all the quantities
you enter in other units of measure (alternative units of measure) to the base unit of measure.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProductSalesDelivery>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductSalesDelivery>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductSalesDelivery>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductSalesDelivery>
@Nonnull public static <T> ProductSalesDeliveryField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> ProductSalesDeliveryField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<ProductSalesDelivery>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<ProductSalesDelivery>
erpConfigContext
- New ERP configuration context to apply to this entityprotected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<ProductSalesDelivery>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<ProductSalesDelivery>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<ProductSalesDelivery>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ProductSalesDelivery>
@Nonnull public List<ProductSalesTax> fetchSalesTax() 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.@Nonnull public List<ProductSalesTax> getSalesTaxOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SalesTax 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.@Nonnull public Optional<List<ProductSalesTax>> getSalesTaxIfPresent()
If the navigation property for an entity ProductSalesDelivery has not been resolved yet, this method will
not query further information. Instead its Optional
result state will be empty
.
Optional
with result state
empty
is returned.public void setSalesTax(@Nonnull List<ProductSalesTax> value)
If the navigation property to_SalesTax 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 ProductSalesTax entities.public void addSalesTax(ProductSalesTax... entity)
If the navigation property to_SalesTax 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 ProductSalesTax entities.@Nonnull 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.@Nonnull 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.@Nonnull public Optional<List<ProductSalesText>> getSalesTextIfPresent()
If the navigation property for an entity ProductSalesDelivery has not been resolved yet, this method will
not query further information. Instead its Optional
result state will be empty
.
Optional
with result state
empty
is returned.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()
Original property name from the Odata EDM: Product
@Nullable public String getProductSalesOrg()
Original property name from the Odata EDM: 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.
@Nullable public String getProductDistributionChnl()
Original property name from the Odata EDM: 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.
@Nullable public BigDecimal getMinimumOrderQuantity()
Original property name from the Odata EDM: MinimumOrderQuantity
@Nullable public String getSupplyingPlant()
Original property name from the Odata EDM: 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.
@Nullable public String getPriceSpecificationProductGroup()
Original property name from the Odata EDM: 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)
@Nullable public String getAccountDetnProductGroup()
Original property name from the Odata EDM: AccountDetnProductGroup
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()
Original property name from the Odata EDM: DeliveryNoteProcMinDelivQty
@Nullable public String getItemCategoryGroup()
Original property name from the Odata EDM: 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.
@Nullable public String getDeliveryQuantityUnit()
Original property name from the Odata EDM: 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.
@Nullable public BigDecimal getDeliveryQuantity()
Original property name from the Odata EDM: 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.
@Nullable public String getProductSalesStatus()
Original property name from the Odata EDM: 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.
@Nullable public LocalDateTime getProductSalesStatusValidityDate()
Original property name from the Odata EDM: ProductSalesStatusValidityDate
@Nullable public String getSalesMeasureUnit()
Original property name from the Odata EDM: SalesMeasureUnit
@Nullable public Boolean getIsMarkedForDeletion()
Original property name from the Odata EDM: IsMarkedForDeletion
@Nullable public String getProductHierarchy()
Original property name from the Odata EDM: 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.
@Nullable public String getFirstSalesSpecProductGroup()
Original property name from the Odata EDM: FirstSalesSpecProductGroup
@Nullable public String getSecondSalesSpecProductGroup()
Original property name from the Odata EDM: SecondSalesSpecProductGroup
@Nullable public String getThirdSalesSpecProductGroup()
Original property name from the Odata EDM: ThirdSalesSpecProductGroup
@Nullable public String getFourthSalesSpecProductGroup()
Original property name from the Odata EDM: FourthSalesSpecProductGroup
@Nullable public String getFifthSalesSpecProductGroup()
Original property name from the Odata EDM: FifthSalesSpecProductGroup
@Nullable public BigDecimal getMinimumMakeToOrderOrderQty()
Original property name from the Odata EDM: 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.
@Nullable public String getBaseUnit()
Original property name from the Odata EDM: BaseUnit
You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified.
public String toString()
toString
in class VdmObject<ProductSalesDelivery>
public boolean equals(Object o)
equals
in class VdmObject<ProductSalesDelivery>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProductSalesDelivery>
public int hashCode()
hashCode
in class VdmObject<ProductSalesDelivery>
Copyright © 2019 SAP SE. All rights reserved.