Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "FunctionalArea" 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
    • FunctionalArea

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

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

toCnsldtnFunctionalAreaHier

toCnsldtnFunctionalAreaHier: FunctionalAreaHier[]

One-to-many navigation property to the FunctionalAreaHier entity.

toCnsldtnFunctionalAreaT

toCnsldtnFunctionalAreaT: FunctionalAreaText[]

One-to-many navigation property to the FunctionalAreaText entity.

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<FunctionalArea> = new StringField('AdditionalMasterDataSource', FunctionalArea, 'Edm.String')

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

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', FunctionalArea)

All fields selector.

Static FUNCTIONAL_AREA

FUNCTIONAL_AREA: StringField<FunctionalArea> = new StringField('FunctionalArea', FunctionalArea, '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<FunctionalArea> = new StringField('FunctionalArea_Text', FunctionalArea, '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 TO_CNSLDTN_FUNCTIONAL_AREA_HIER

TO_CNSLDTN_FUNCTIONAL_AREA_HIER: Link<FunctionalArea, FunctionalAreaHier> = new Link('to_CnsldtnFunctionalAreaHier', FunctionalArea, FunctionalAreaHier)

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

Static TO_CNSLDTN_FUNCTIONAL_AREA_T

TO_CNSLDTN_FUNCTIONAL_AREA_T: Link<FunctionalArea, FunctionalAreaText> = new Link('to_CnsldtnFunctionalAreaT', FunctionalArea, FunctionalAreaText)

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

Static _allFields

_allFields: any[] = [FunctionalArea.FUNCTIONAL_AREA,FunctionalArea.FUNCTIONAL_AREA_TEXT,FunctionalArea.ADDITIONAL_MASTER_DATA_SOURCE,FunctionalArea.TO_CNSLDTN_FUNCTIONAL_AREA_HIER,FunctionalArea.TO_CNSLDTN_FUNCTIONAL_AREA_T]

All fields of the FunctionalArea entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "FunctionalArea"

Technical entity name for FunctionalArea.

Static _keyFields

_keyFields: Array<Selectable<FunctionalArea>> = [FunctionalArea.FUNCTIONAL_AREA]

All key fields of the FunctionalArea entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for FunctionalArea.

Methods

Static builder

  • Returns an entity builder to construct instances FunctionalArea.

    Returns EntityBuilderType<FunctionalArea, FunctionalAreaType>

    A builder that constructs instances of entity type FunctionalArea.

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity FunctionalArea.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<FunctionalArea>

    A builder that constructs instances of entity type FunctionalArea.

Static requestBuilder

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

    Returns FunctionalAreaRequestBuilder

    A FunctionalArea request builder.