Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalCharcFieldName

additionalCharcFieldName: string

Characteristic Name. Maximum length: 30.

consolidationMdMedText

consolidationMdMedText: string

Medium Field Label. One of the following descriptions can be assigned as a front text to a screen field with reference to the ABAP Dictionary:

  • Short field label- Medium-length field label- Long field label. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).A heading can be defined to output the field values in lists. This heading is automatically included in the list header row in the logon language.NoteFor more information, see Semantic Properties of Data Elements. Maximum length: 20.
nullable

language

language: string

Language Key. The language key contains the abbreviation for the language in which a text is stored. It controls the language in which texts are output on the printer or on the screen. Maximum length: 2.

toCnsldtnAllMd

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

Static ADDITIONAL_CHARC_FIELD_NAME

ADDITIONAL_CHARC_FIELD_NAME: StringField<ConsolidationAllMdText> = new StringField('AdditionalCharcFieldName', ConsolidationAllMdText, 'Edm.String')

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

Static CONSOLIDATION_MD_MED_TEXT

CONSOLIDATION_MD_MED_TEXT: StringField<ConsolidationAllMdText> = new StringField('ConsolidationMDMedText', ConsolidationAllMdText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_ALL_MD: OneToOneLink<ConsolidationAllMdText, ConsolidationAllMasterData> = new OneToOneLink('to_CnsldtnAllMD', ConsolidationAllMdText, ConsolidationAllMasterData)

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

Static _allFields

_allFields: any[] = [ConsolidationAllMdText.ADDITIONAL_CHARC_FIELD_NAME,ConsolidationAllMdText.LANGUAGE,ConsolidationAllMdText.CONSOLIDATION_MD_MED_TEXT,ConsolidationAllMdText.TO_CNSLDTN_ALL_MD]

All fields of the ConsolidationAllMdText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationAllMDText"

Technical entity name for ConsolidationAllMdText.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationAllMdText>> = [ConsolidationAllMdText.ADDITIONAL_CHARC_FIELD_NAME, ConsolidationAllMdText.LANGUAGE]

All key fields of the ConsolidationAllMdText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationAllMdText.

Methods

Static builder

Static requestBuilder

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

    Returns ConsolidationAllMdTextRequestBuilder

    A ConsolidationAllMdText request builder.