Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

cnsldtnUnitForElimText

cnsldtnUnitForElimText: string

Hierarchy node description. Maximum length: 50.

nullable

consolidationUnit

consolidationUnit: string

Consolidation Elimination Member. Maximum length: 25.

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.

toCnsldtnUnitElim

toCnsldtnUnitElim: CnsldtnUnitForElimination

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

Static ALL_FIELDS

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

All fields selector.

Static CNSLDTN_UNIT_FOR_ELIM_TEXT

CNSLDTN_UNIT_FOR_ELIM_TEXT: StringField<CnsldtnUnitForElimText> = new StringField('CnsldtnUnitForElimText', CnsldtnUnitForElimText, 'Edm.String')

Static representation of the cnsldtnUnitForElimText 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<CnsldtnUnitForElimText> = new StringField('ConsolidationUnit', CnsldtnUnitForElimText, '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 LANGUAGE

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

TO_CNSLDTN_UNIT_ELIM: OneToOneLink<CnsldtnUnitForElimText, CnsldtnUnitForElimination> = new OneToOneLink('to_CnsldtnUnitElim', CnsldtnUnitForElimText, CnsldtnUnitForElimination)

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

Static _allFields

_allFields: any[] = [CnsldtnUnitForElimText.CONSOLIDATION_UNIT,CnsldtnUnitForElimText.LANGUAGE,CnsldtnUnitForElimText.CNSLDTN_UNIT_FOR_ELIM_TEXT,CnsldtnUnitForElimText.TO_CNSLDTN_UNIT_ELIM]

All fields of the CnsldtnUnitForElimText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "CnsldtnUnitForElimText"

Technical entity name for CnsldtnUnitForElimText.

Static _keyFields

_keyFields: Array<Selectable<CnsldtnUnitForElimText>> = [CnsldtnUnitForElimText.CONSOLIDATION_UNIT, CnsldtnUnitForElimText.LANGUAGE]

All key fields of the CnsldtnUnitForElimText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for CnsldtnUnitForElimText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CnsldtnUnitForElimText>

    A builder that constructs instances of entity type CnsldtnUnitForElimText.

Static requestBuilder

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

    Returns CnsldtnUnitForElimTextRequestBuilder

    A CnsldtnUnitForElimText request builder.