Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataHierarchy

additionalMasterDataHierarchy: string

Consolidation Hierarchy ID. Maximum length: 40.

controllingArea

controllingArea: string

Controlling Area. Maximum length: 4.

hierarchyNode

hierarchyNode: string

Hierarchy node. Maximum length: 40.

hierarchyNodeText

hierarchyNodeText: string

Hierarchy node description. Maximum length: 50.

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.

nodeType

nodeType: string

Hierarchy node type. Maximum length: 1.

nullable

validityEndDate

validityEndDate: Moment

Valid To Date. Date indicating up to when an entry is valid.

validityStartDate

validityStartDate: Moment

Valid-From Date. Date indicating as of when an entry is valid.

nullable

Static ADDITIONAL_MASTER_DATA_HIERARCHY

ADDITIONAL_MASTER_DATA_HIERARCHY: StringField<ProfitCenterHierText> = new StringField('AdditionalMasterDataHierarchy', ProfitCenterHierText, '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 CONTROLLING_AREA

CONTROLLING_AREA: StringField<ProfitCenterHierText> = new StringField('ControllingArea', ProfitCenterHierText, 'Edm.String')

Static representation of the controllingArea 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<ProfitCenterHierText> = new StringField('HierarchyNode', ProfitCenterHierText, '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_TEXT

HIERARCHY_NODE_TEXT: StringField<ProfitCenterHierText> = new StringField('HierarchyNodeText', ProfitCenterHierText, '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 LANGUAGE

LANGUAGE: StringField<ProfitCenterHierText> = new StringField('Language', ProfitCenterHierText, '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 NODE_TYPE

NODE_TYPE: StringField<ProfitCenterHierText> = new StringField('NodeType', ProfitCenterHierText, '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 VALIDITY_END_DATE

VALIDITY_END_DATE: DateField<ProfitCenterHierText> = new DateField('ValidityEndDate', ProfitCenterHierText, '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<ProfitCenterHierText> = new DateField('ValidityStartDate', ProfitCenterHierText, '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[] = [ProfitCenterHierText.CONTROLLING_AREA,ProfitCenterHierText.ADDITIONAL_MASTER_DATA_HIERARCHY,ProfitCenterHierText.HIERARCHY_NODE,ProfitCenterHierText.VALIDITY_END_DATE,ProfitCenterHierText.LANGUAGE,ProfitCenterHierText.HIERARCHY_NODE_TEXT,ProfitCenterHierText.VALIDITY_START_DATE,ProfitCenterHierText.NODE_TYPE]

All fields of the ProfitCenterHierText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ProfitCenterHierText"

Technical entity name for ProfitCenterHierText.

Static _keyFields

_keyFields: Array<Selectable<ProfitCenterHierText>> = [ProfitCenterHierText.CONTROLLING_AREA, ProfitCenterHierText.ADDITIONAL_MASTER_DATA_HIERARCHY, ProfitCenterHierText.HIERARCHY_NODE, ProfitCenterHierText.VALIDITY_END_DATE, ProfitCenterHierText.LANGUAGE]

All key fields of the ProfitCenterHierText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ProfitCenterHierText.

Methods

Static builder

Static requestBuilder

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

    Returns ProfitCenterHierTextRequestBuilder

    A ProfitCenterHierText request builder.