Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

controllingArea

controllingArea: string

Controlling Area. Maximum length: 4.

controllingAreaText

controllingAreaText: string

Controlling Area Name. Maximum length: 25.

nullable

language

language: string

Language. Maximum length: 2.

toCnsldtnControllingArea

toCnsldtnControllingArea: ControllingArea

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

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', ControllingAreaText)

All fields selector.

Static CONTROLLING_AREA

CONTROLLING_AREA: StringField<ControllingAreaText> = new StringField('ControllingArea', ControllingAreaText, 'Edm.String')

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

Static CONTROLLING_AREA_TEXT

CONTROLLING_AREA_TEXT: StringField<ControllingAreaText> = new StringField('ControllingAreaText', ControllingAreaText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_CONTROLLING_AREA: OneToOneLink<ControllingAreaText, ControllingArea> = new OneToOneLink('to_CnsldtnControllingArea', ControllingAreaText, ControllingArea)

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

Static _allFields

_allFields: any[] = [ControllingAreaText.LANGUAGE,ControllingAreaText.CONTROLLING_AREA,ControllingAreaText.CONTROLLING_AREA_TEXT,ControllingAreaText.TO_CNSLDTN_CONTROLLING_AREA]

All fields of the ControllingAreaText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ControllingAreaText"

Technical entity name for ControllingAreaText.

Static _keyFields

_keyFields: Array<Selectable<ControllingAreaText>> = [ControllingAreaText.LANGUAGE, ControllingAreaText.CONTROLLING_AREA]

All key fields of the ControllingAreaText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ControllingAreaText.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity ControllingAreaText.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ControllingAreaText>

    A builder that constructs instances of entity type ControllingAreaText.

Static requestBuilder

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

    Returns ControllingAreaTextRequestBuilder

    A ControllingAreaText request builder.