Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

segment

segment: string

Consolidation Elimination Member. Maximum length: 25.

segmentText

segmentText: string

Hierarchy node description. Maximum length: 50.

nullable

toCnsldtnSegmentForElimT

toCnsldtnSegmentForElimT: SegmentForElimText[]

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

toCnsldtnSegmentHierForElim

toCnsldtnSegmentHierForElim: SegmentHierForElim[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<SegmentForElimination> = new StringField('AdditionalMasterDataSource', SegmentForElimination, 'Edm.String')

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

Static SEGMENT

SEGMENT: StringField<SegmentForElimination> = new StringField('Segment', SegmentForElimination, '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<SegmentForElimination> = new StringField('Segment_Text', SegmentForElimination, '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 TO_CNSLDTN_SEGMENT_FOR_ELIM_T

TO_CNSLDTN_SEGMENT_FOR_ELIM_T: Link<SegmentForElimination, SegmentForElimText> = new Link('to_CnsldtnSegmentForElimT', SegmentForElimination, SegmentForElimText)

Static representation of the one-to-many navigation property toCnsldtnSegmentForElimT 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

TO_CNSLDTN_SEGMENT_HIER_FOR_ELIM: Link<SegmentForElimination, SegmentHierForElim> = new Link('to_CnsldtnSegmentHierForElim', SegmentForElimination, SegmentHierForElim)

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

Static _allFields

_allFields: any[] = [SegmentForElimination.SEGMENT,SegmentForElimination.SEGMENT_TEXT,SegmentForElimination.ADDITIONAL_MASTER_DATA_SOURCE,SegmentForElimination.TO_CNSLDTN_SEGMENT_FOR_ELIM_T,SegmentForElimination.TO_CNSLDTN_SEGMENT_HIER_FOR_ELIM]

All fields of the SegmentForElimination entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SegmentForElimination"

Technical entity name for SegmentForElimination.

Static _keyFields

_keyFields: Array<Selectable<SegmentForElimination>> = [SegmentForElimination.SEGMENT]

All key fields of the SegmentForElimination entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SegmentForElimination.

Methods

Static builder

Static requestBuilder

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

    Returns SegmentForEliminationRequestBuilder

    A SegmentForElimination request builder.