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

public class CountryChartOfAccounts extends VdmEntity<CountryChartOfAccounts>
Alternative Chart of Accounts (Master Data)

Original entity name from the Odata EDM: CountryChartOfAccounts

  • Field Details

    • ALL_FIELDS

      public static final CountryChartOfAccountsSelectable ALL_FIELDS
      Selector for all available fields of CountryChartOfAccounts.
    • COUNTRY_CHART_OF_ACCOUNTS_ID

      public static final CountryChartOfAccountsField<String> COUNTRY_CHART_OF_ACCOUNTS_ID
      Use with available fluent helpers to apply the CountryChartOfAccounts_ID field to query operations.
    • COUNTRY_CHART_OF_ACCOUNTS_TEXT

      public static final CountryChartOfAccountsField<String> COUNTRY_CHART_OF_ACCOUNTS_TEXT
      Use with available fluent helpers to apply the CountryChartOfAccountsText field to query operations.
  • Constructor Details

    • CountryChartOfAccounts

      public CountryChartOfAccounts()
    • CountryChartOfAccounts

      public CountryChartOfAccounts(@Nullable String countryChartOfAccounts_ID, @Nullable String countryChartOfAccountsText)
  • Method Details