Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationLedger

consolidationLedger: string

Ledger. The unique identification of a special ledger. Maximum length: 2.

consolidationLedgerText

consolidationLedgerText: string

Ledger Name. Maximum length: 30.

nullable

groupCurrency

groupCurrency: string

Group Currency. Reporting currency of the consolidation group to which the entity belongs. If the entity's local currency differs from the group currency, it's necessary to run currency translation prior to consolidation. If you choose not to derive entities and group currency from the BPC group dimension, you need to specify the group currency used for currency translation. Maximum length: 5.

nullable

toCnsldtnLedgerT

toCnsldtnLedgerT: ConsolidationLedgerText[]

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

Static CONSOLIDATION_LEDGER

CONSOLIDATION_LEDGER: StringField<ConsolidationLedger> = new StringField('ConsolidationLedger', ConsolidationLedger, 'Edm.String')

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

Static CONSOLIDATION_LEDGER_TEXT

CONSOLIDATION_LEDGER_TEXT: StringField<ConsolidationLedger> = new StringField('ConsolidationLedger_Text', ConsolidationLedger, 'Edm.String')

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

Static GROUP_CURRENCY

GROUP_CURRENCY: StringField<ConsolidationLedger> = new StringField('GroupCurrency', ConsolidationLedger, 'Edm.String')

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

Static TO_CNSLDTN_LEDGER_T

TO_CNSLDTN_LEDGER_T: Link<ConsolidationLedger, ConsolidationLedgerText> = new Link('to_CnsldtnLedgerT', ConsolidationLedger, ConsolidationLedgerText)

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

Static _allFields

_allFields: any[] = [ConsolidationLedger.CONSOLIDATION_LEDGER,ConsolidationLedger.CONSOLIDATION_LEDGER_TEXT,ConsolidationLedger.GROUP_CURRENCY,ConsolidationLedger.TO_CNSLDTN_LEDGER_T]

All fields of the ConsolidationLedger entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationLedger"

Technical entity name for ConsolidationLedger.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationLedger>> = [ConsolidationLedger.CONSOLIDATION_LEDGER]

All key fields of the ConsolidationLedger entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationLedger.

Methods

Static builder

Static requestBuilder

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

    Returns ConsolidationLedgerRequestBuilder

    A ConsolidationLedger request builder.