java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ControllingObjectDebit>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.ControllingObjectDebit

public class ControllingObjectDebit extends VdmEntity<ControllingObjectDebit>
Controlling Object Debit Type (Master Data)

Original entity name from the Odata EDM: ControllingObjectDebitType

  • Field Details

    • ALL_FIELDS

      public static final ControllingObjectDebitSelectable ALL_FIELDS
      Selector for all available fields of ControllingObjectDebit.
    • CONTROLLING_OBJECT_DEBIT_TYPE_ID

      public static final ControllingObjectDebitField<String> CONTROLLING_OBJECT_DEBIT_TYPE_ID
      Use with available fluent helpers to apply the ControllingObjectDebitType_ID field to query operations.
    • CONTROLLING_OBJECT_DEBIT_TYPE_TEXT

      public static final ControllingObjectDebitField<String> CONTROLLING_OBJECT_DEBIT_TYPE_TEXT
      Use with available fluent helpers to apply the ControllingObjectDebitTypeText field to query operations.
  • Constructor Details

    • ControllingObjectDebit

      public ControllingObjectDebit()
    • ControllingObjectDebit

      public ControllingObjectDebit(@Nullable String controllingObjectDebitType_ID, @Nullable String controllingObjectDebitTypeText)
  • Method Details