Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationAttributeMedText

consolidationAttributeMedText: 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

consolidationAttributeName

consolidationAttributeName: string

Characteristic Attribute. Maximum length: 36.

consolidationMdCharcName

consolidationMdCharcName: string

Characteristic Name. Maximum length: 30.

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.

toCnsldtnAllMdAttribute

toCnsldtnAllMdAttribute: ConsolidationAllMdAttribute

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

Static CONSOLIDATION_ATTRIBUTE_MED_TEXT

CONSOLIDATION_ATTRIBUTE_MED_TEXT: StringField<ConsolidationAllMdAttribText> = new StringField('ConsolidationAttributeMedText', ConsolidationAllMdAttribText, 'Edm.String')

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

Static CONSOLIDATION_ATTRIBUTE_NAME

CONSOLIDATION_ATTRIBUTE_NAME: StringField<ConsolidationAllMdAttribText> = new StringField('ConsolidationAttributeName', ConsolidationAllMdAttribText, 'Edm.String')

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

Static CONSOLIDATION_MD_CHARC_NAME

CONSOLIDATION_MD_CHARC_NAME: StringField<ConsolidationAllMdAttribText> = new StringField('ConsolidationMDCharcName', ConsolidationAllMdAttribText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<ConsolidationAllMdAttribText> = new StringField('Language', ConsolidationAllMdAttribText, '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<ConsolidationAllMdAttribText, ConsolidationAllMasterData> = new OneToOneLink('to_CnsldtnAllMD', ConsolidationAllMdAttribText, 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 TO_CNSLDTN_ALL_MD_ATTRIBUTE

TO_CNSLDTN_ALL_MD_ATTRIBUTE: OneToOneLink<ConsolidationAllMdAttribText, ConsolidationAllMdAttribute> = new OneToOneLink('to_CnsldtnAllMDAttribute', ConsolidationAllMdAttribText, ConsolidationAllMdAttribute)

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

Static _allFields

_allFields: any[] = [ConsolidationAllMdAttribText.CONSOLIDATION_ATTRIBUTE_NAME,ConsolidationAllMdAttribText.CONSOLIDATION_MD_CHARC_NAME,ConsolidationAllMdAttribText.LANGUAGE,ConsolidationAllMdAttribText.CONSOLIDATION_ATTRIBUTE_MED_TEXT,ConsolidationAllMdAttribText.TO_CNSLDTN_ALL_MD,ConsolidationAllMdAttribText.TO_CNSLDTN_ALL_MD_ATTRIBUTE]

All fields of the ConsolidationAllMdAttribText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationAllMDAttribText"

Technical entity name for ConsolidationAllMdAttribText.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationAllMdAttribText>> = [ConsolidationAllMdAttribText.CONSOLIDATION_ATTRIBUTE_NAME, ConsolidationAllMdAttribText.CONSOLIDATION_MD_CHARC_NAME, ConsolidationAllMdAttribText.LANGUAGE]

All key fields of the ConsolidationAllMdAttribText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationAllMdAttribText.

Methods

Static builder

Static requestBuilder

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

    Returns ConsolidationAllMdAttribTextRequestBuilder

    A ConsolidationAllMdAttribText request builder.