Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

cnsldtnPlantText

cnsldtnPlantText: string

Plant Name. Maximum length: 30.

nullable

language

language: string

Language. Maximum length: 2.

plant

plant: string

Plant. Key uniquely identifying a plant. Maximum length: 4.

toCnsldtnPlant

toCnsldtnPlant: Plant

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

Static CNSLDTN_PLANT_TEXT

CNSLDTN_PLANT_TEXT: StringField<PlantText> = new StringField('CnsldtnPlantText', PlantText, 'Edm.String')

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

Static LANGUAGE

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

PLANT: StringField<PlantText> = new StringField('Plant', PlantText, 'Edm.String')

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

Static TO_CNSLDTN_PLANT

TO_CNSLDTN_PLANT: OneToOneLink<PlantText, Plant> = new OneToOneLink('to_CnsldtnPlant', PlantText, Plant)

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

Static _allFields

_allFields: any[] = [PlantText.LANGUAGE,PlantText.PLANT,PlantText.CNSLDTN_PLANT_TEXT,PlantText.TO_CNSLDTN_PLANT]

All fields of the PlantText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PlantText"

Technical entity name for PlantText.

Static _keyFields

_keyFields: Array<Selectable<PlantText>> = [PlantText.LANGUAGE, PlantText.PLANT]

All key fields of the PlantText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PlantText.

Methods

Static builder

  • Returns an entity builder to construct instances PlantText.

    Returns EntityBuilderType<PlantText, PlantTextType>

    A builder that constructs instances of entity type PlantText.

Static requestBuilder

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

    Returns PlantTextRequestBuilder

    A PlantText request builder.