Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.field.SalesOrderItemField
Packages that use SalesOrderItemField
-
Uses of SalesOrderItemField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance declared as SalesOrderItemFieldModifier and TypeFieldDescriptionstatic final SalesOrderItemField<String>SalesOrderItem.SALES_ORDERUse with available fluent helpers to apply the SalesOrder field to query operations.static final SalesOrderItemField<String>SalesOrderItem.SALES_ORDER_ITEM_IDUse with available fluent helpers to apply the SalesOrderItem_ID field to query operations.static final SalesOrderItemField<String>SalesOrderItem.SALES_ORDER_ITEM_TEXTUse with available fluent helpers to apply the SalesOrderItemText field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return SalesOrderItemFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
SalesOrderItemField<T>SalesOrderItem.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SalesOrderItemField<T>Use with available fluent helpers to apply an extension field to query operations.