Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "FunctionalAreaText" of service "API_GRMASTERDATA_SRV". This service is part of the following communication scenarios: Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336). See https://api.sap.com/api/API_GRMASTERDATA_SRV for more information.

Hierarchy

  • any
    • FunctionalAreaText

Implements

Index

Properties

functionalArea

functionalArea: string

Functional Area. Structure criterion for an enterprise or government based on functional aspects. 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. Maximum length: 16.

functionalAreaText

functionalAreaText: string

Name of the functional area. Maximum length: 25.

nullable

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

toCnsldtnFunctionalArea

toCnsldtnFunctionalArea: FunctionalArea

One-to-one navigation property to the FunctionalArea entity.

Static FUNCTIONAL_AREA

FUNCTIONAL_AREA: StringField<FunctionalAreaText> = new StringField('FunctionalArea', FunctionalAreaText, 'Edm.String')

Static representation of the functionalArea property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static FUNCTIONAL_AREA_TEXT

FUNCTIONAL_AREA_TEXT: StringField<FunctionalAreaText> = new StringField('FunctionalAreaText', FunctionalAreaText, 'Edm.String')

Static representation of the functionalAreaText property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static LANGUAGE

LANGUAGE: StringField<FunctionalAreaText> = new StringField('Language', FunctionalAreaText, 'Edm.String')

Static representation of the language property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_CNSLDTN_FUNCTIONAL_AREA

TO_CNSLDTN_FUNCTIONAL_AREA: OneToOneLink<FunctionalAreaText, FunctionalArea> = new OneToOneLink('to_CnsldtnFunctionalArea', FunctionalAreaText, FunctionalArea)

Static representation of the one-to-one navigation property toCnsldtnFunctionalArea for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [FunctionalAreaText.LANGUAGE,FunctionalAreaText.FUNCTIONAL_AREA,FunctionalAreaText.FUNCTIONAL_AREA_TEXT,FunctionalAreaText.TO_CNSLDTN_FUNCTIONAL_AREA]

All fields of the FunctionalAreaText entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_GRMASTERDATA_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "FunctionalAreaText"

Technical entity name for FunctionalAreaText.

Static _keyFields

_keyFields: Array<Selectable<FunctionalAreaText>> = [FunctionalAreaText.LANGUAGE, FunctionalAreaText.FUNCTIONAL_AREA]

All key fields of the FunctionalAreaText entity.

Static _keys

_keys: any = FunctionalAreaText._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property FunctionalAreaText.

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for FunctionalAreaText.

Methods

Static builder

  • Returns an entity builder to construct instances FunctionalAreaText.

    Returns EntityBuilderType<FunctionalAreaText, FunctionalAreaTextType>

    A builder that constructs instances of entity type FunctionalAreaText.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the FunctionalAreaText entity type.

    Returns FunctionalAreaTextRequestBuilder

    A FunctionalAreaText request builder.