public class ControllingArea extends Entity<ControllingArea>
Modifier and Type | Class and Description |
---|---|
static class |
ControllingArea.ControllingAreaBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<ControllingArea,String> |
CHART_OF_ACCOUNTS
Use with available fluent helpers to apply the ChartOfAccounts field to query operations.
|
static EntityField<ControllingArea,String> |
CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations.
|
static EntityField<ControllingArea,String> |
CONTROLLING_AREA_CURRENCY
Use with available fluent helpers to apply the ControllingAreaCurrency field to query operations.
|
static EntityField<ControllingArea,String> |
CONTROLLING_AREA_CURRENCY_ROLE
Use with available fluent helpers to apply the ControllingAreaCurrencyRole field to query operations.
|
static EntityField<ControllingArea,String> |
CONTROLLING_AREA_NAME
Use with available fluent helpers to apply the ControllingAreaName field to query operations.
|
static EntityField<ControllingArea,String> |
COST_CENTER_STANDARD_HIERARCHY
Use with available fluent helpers to apply the CostCenterStandardHierarchy field to query operations.
|
static EntityField<ControllingArea,String> |
FINANCIAL_MANAGEMENT_AREA
Use with available fluent helpers to apply the FinancialManagementArea field to query operations.
|
static EntityField<ControllingArea,String> |
FISCAL_YEAR_VARIANT
Use with available fluent helpers to apply the FiscalYearVariant field to query operations.
|
static EntityField<ControllingArea,String> |
PROFIT_CENTER_ACCOUNTING_CURRENCY
Use with available fluent helpers to apply the ProfitCenterAccountingCurrency field to query operations.
|
static EntityField<ControllingArea,String> |
PROFIT_CENTER_STANDARD_HIERARCHY
Use with available fluent helpers to apply the ProfitCenterStandardHierarchy field to query operations.
|
Constructor and Description |
---|
ControllingArea() |
ControllingArea(String controllingArea,
String fiscalYearVariant,
String controllingAreaName,
String controllingAreaCurrency,
String chartOfAccounts,
String costCenterStandardHierarchy,
String profitCenterStandardHierarchy,
String financialManagementArea,
String controllingAreaCurrencyRole,
String profitCenterAccountingCurrency,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ControllingArea.ControllingAreaBuilder |
builder() |
boolean |
equals(Object o) |
static <T> EntityField<ControllingArea,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getChartOfAccounts()
Constraints: Not nullable, Maximum length: 4
|
String |
getControllingArea()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getControllingAreaCurrency()
Constraints: Not nullable, Maximum length: 5
|
String |
getControllingAreaCurrencyRole()
Constraints: Not nullable, Maximum length: 2
|
String |
getControllingAreaName()
Constraints: Not nullable, Maximum length: 25
|
String |
getCostCenterStandardHierarchy()
Constraints: Not nullable, Maximum length: 12
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFinancialManagementArea()
Constraints: Not nullable, Maximum length: 4
|
String |
getFiscalYearVariant()
Constraints: Not nullable, Maximum length: 2
|
String |
getProfitCenterAccountingCurrency()
Constraints: Not nullable, Maximum length: 5
|
String |
getProfitCenterStandardHierarchy()
Constraints: Not nullable, Maximum length: 12
|
Class<ControllingArea> |
getType() |
int |
hashCode() |
void |
setChartOfAccounts(String chartOfAccounts)
Constraints: Not nullable, Maximum length: 4
|
void |
setControllingArea(String controllingArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setControllingAreaCurrency(String controllingAreaCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setControllingAreaCurrencyRole(String controllingAreaCurrencyRole)
Constraints: Not nullable, Maximum length: 2
|
void |
setControllingAreaName(String controllingAreaName)
Constraints: Not nullable, Maximum length: 25
|
void |
setCostCenterStandardHierarchy(String costCenterStandardHierarchy)
Constraints: Not nullable, Maximum length: 12
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setFinancialManagementArea(String financialManagementArea)
Constraints: Not nullable, Maximum length: 4
|
void |
setFiscalYearVariant(String fiscalYearVariant)
Constraints: Not nullable, Maximum length: 2
|
void |
setProfitCenterAccountingCurrency(String profitCenterAccountingCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setProfitCenterStandardHierarchy(String profitCenterStandardHierarchy)
Constraints: Not nullable, Maximum length: 12
|
String |
toString() |
public static final EntityField<ControllingArea,String> CONTROLLING_AREA
public static final EntityField<ControllingArea,String> FISCAL_YEAR_VARIANT
public static final EntityField<ControllingArea,String> CONTROLLING_AREA_NAME
public static final EntityField<ControllingArea,String> CONTROLLING_AREA_CURRENCY
public static final EntityField<ControllingArea,String> CHART_OF_ACCOUNTS
public static final EntityField<ControllingArea,String> COST_CENTER_STANDARD_HIERARCHY
public static final EntityField<ControllingArea,String> PROFIT_CENTER_STANDARD_HIERARCHY
public static final EntityField<ControllingArea,String> FINANCIAL_MANAGEMENT_AREA
public static final EntityField<ControllingArea,String> CONTROLLING_AREA_CURRENCY_ROLE
public static final EntityField<ControllingArea,String> PROFIT_CENTER_ACCOUNTING_CURRENCY
@Generated(value="lombok") public ControllingArea()
@ConstructorProperties(value={"controllingArea","fiscalYearVariant","controllingAreaName","controllingAreaCurrency","chartOfAccounts","costCenterStandardHierarchy","profitCenterStandardHierarchy","financialManagementArea","controllingAreaCurrencyRole","profitCenterAccountingCurrency","erpConfigContext"}) @Generated(value="lombok") public ControllingArea(@Nullable String controllingArea, @Nullable String fiscalYearVariant, @Nullable String controllingAreaName, @Nullable String controllingAreaCurrency, @Nullable String chartOfAccounts, @Nullable String costCenterStandardHierarchy, @Nullable String profitCenterStandardHierarchy, @Nullable String financialManagementArea, @Nullable String controllingAreaCurrencyRole, @Nullable String profitCenterAccountingCurrency, ErpConfigContext erpConfigContext)
public Class<ControllingArea> getType()
getType
in class Entity<ControllingArea>
public static <T> EntityField<ControllingArea,T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Generated(value="lombok") public static ControllingArea.ControllingAreaBuilder builder()
@Nullable @Generated(value="lombok") public String getControllingArea()
@Nullable @Generated(value="lombok") public String getFiscalYearVariant()
@Nullable @Generated(value="lombok") public String getControllingAreaName()
@Nullable @Generated(value="lombok") public String getControllingAreaCurrency()
@Nullable @Generated(value="lombok") public String getChartOfAccounts()
@Nullable @Generated(value="lombok") public String getCostCenterStandardHierarchy()
@Nullable @Generated(value="lombok") public String getProfitCenterStandardHierarchy()
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.
@Nullable @Generated(value="lombok") public String getFinancialManagementArea()
An FM area is an organizational unit which plans, controls and monitors funds and commitment budgets.
@Nullable @Generated(value="lombok") public String getControllingAreaCurrencyRole()
@Nullable @Generated(value="lombok") public String getProfitCenterAccountingCurrency()
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". Note The standard reports for Profit Center Accounting display the selected values in this currency.
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setControllingArea(@Nullable String controllingArea)
controllingArea
- @Generated(value="lombok") public void setFiscalYearVariant(@Nullable String fiscalYearVariant)
fiscalYearVariant
- @Generated(value="lombok") public void setControllingAreaName(@Nullable String controllingAreaName)
controllingAreaName
- @Generated(value="lombok") public void setControllingAreaCurrency(@Nullable String controllingAreaCurrency)
controllingAreaCurrency
- @Generated(value="lombok") public void setChartOfAccounts(@Nullable String chartOfAccounts)
chartOfAccounts
- @Generated(value="lombok") public void setCostCenterStandardHierarchy(@Nullable String costCenterStandardHierarchy)
costCenterStandardHierarchy
- @Generated(value="lombok") public void setProfitCenterStandardHierarchy(@Nullable String 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.
profitCenterStandardHierarchy
- @Generated(value="lombok") public void setFinancialManagementArea(@Nullable String financialManagementArea)
An FM area is an organizational unit which plans, controls and monitors funds and commitment budgets.
financialManagementArea
- @Generated(value="lombok") public void setControllingAreaCurrencyRole(@Nullable String controllingAreaCurrencyRole)
controllingAreaCurrencyRole
- @Generated(value="lombok") public void setProfitCenterAccountingCurrency(@Nullable String 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". Note The standard reports for Profit Center Accounting display the selected values in this currency.
profitCenterAccountingCurrency
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<ControllingArea>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<ControllingArea>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<ControllingArea>
Copyright © 2017 SAP SE. All rights reserved.