public static final class FunctionalAreaText.FunctionalAreaTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
FunctionalAreaText |
build() |
FunctionalAreaText.FunctionalAreaTextBuilder |
cnsldtnFunctionalArea(FunctionalArea value)
Navigation property to_CnsldtnFunctionalArea for FunctionalAreaText to single
FunctionalArea.
|
FunctionalAreaText.FunctionalAreaTextBuilder |
functionalArea(String functionalArea)
(Key Field) Constraints: Not nullable, Maximum length: 16
|
FunctionalAreaText.FunctionalAreaTextBuilder |
functionalAreaText(String functionalAreaText)
Constraints: Not nullable, Maximum length: 25
|
FunctionalAreaText.FunctionalAreaTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public FunctionalAreaText.FunctionalAreaTextBuilder cnsldtnFunctionalArea(FunctionalArea value)
value
- The FunctionalArea to build this FunctionalAreaText with.public FunctionalAreaText.FunctionalAreaTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
public FunctionalAreaText.FunctionalAreaTextBuilder functionalArea(@Nullable String functionalArea)
Original property name from the Odata EDM: FunctionalArea
Use for Cost-of-Sales AccountingThe 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:ManufacturingAdministrationSalesResearch and developmentUse for GovernmentThe 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 accountingSee 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 governmentFor more information on the functional area, see the implementation Guide for Funds Management Government in the section Activate Account Assignment Elements.
public FunctionalAreaText.FunctionalAreaTextBuilder functionalAreaText(@Nullable String functionalAreaText)
Original property name from the Odata EDM: FunctionalAreaText
public FunctionalAreaText build()
Copyright © 2019 SAP SE. All rights reserved.