Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster |
Modifier and Type | Field and Description |
---|---|
static ProductSalesField<String> |
ProductSales.PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductSalesField<String> |
ProductSales.SALES_STATUS
Use with available fluent helpers to apply the SalesStatus field to query operations.
|
static ProductSalesField<LocalDateTime> |
ProductSales.SALES_STATUS_VALIDITY_DATE
Use with available fluent helpers to apply the SalesStatusValidityDate field to query operations.
|
static ProductSalesField<String> |
ProductSales.TAX_CLASSIFICATION
Use with available fluent helpers to apply the TaxClassification field to query operations.
|
static ProductSalesField<String> |
ProductSales.TRANSPORTATION_GROUP
Use with available fluent helpers to apply the TransportationGroup field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> ProductSalesField<T> |
ProductSales.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
ProductSales.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2019 SAP SE. All rights reserved.