Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.field.ProductSalesField
Packages that use ProductSalesField
-
Uses of ProductSalesField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster declared as ProductSalesFieldModifier and TypeFieldDescriptionstatic final ProductSalesField<String>ProductSales.PRODUCTUse with available fluent helpers to apply the Product field to query operations.static final ProductSalesField<String>ProductSales.SALES_STATUSUse with available fluent helpers to apply the SalesStatus field to query operations.static final ProductSalesField<LocalDateTime>ProductSales.SALES_STATUS_VALIDITY_DATEUse with available fluent helpers to apply the SalesStatusValidityDate field to query operations.static final ProductSalesField<String>ProductSales.TAX_CLASSIFICATIONUse with available fluent helpers to apply the TaxClassification field to query operations.static final ProductSalesField<String>ProductSales.TRANSPORTATION_GROUPUse with available fluent helpers to apply the TransportationGroup field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductSalesFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
ProductSalesField<T>ProductSales.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductSalesField<T>Use with available fluent helpers to apply an extension field to query operations.