Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

consolidationUnit

consolidationUnit: string

Consolidation Elimination Member. Maximum length: 25.

consolidationUnitText

consolidationUnitText: string

Hierarchy node description. Maximum length: 50.

nullable

toCnsldtnUnitForEliminationT

toCnsldtnUnitForEliminationT: CnsldtnUnitForElimText[]

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

toCnsldtnUnitHierForElim

toCnsldtnUnitHierForElim: CnsldtnUnitHierForElim[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<CnsldtnUnitForElimination> = new StringField('AdditionalMasterDataSource', CnsldtnUnitForElimination, '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 CONSOLIDATION_UNIT

CONSOLIDATION_UNIT: StringField<CnsldtnUnitForElimination> = new StringField('ConsolidationUnit', CnsldtnUnitForElimination, 'Edm.String')

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

Static CONSOLIDATION_UNIT_TEXT

CONSOLIDATION_UNIT_TEXT: StringField<CnsldtnUnitForElimination> = new StringField('ConsolidationUnit_Text', CnsldtnUnitForElimination, 'Edm.String')

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

Static TO_CNSLDTN_UNIT_FOR_ELIMINATION_T

TO_CNSLDTN_UNIT_FOR_ELIMINATION_T: Link<CnsldtnUnitForElimination, CnsldtnUnitForElimText> = new Link('to_CnsldtnUnitForEliminationT', CnsldtnUnitForElimination, CnsldtnUnitForElimText)

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

Static TO_CNSLDTN_UNIT_HIER_FOR_ELIM

TO_CNSLDTN_UNIT_HIER_FOR_ELIM: Link<CnsldtnUnitForElimination, CnsldtnUnitHierForElim> = new Link('to_CnsldtnUnitHierForElim', CnsldtnUnitForElimination, CnsldtnUnitHierForElim)

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

Static _allFields

_allFields: any[] = [CnsldtnUnitForElimination.CONSOLIDATION_UNIT,CnsldtnUnitForElimination.CONSOLIDATION_UNIT_TEXT,CnsldtnUnitForElimination.ADDITIONAL_MASTER_DATA_SOURCE,CnsldtnUnitForElimination.TO_CNSLDTN_UNIT_FOR_ELIMINATION_T,CnsldtnUnitForElimination.TO_CNSLDTN_UNIT_HIER_FOR_ELIM]

All fields of the CnsldtnUnitForElimination entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "CnsldtnUnitForElimination"

Technical entity name for CnsldtnUnitForElimination.

Static _keyFields

_keyFields: Array<Selectable<CnsldtnUnitForElimination>> = [CnsldtnUnitForElimination.CONSOLIDATION_UNIT]

All key fields of the CnsldtnUnitForElimination entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for CnsldtnUnitForElimination.

Methods

Static builder

Static requestBuilder

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

    Returns CnsldtnUnitForEliminationRequestBuilder

    A CnsldtnUnitForElimination request builder.