Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

controllingArea

controllingArea: string

Node class. Maximum length: 12.

profitCenter

profitCenter: string

Consolidation Elimination Member. Maximum length: 25.

profitCenterText

profitCenterText: string

Hierarchy node description. Maximum length: 50.

nullable

toCnsldtnPrftCtrHierForElim

toCnsldtnPrftCtrHierForElim: ProfitCenterHierForElim[]

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

toCnsldtnProfitCtrForElimT

toCnsldtnProfitCtrForElimT: ProfitCenterForElimText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

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

CONTROLLING_AREA: StringField<ProfitCenterForElimination> = new StringField('ControllingArea', ProfitCenterForElimination, 'Edm.String')

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

Static PROFIT_CENTER

PROFIT_CENTER: StringField<ProfitCenterForElimination> = new StringField('ProfitCenter', ProfitCenterForElimination, 'Edm.String')

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

Static PROFIT_CENTER_TEXT

PROFIT_CENTER_TEXT: StringField<ProfitCenterForElimination> = new StringField('ProfitCenter_Text', ProfitCenterForElimination, 'Edm.String')

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

Static TO_CNSLDTN_PRFT_CTR_HIER_FOR_ELIM

TO_CNSLDTN_PRFT_CTR_HIER_FOR_ELIM: Link<ProfitCenterForElimination, ProfitCenterHierForElim> = new Link('to_CnsldtnPrftCtrHierForElim', ProfitCenterForElimination, ProfitCenterHierForElim)

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

Static TO_CNSLDTN_PROFIT_CTR_FOR_ELIM_T

TO_CNSLDTN_PROFIT_CTR_FOR_ELIM_T: Link<ProfitCenterForElimination, ProfitCenterForElimText> = new Link('to_CnsldtnProfitCtrForElimT', ProfitCenterForElimination, ProfitCenterForElimText)

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

Static _allFields

_allFields: any[] = [ProfitCenterForElimination.PROFIT_CENTER,ProfitCenterForElimination.PROFIT_CENTER_TEXT,ProfitCenterForElimination.CONTROLLING_AREA,ProfitCenterForElimination.ADDITIONAL_MASTER_DATA_SOURCE,ProfitCenterForElimination.TO_CNSLDTN_PRFT_CTR_HIER_FOR_ELIM,ProfitCenterForElimination.TO_CNSLDTN_PROFIT_CTR_FOR_ELIM_T]

All fields of the ProfitCenterForElimination entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ProfitCenterForElimination"

Technical entity name for ProfitCenterForElimination.

Static _keyFields

_keyFields: Array<Selectable<ProfitCenterForElimination>> = [ProfitCenterForElimination.PROFIT_CENTER, ProfitCenterForElimination.CONTROLLING_AREA]

All key fields of the ProfitCenterForElimination entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ProfitCenterForElimination.

Methods

Static builder

Static requestBuilder

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

    Returns ProfitCenterForEliminationRequestBuilder

    A ProfitCenterForElimination request builder.