Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationSegmentHierarchy

consolidationSegmentHierarchy: string

Segment Hierarchy. 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

segment

segment: string

Consolidation Elimination Member. Maximum length: 25.

nullable

segmentText

segmentText: string

Hierarchy node description. Maximum length: 50.

nullable

sequenceNumber

sequenceNumber: string

Sequence Number. Maximum length: 46.

nullable

toCnsldtnSegmentForElim

toCnsldtnSegmentForElim: SegmentForElimination

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

toCnsldtnSegmentHierForElimT

toCnsldtnSegmentHierForElimT: SegmentForHierElimText[]

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

validityEndDate

validityEndDate: Moment

Validity End Date.

validityStartDate

validityStartDate: Moment

Validity Start Date.

nullable

Static CONSOLIDATION_SEGMENT_HIERARCHY

CONSOLIDATION_SEGMENT_HIERARCHY: StringField<SegmentHierForElim> = new StringField('ConsolidationSegmentHierarchy', SegmentHierForElim, 'Edm.String')

Static representation of the consolidationSegmentHierarchy 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<SegmentHierForElim> = new StringField('HierarchyNode', SegmentHierForElim, '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<SegmentHierForElim> = new StringField('HierarchyNodeLevel', SegmentHierForElim, '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<SegmentHierForElim> = new StringField('HierarchyNode_Text', SegmentHierForElim, '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<SegmentHierForElim> = new StringField('NodeType', SegmentHierForElim, '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<SegmentHierForElim> = new StringField('ParentNode', SegmentHierForElim, '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 SEGMENT

SEGMENT: StringField<SegmentHierForElim> = new StringField('Segment', SegmentHierForElim, 'Edm.String')

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

Static SEGMENT_TEXT

SEGMENT_TEXT: StringField<SegmentHierForElim> = new StringField('Segment_Text', SegmentHierForElim, 'Edm.String')

Static representation of the segmentText 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<SegmentHierForElim> = new StringField('SequenceNumber', SegmentHierForElim, '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_SEGMENT_FOR_ELIM

TO_CNSLDTN_SEGMENT_FOR_ELIM: OneToOneLink<SegmentHierForElim, SegmentForElimination> = new OneToOneLink('to_CnsldtnSegmentForElim', SegmentHierForElim, SegmentForElimination)

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

Static TO_CNSLDTN_SEGMENT_HIER_FOR_ELIM_T

TO_CNSLDTN_SEGMENT_HIER_FOR_ELIM_T: Link<SegmentHierForElim, SegmentForHierElimText> = new Link('to_CnsldtnSegmentHierForElimT', SegmentHierForElim, SegmentForHierElimText)

Static representation of the one-to-many navigation property toCnsldtnSegmentHierForElimT 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<SegmentHierForElim> = new DateField('ValidityEndDate', SegmentHierForElim, '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<SegmentHierForElim> = new DateField('ValidityStartDate', SegmentHierForElim, '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[] = [SegmentHierForElim.CONSOLIDATION_SEGMENT_HIERARCHY,SegmentHierForElim.HIERARCHY_NODE,SegmentHierForElim.HIERARCHY_NODE_TEXT,SegmentHierForElim.VALIDITY_END_DATE,SegmentHierForElim.PARENT_NODE,SegmentHierForElim.VALIDITY_START_DATE,SegmentHierForElim.SEGMENT,SegmentHierForElim.SEGMENT_TEXT,SegmentHierForElim.SEQUENCE_NUMBER,SegmentHierForElim.HIERARCHY_NODE_LEVEL,SegmentHierForElim.NODE_TYPE,SegmentHierForElim.TO_CNSLDTN_SEGMENT_FOR_ELIM,SegmentHierForElim.TO_CNSLDTN_SEGMENT_HIER_FOR_ELIM_T]

All fields of the SegmentHierForElim entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SegmentHierForElim"

Technical entity name for SegmentHierForElim.

Static _keyFields

_keyFields: Array<Selectable<SegmentHierForElim>> = [SegmentHierForElim.CONSOLIDATION_SEGMENT_HIERARCHY, SegmentHierForElim.HIERARCHY_NODE, SegmentHierForElim.VALIDITY_END_DATE]

All key fields of the SegmentHierForElim entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SegmentHierForElim.

Methods

Static builder

  • Returns an entity builder to construct instances SegmentHierForElim.

    Returns EntityBuilderType<SegmentHierForElim, SegmentHierForElimType>

    A builder that constructs instances of entity type SegmentHierForElim.

Static requestBuilder

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

    Returns SegmentHierForElimRequestBuilder

    A SegmentHierForElim request builder.