Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

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.

segment

segment: string

Consolidation Elimination Member. Maximum length: 25.

segmentForElimText

segmentForElimText: string

Hierarchy node description. Maximum length: 50.

nullable

toCnsldtnSegmentForElim

toCnsldtnSegmentForElim: SegmentForElimination

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

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

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

SEGMENT: StringField<SegmentForElimText> = new StringField('Segment', SegmentForElimText, '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_FOR_ELIM_TEXT

SEGMENT_FOR_ELIM_TEXT: StringField<SegmentForElimText> = new StringField('SegmentForElimText', SegmentForElimText, 'Edm.String')

Static representation of the segmentForElimText 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<SegmentForElimText, SegmentForElimination> = new OneToOneLink('to_CnsldtnSegmentForElim', SegmentForElimText, 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 _allFields

_allFields: any[] = [SegmentForElimText.SEGMENT,SegmentForElimText.LANGUAGE,SegmentForElimText.SEGMENT_FOR_ELIM_TEXT,SegmentForElimText.TO_CNSLDTN_SEGMENT_FOR_ELIM]

All fields of the SegmentForElimText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SegmentForElimText"

Technical entity name for SegmentForElimText.

Static _keyFields

_keyFields: Array<Selectable<SegmentForElimText>> = [SegmentForElimText.SEGMENT, SegmentForElimText.LANGUAGE]

All key fields of the SegmentForElimText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SegmentForElimText.

Methods

Static builder

  • Returns an entity builder to construct instances SegmentForElimText.

    Returns EntityBuilderType<SegmentForElimText, SegmentForElimTextType>

    A builder that constructs instances of entity type SegmentForElimText.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SegmentForElimText>

    A builder that constructs instances of entity type SegmentForElimText.

Static requestBuilder

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

    Returns SegmentForElimTextRequestBuilder

    A SegmentForElimText request builder.