Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationUnit

consolidationUnit: string

Consolidation Unit. Enter aConsolidation Unit. Maximum length: 18.

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.

partnerConsolidationUnitText

partnerConsolidationUnitText: string

Short description. Short description Describes an object with a maximum of 20 characters. Maximum length: 20.

nullable

toCnsldtnPartnerUnit

toCnsldtnPartnerUnit: PartnerCnsldtnUnit

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

Static CONSOLIDATION_UNIT

CONSOLIDATION_UNIT: StringField<PartnerCnsldtnUnitText> = new StringField('ConsolidationUnit', PartnerCnsldtnUnitText, '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<PartnerCnsldtnUnitText> = new StringField('Language', PartnerCnsldtnUnitText, '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 PARTNER_CONSOLIDATION_UNIT_TEXT

PARTNER_CONSOLIDATION_UNIT_TEXT: StringField<PartnerCnsldtnUnitText> = new StringField('PartnerConsolidationUnitText', PartnerCnsldtnUnitText, 'Edm.String')

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

Static TO_CNSLDTN_PARTNER_UNIT

TO_CNSLDTN_PARTNER_UNIT: OneToOneLink<PartnerCnsldtnUnitText, PartnerCnsldtnUnit> = new OneToOneLink('to_CnsldtnPartnerUnit', PartnerCnsldtnUnitText, PartnerCnsldtnUnit)

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

Static _allFields

_allFields: any[] = [PartnerCnsldtnUnitText.CONSOLIDATION_UNIT,PartnerCnsldtnUnitText.LANGUAGE,PartnerCnsldtnUnitText.PARTNER_CONSOLIDATION_UNIT_TEXT,PartnerCnsldtnUnitText.TO_CNSLDTN_PARTNER_UNIT]

All fields of the PartnerCnsldtnUnitText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerCnsldtnUnitText"

Technical entity name for PartnerCnsldtnUnitText.

Static _keyFields

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

All key fields of the PartnerCnsldtnUnitText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerCnsldtnUnitText.

Methods

Static builder

Static requestBuilder

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

    Returns PartnerCnsldtnUnitTextRequestBuilder

    A PartnerCnsldtnUnitText request builder.