public static class ControllingArea.ControllingAreaBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ControllingArea |
build() |
ControllingArea.ControllingAreaBuilder |
chartOfAccounts(String chartOfAccounts)
Constraints: Not nullable, Maximum length: 4
|
ControllingArea.ControllingAreaBuilder |
controllingArea(String controllingArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ControllingArea.ControllingAreaBuilder |
controllingAreaCurrency(String controllingAreaCurrency)
Constraints: Not nullable, Maximum length: 5
|
ControllingArea.ControllingAreaBuilder |
controllingAreaCurrencyRole(String controllingAreaCurrencyRole)
Constraints: Not nullable, Maximum length: 2
|
ControllingArea.ControllingAreaBuilder |
controllingAreaName(String controllingAreaName)
Constraints: Not nullable, Maximum length: 25
|
ControllingArea.ControllingAreaBuilder |
costCenterStandardHierarchy(String costCenterStandardHierarchy)
Constraints: Not nullable, Maximum length: 12
|
ControllingArea.ControllingAreaBuilder |
financialManagementArea(String financialManagementArea)
Constraints: Not nullable, Maximum length: 4
|
ControllingArea.ControllingAreaBuilder |
fiscalYearVariant(String fiscalYearVariant)
Constraints: Not nullable, Maximum length: 2
|
ControllingArea.ControllingAreaBuilder |
profitCenterAccountingCurrency(String profitCenterAccountingCurrency)
Constraints: Not nullable, Maximum length: 5
|
ControllingArea.ControllingAreaBuilder |
profitCenterStandardHierarchy(String profitCenterStandardHierarchy)
Constraints: Not nullable, Maximum length: 12
|
String |
toString() |
public ControllingArea.ControllingAreaBuilder controllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
this
.public ControllingArea.ControllingAreaBuilder fiscalYearVariant(@Nullable String fiscalYearVariant)
Original property name from the Odata EDM: FiscalYearVariant
this
.public ControllingArea.ControllingAreaBuilder controllingAreaName(@Nullable String controllingAreaName)
Original property name from the Odata EDM: ControllingAreaName
this
.public ControllingArea.ControllingAreaBuilder controllingAreaCurrency(@Nullable String controllingAreaCurrency)
Original property name from the Odata EDM: ControllingAreaCurrency
this
.public ControllingArea.ControllingAreaBuilder chartOfAccounts(@Nullable String chartOfAccounts)
Original property name from the Odata EDM: ChartOfAccounts
this
.public ControllingArea.ControllingAreaBuilder costCenterStandardHierarchy(@Nullable String costCenterStandardHierarchy)
Original property name from the Odata EDM: CostCenterStandardHierarchy
together. See standard hierarchy.this
.public ControllingArea.ControllingAreaBuilder profitCenterStandardHierarchy(@Nullable String profitCenterStandardHierarchy)
Original property name from the Odata EDM: ProfitCenterStandardHierarchy
The structural elements in the standard hierarchy are the profit center area and the summarization area.The profit center area is an end point in the tree structure which is not at the top and can have profit centers assigned to it when you maintain the standard hierarchy.The summarization area is used to summarize the data on the profit centers beneath it, although it does not itself contain any profit centers.By definition, the system always regards the profit center hierarchy which was entered when the controlling area was created as the standard hierarchy.
one controlling area.this
.public ControllingArea.ControllingAreaBuilder financialManagementArea(@Nullable String financialManagementArea)
Original property name from the Odata EDM: FinancialManagementArea
An FM area is an organizational unit which plans, controls and monitors funds and commitment budgets.
this
.public ControllingArea.ControllingAreaBuilder controllingAreaCurrencyRole(@Nullable String controllingAreaCurrencyRole)
Original property name from the Odata EDM: ControllingAreaCurrencyRole
this
.public ControllingArea.ControllingAreaBuilder profitCenterAccountingCurrency(@Nullable String profitCenterAccountingCurrency)
Original property name from the Odata EDM: ProfitCenterAccountingCurrency
If you chose the group currency or controlling area currency as the currency type, leave the field "Report currency" blank. The system will determine the currency automatically when the transaction data is posted.When transaction data is posted to Profit Center Accounting, the system also posts the data using the currency specified in the fields "Currency type"/"Report currency".NoteThe standard reports for Profit Center Accounting display the selected values in this currency.
specify that currency in this field.this
.public ControllingArea build()
Copyright © 2020 SAP SE. All rights reserved.