public class FunctionalArea extends Entity<FunctionalArea>
Modifier and Type | Class and Description |
---|---|
static class |
FunctionalArea.FunctionalAreaBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<FunctionalArea,String> |
FUNCTIONAL_AREA
Use with available fluent helpers to apply the FunctionalArea field to query operations.
|
Constructor and Description |
---|
FunctionalArea() |
FunctionalArea(String functionalArea,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static FunctionalArea.FunctionalAreaBuilder |
builder() |
boolean |
equals(Object o) |
List<FunctionalAreaText> |
fetchText()
Fetches the FunctionalAreaText entities (one to many) associated with this entity.
|
static <T> EntityField<FunctionalArea,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFunctionalArea()
(Key Field) Constraints: Not nullable, Maximum length: 16
|
Class<FunctionalArea> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setFunctionalArea(String functionalArea)
(Key Field) Constraints: Not nullable, Maximum length: 16
|
String |
toString() |
public static final EntityField<FunctionalArea,String> FUNCTIONAL_AREA
@Generated(value="lombok") public FunctionalArea()
@ConstructorProperties(value={"functionalArea","erpConfigContext"}) @Generated(value="lombok") public FunctionalArea(@Nullable String functionalArea, ErpConfigContext erpConfigContext)
public Class<FunctionalArea> getType()
getType
in class Entity<FunctionalArea>
public static <T> EntityField<FunctionalArea,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.public List<FunctionalAreaText> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static FunctionalArea.FunctionalAreaBuilder builder()
@Nullable @Generated(value="lombok") public String getFunctionalArea()
Use for Cost-of-Sales Accounting The functional area is required to create a profit and loss account in Financial Accounting using cost-of-sales accounting. The following are examples of structure criteria: Manufacturing Administration Sales Research and development Use for Government The functional area is needed for Funds Management to meet legal requirements for reporting with functional aspects. You can use the functional area to represent the global targets and goals (such as public safety or city development), in particular the expenses of your organization. Use in cost-of-sales accounting See the documentation on Filling the Functional Area Field. For comprehensive information on cost-of-sales accounting and on the functional area, see the SAP Library under Accounting -> Financial Accounting -> General Ledger -> Cost-of-Sales Accounting. Use in government For more information on the functional area, see the implementation Guide for Funds Management Government in the section Activate Account Assignment Elements.
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setFunctionalArea(@Nullable String functionalArea)
Use for Cost-of-Sales Accounting The functional area is required to create a profit and loss account in Financial Accounting using cost-of-sales accounting. The following are examples of structure criteria: Manufacturing Administration Sales Research and development Use for Government The functional area is needed for Funds Management to meet legal requirements for reporting with functional aspects. You can use the functional area to represent the global targets and goals (such as public safety or city development), in particular the expenses of your organization. Use in cost-of-sales accounting See the documentation on Filling the Functional Area Field. For comprehensive information on cost-of-sales accounting and on the functional area, see the SAP Library under Accounting -> Financial Accounting -> General Ledger -> Cost-of-Sales Accounting. Use in government For more information on the functional area, see the implementation Guide for Funds Management Government in the section Activate Account Assignment Elements.
functionalArea
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<FunctionalArea>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<FunctionalArea>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<FunctionalArea>
Copyright © 2017 SAP SE. All rights reserved.