Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataHierarchy

additionalMasterDataHierarchy: string

Consolidation Hierarchy ID. Maximum length: 40.

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.

nullable

functionalAreaText

functionalAreaText: string

Name of the functional area. Maximum length: 25.

nullable

hierarchyNode

hierarchyNode: string

Hierarchy node. Maximum length: 40.

hierarchyNodeLevel

hierarchyNodeLevel: string

Hierarchy Level. Maximum length: 6.

nullable

hierarchyNodeText

hierarchyNodeText: string

Hierarchy node description. Maximum length: 50.

nullable

nodeType

nodeType: string

Hierarchy node type. Maximum length: 1.

nullable

parentNode

parentNode: string

Hierarchy parent node. Maximum length: 40.

nullable

sequenceNumber

sequenceNumber: string

Sequence Number. Maximum length: 46.

nullable

toCnsldtnPartFuncnlAreaHierT

toCnsldtnPartFuncnlAreaHierT: PartnerFunctionalAreaHierText[]

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

toCnsldtnPartnerFuncnlArea

toCnsldtnPartnerFuncnlArea: PartnerFunctionalArea

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

validityEndDate

validityEndDate: Moment

Validity End Date.

validityStartDate

validityStartDate: Moment

Validity Start Date.

nullable

Static ADDITIONAL_MASTER_DATA_HIERARCHY

ADDITIONAL_MASTER_DATA_HIERARCHY: StringField<PartnerFunctionalAreaHier> = new StringField('AdditionalMasterDataHierarchy', PartnerFunctionalAreaHier, 'Edm.String')

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

Static FUNCTIONAL_AREA

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

HIERARCHY_NODE: StringField<PartnerFunctionalAreaHier> = new StringField('HierarchyNode', PartnerFunctionalAreaHier, 'Edm.String')

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

Static HIERARCHY_NODE_LEVEL

HIERARCHY_NODE_LEVEL: StringField<PartnerFunctionalAreaHier> = new StringField('HierarchyNodeLevel', PartnerFunctionalAreaHier, 'Edm.String')

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

Static HIERARCHY_NODE_TEXT

HIERARCHY_NODE_TEXT: StringField<PartnerFunctionalAreaHier> = new StringField('HierarchyNode_Text', PartnerFunctionalAreaHier, 'Edm.String')

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

Static NODE_TYPE

NODE_TYPE: StringField<PartnerFunctionalAreaHier> = new StringField('NodeType', PartnerFunctionalAreaHier, 'Edm.String')

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

Static PARENT_NODE

PARENT_NODE: StringField<PartnerFunctionalAreaHier> = new StringField('ParentNode', PartnerFunctionalAreaHier, 'Edm.String')

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

Static SEQUENCE_NUMBER

SEQUENCE_NUMBER: StringField<PartnerFunctionalAreaHier> = new StringField('SequenceNumber', PartnerFunctionalAreaHier, 'Edm.String')

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

Static TO_CNSLDTN_PARTNER_FUNCNL_AREA

TO_CNSLDTN_PARTNER_FUNCNL_AREA: OneToOneLink<PartnerFunctionalAreaHier, PartnerFunctionalArea> = new OneToOneLink('to_CnsldtnPartnerFuncnlArea', PartnerFunctionalAreaHier, PartnerFunctionalArea)

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

Static TO_CNSLDTN_PART_FUNCNL_AREA_HIER_T

TO_CNSLDTN_PART_FUNCNL_AREA_HIER_T: Link<PartnerFunctionalAreaHier, PartnerFunctionalAreaHierText> = new Link('to_CnsldtnPartFuncnlAreaHierT', PartnerFunctionalAreaHier, PartnerFunctionalAreaHierText)

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

Static VALIDITY_END_DATE

VALIDITY_END_DATE: DateField<PartnerFunctionalAreaHier> = new DateField('ValidityEndDate', PartnerFunctionalAreaHier, 'Edm.DateTime')

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

Static VALIDITY_START_DATE

VALIDITY_START_DATE: DateField<PartnerFunctionalAreaHier> = new DateField('ValidityStartDate', PartnerFunctionalAreaHier, 'Edm.DateTime')

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

Static _allFields

_allFields: any[] = [PartnerFunctionalAreaHier.ADDITIONAL_MASTER_DATA_HIERARCHY,PartnerFunctionalAreaHier.HIERARCHY_NODE,PartnerFunctionalAreaHier.HIERARCHY_NODE_TEXT,PartnerFunctionalAreaHier.VALIDITY_END_DATE,PartnerFunctionalAreaHier.PARENT_NODE,PartnerFunctionalAreaHier.VALIDITY_START_DATE,PartnerFunctionalAreaHier.FUNCTIONAL_AREA,PartnerFunctionalAreaHier.FUNCTIONAL_AREA_TEXT,PartnerFunctionalAreaHier.SEQUENCE_NUMBER,PartnerFunctionalAreaHier.HIERARCHY_NODE_LEVEL,PartnerFunctionalAreaHier.NODE_TYPE,PartnerFunctionalAreaHier.TO_CNSLDTN_PART_FUNCNL_AREA_HIER_T,PartnerFunctionalAreaHier.TO_CNSLDTN_PARTNER_FUNCNL_AREA]

All fields of the PartnerFunctionalAreaHier entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerFunctionalAreaHier"

Technical entity name for PartnerFunctionalAreaHier.

Static _keyFields

_keyFields: Array<Selectable<PartnerFunctionalAreaHier>> = [PartnerFunctionalAreaHier.ADDITIONAL_MASTER_DATA_HIERARCHY, PartnerFunctionalAreaHier.HIERARCHY_NODE, PartnerFunctionalAreaHier.VALIDITY_END_DATE]

All key fields of the PartnerFunctionalAreaHier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerFunctionalAreaHier.

Methods

Static builder

Static requestBuilder

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

    Returns PartnerFunctionalAreaHierRequestBuilder

    A PartnerFunctionalAreaHier request builder.