public static final class ChartOfAccounts.ChartOfAccountsBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ChartOfAccounts |
build() |
ChartOfAccounts.ChartOfAccountsBuilder |
chartOfAccounts(String chartOfAccounts)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ChartOfAccounts.ChartOfAccountsBuilder |
chartOfAcctsIsBlocked(Boolean chartOfAcctsIsBlocked)
Constraints: none
|
ChartOfAccounts.ChartOfAccountsBuilder |
corporateGroupChartOfAccounts(String corporateGroupChartOfAccounts)
Constraints: Not nullable, Maximum length: 4
|
ChartOfAccounts.ChartOfAccountsBuilder |
maintenanceLanguage(String maintenanceLanguage)
Constraints: Not nullable, Maximum length: 2
|
ChartOfAccounts.ChartOfAccountsBuilder |
text(ChartOfAccountsText... value)
Navigation property to_Text for ChartOfAccounts to multiple ChartOfAccountsText.
|
String |
toString() |
@Nonnull public ChartOfAccounts.ChartOfAccountsBuilder text(ChartOfAccountsText... value)
value
- The ChartOfAccountsTexts to build this ChartOfAccounts with.public ChartOfAccounts.ChartOfAccountsBuilder chartOfAccounts(@Nullable String chartOfAccounts)
Original property name from the Odata EDM: ChartOfAccounts
this
.public ChartOfAccounts.ChartOfAccountsBuilder corporateGroupChartOfAccounts(@Nullable String corporateGroupChartOfAccounts)
Original property name from the Odata EDM: CorporateGroupChartOfAccounts
You can enter a group account number as additional information in the G/L accounts of the chart of accounts you are using. The system checks whether the group account number exists in the corporate chart of accounts.If the structure of the chart of accounts is predetermined by national legal requirements, you can define a corporate chart of accounts. All accounts receive a group account number which is the same for all accounts of that particular type in various different charts of accounts.For consolidation purposes, you can define the balance sheet and P+L by using group account numbers, i.e. they do not need to be defined differently per country.
this
.public ChartOfAccounts.ChartOfAccountsBuilder chartOfAcctsIsBlocked(@Nullable Boolean chartOfAcctsIsBlocked)
Original property name from the Odata EDM: ChartOfAcctsIsBlocked
This is only advisable if charts of accounts are created centrally and accounts are created locally. If this is the case, then the block prevents accounts from being created in the company codes for a chart of accounts that is not yet completed.
this chart of accounts in the company codes.this
.public ChartOfAccounts.ChartOfAccountsBuilder maintenanceLanguage(@Nullable String maintenanceLanguage)
Original property name from the Odata EDM: MaintenanceLanguage
All accounts have a description in this language. Master data can only be displayed or maintained in this language.If you carry out functions with the account, the account name can be displayed both in the maintenance language and in the available alternative languages.
this
.public ChartOfAccounts build()
Copyright © 2020 SAP SE. All rights reserved.