Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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

Segment for Segmental Reporting. Maximum length: 10.

nullable

segmentText

segmentText: string

Segment Name. Maximum length: 50.

nullable

sequenceNumber

sequenceNumber: string

Sequence Number. Maximum length: 46.

nullable

toCnsldtnPartSegmentHierT

toCnsldtnPartSegmentHierT: PartnerSegmentHierText[]

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

toCnsldtnPartnerSegment

toCnsldtnPartnerSegment: PartnerSegment

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

validityEndDate

validityEndDate: Moment

Validity End Date.

validityStartDate

validityStartDate: Moment

Validity Start Date.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CONSOLIDATION_SEGMENT_HIERARCHY

CONSOLIDATION_SEGMENT_HIERARCHY: StringField<PartnerSegmentHier> = new StringField('ConsolidationSegmentHierarchy', PartnerSegmentHier, '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<PartnerSegmentHier> = new StringField('HierarchyNode', PartnerSegmentHier, '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<PartnerSegmentHier> = new StringField('HierarchyNodeLevel', PartnerSegmentHier, '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<PartnerSegmentHier> = new StringField('HierarchyNode_Text', PartnerSegmentHier, '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<PartnerSegmentHier> = new StringField('NodeType', PartnerSegmentHier, '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<PartnerSegmentHier> = new StringField('ParentNode', PartnerSegmentHier, '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<PartnerSegmentHier> = new StringField('Segment', PartnerSegmentHier, '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<PartnerSegmentHier> = new StringField('Segment_Text', PartnerSegmentHier, '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<PartnerSegmentHier> = new StringField('SequenceNumber', PartnerSegmentHier, '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_SEGMENT

TO_CNSLDTN_PARTNER_SEGMENT: OneToOneLink<PartnerSegmentHier, PartnerSegment> = new OneToOneLink('to_CnsldtnPartnerSegment', PartnerSegmentHier, PartnerSegment)

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

Static TO_CNSLDTN_PART_SEGMENT_HIER_T

TO_CNSLDTN_PART_SEGMENT_HIER_T: Link<PartnerSegmentHier, PartnerSegmentHierText> = new Link('to_CnsldtnPartSegmentHierT', PartnerSegmentHier, PartnerSegmentHierText)

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

All fields of the PartnerSegmentHier entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerSegmentHier"

Technical entity name for PartnerSegmentHier.

Static _keyFields

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

All key fields of the PartnerSegmentHier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerSegmentHier.

Methods

Static builder

  • Returns an entity builder to construct instances PartnerSegmentHier.

    Returns EntityBuilderType<PartnerSegmentHier, PartnerSegmentHierType>

    A builder that constructs instances of entity type PartnerSegmentHier.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PartnerSegmentHier>

    A builder that constructs instances of entity type PartnerSegmentHier.

Static requestBuilder

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

    Returns PartnerSegmentHierRequestBuilder

    A PartnerSegmentHier request builder.