Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

baseUnitText

baseUnitText: string

Unit of Measurement Text (Maximum 10 Characters). Unit of measure name. Maximum length: 10.

nullable

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.

toCnsldtnBaseUnit

toCnsldtnBaseUnit: BaseUnit

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

unitOfMeasure

unitOfMeasure: string

Unit of Measurement. Internal, language-independent, measurement unit format. This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen. Maximum length: 3.

unitOfMeasureE

unitOfMeasureE: string

External Unit of Measurement in Commercial Format (3-Char.). Commercial measurement unit format. The internal measurement units are automatically converted to this format for screen output.This format dependends on the logon language. Maximum length: 3.

nullable

Static BASE_UNIT_TEXT

BASE_UNIT_TEXT: StringField<BaseUnitText> = new StringField('BaseUnitText', BaseUnitText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_BASE_UNIT: OneToOneLink<BaseUnitText, BaseUnit> = new OneToOneLink('to_CnsldtnBaseUnit', BaseUnitText, BaseUnit)

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

Static UNIT_OF_MEASURE

UNIT_OF_MEASURE: StringField<BaseUnitText> = new StringField('UnitOfMeasure', BaseUnitText, 'Edm.String')

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

Static UNIT_OF_MEASURE_E

UNIT_OF_MEASURE_E: StringField<BaseUnitText> = new StringField('UnitOfMeasure_E', BaseUnitText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [BaseUnitText.LANGUAGE,BaseUnitText.UNIT_OF_MEASURE,BaseUnitText.BASE_UNIT_TEXT,BaseUnitText.UNIT_OF_MEASURE_E,BaseUnitText.TO_CNSLDTN_BASE_UNIT]

All fields of the BaseUnitText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "BaseUnitText"

Technical entity name for BaseUnitText.

Static _keyFields

_keyFields: Array<Selectable<BaseUnitText>> = [BaseUnitText.LANGUAGE, BaseUnitText.UNIT_OF_MEASURE]

All key fields of the BaseUnitText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for BaseUnitText.

Methods

Static builder

  • Returns an entity builder to construct instances BaseUnitText.

    Returns EntityBuilderType<BaseUnitText, BaseUnitTextType>

    A builder that constructs instances of entity type BaseUnitText.

Static requestBuilder

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

    Returns BaseUnitTextRequestBuilder

    A BaseUnitText request builder.