Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataHierarchy

additionalMasterDataHierarchy: string

Consolidation Hierarchy ID. Maximum length: 40.

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

project

project: string

Project Definition. Key identifying a project definition. Maximum length: 24.

nullable

projectText

projectText: string

Project Definition Name. Maximum length: 40.

nullable

sequenceNumber

sequenceNumber: string

Sequence Number. Maximum length: 46.

nullable

toCnsldtnProject

toCnsldtnProject: Project

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

toCnsldtnProjectHierT

toCnsldtnProjectHierT: ProjectHierText[]

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

validityEndDate

validityEndDate: Moment

Validity End Date.

validityStartDate

validityStartDate: Moment

Validity Start Date.

nullable

Static ADDITIONAL_MASTER_DATA_HIERARCHY

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

HIERARCHY_NODE: StringField<ProjectHier> = new StringField('HierarchyNode', ProjectHier, '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<ProjectHier> = new StringField('HierarchyNodeLevel', ProjectHier, '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<ProjectHier> = new StringField('HierarchyNode_Text', ProjectHier, '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<ProjectHier> = new StringField('NodeType', ProjectHier, '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<ProjectHier> = new StringField('ParentNode', ProjectHier, '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 PROJECT

PROJECT: StringField<ProjectHier> = new StringField('Project', ProjectHier, 'Edm.String')

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

Static PROJECT_TEXT

PROJECT_TEXT: StringField<ProjectHier> = new StringField('Project_Text', ProjectHier, 'Edm.String')

Static representation of the projectText 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<ProjectHier> = new StringField('SequenceNumber', ProjectHier, '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_PROJECT

TO_CNSLDTN_PROJECT: OneToOneLink<ProjectHier, Project> = new OneToOneLink('to_CnsldtnProject', ProjectHier, Project)

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

Static TO_CNSLDTN_PROJECT_HIER_T

TO_CNSLDTN_PROJECT_HIER_T: Link<ProjectHier, ProjectHierText> = new Link('to_CnsldtnProjectHierT', ProjectHier, ProjectHierText)

Static representation of the one-to-many navigation property toCnsldtnProjectHierT 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<ProjectHier> = new DateField('ValidityEndDate', ProjectHier, '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<ProjectHier> = new DateField('ValidityStartDate', ProjectHier, '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[] = [ProjectHier.ADDITIONAL_MASTER_DATA_HIERARCHY,ProjectHier.HIERARCHY_NODE,ProjectHier.HIERARCHY_NODE_TEXT,ProjectHier.VALIDITY_END_DATE,ProjectHier.PARENT_NODE,ProjectHier.VALIDITY_START_DATE,ProjectHier.PROJECT,ProjectHier.PROJECT_TEXT,ProjectHier.SEQUENCE_NUMBER,ProjectHier.HIERARCHY_NODE_LEVEL,ProjectHier.NODE_TYPE,ProjectHier.TO_CNSLDTN_PROJECT,ProjectHier.TO_CNSLDTN_PROJECT_HIER_T]

All fields of the ProjectHier entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ProjectHier"

Technical entity name for ProjectHier.

Static _keyFields

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

All key fields of the ProjectHier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ProjectHier.

Methods

Static builder

  • Returns an entity builder to construct instances ProjectHier.

    Returns EntityBuilderType<ProjectHier, ProjectHierType>

    A builder that constructs instances of entity type ProjectHier.

Static requestBuilder

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

    Returns ProjectHierRequestBuilder

    A ProjectHier request builder.