Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger.field.LedgerField
Packages that use LedgerField
-
Uses of LedgerField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger declared as LedgerFieldModifier and TypeFieldDescriptionstatic final LedgerField<Boolean>Ledger.IS_LEADING_LEDGERUse with available fluent helpers to apply the IsLeadingLedger field to query operations.static final LedgerField<String>Ledger.LEDGERUse with available fluent helpers to apply the Ledger field to query operations.static final LedgerField<String>Ledger.LEDGER_APPLICATIONUse with available fluent helpers to apply the LedgerApplication field to query operations.static final LedgerField<String>Ledger.LEDGER_SUB_APPLICATIONUse with available fluent helpers to apply the LedgerSubApplication field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ledger that return LedgerFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
LedgerField<T>Ledger.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> LedgerField<T>Use with available fluent helpers to apply an extension field to query operations.