Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationSegmentHierarchy

consolidationSegmentHierarchy: string

Segment Hierarchy. Maximum length: 40.

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.

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 ALL_FIELDS

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

All fields selector.

Static CONSOLIDATION_SEGMENT_HIERARCHY

CONSOLIDATION_SEGMENT_HIERARCHY: StringField<PartnerSegmentHierText> = new StringField('ConsolidationSegmentHierarchy', PartnerSegmentHierText, '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<PartnerSegmentHierText> = new StringField('HierarchyNode', PartnerSegmentHierText, '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<PartnerSegmentHierText> = new StringField('HierarchyNodeText', PartnerSegmentHierText, '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<PartnerSegmentHierText> = new StringField('Language', PartnerSegmentHierText, '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 VALIDITY_END_DATE

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

All fields of the PartnerSegmentHierText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerSegmentHierText"

Technical entity name for PartnerSegmentHierText.

Static _keyFields

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

All key fields of the PartnerSegmentHierText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerSegmentHierText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PartnerSegmentHierText>

    A builder that constructs instances of entity type PartnerSegmentHierText.

Static requestBuilder

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

    Returns PartnerSegmentHierTextRequestBuilder

    A PartnerSegmentHierText request builder.