Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_StatisticalKeyFigureText" of service "API_STATISTICALKEYFIGURE_SRV". This service is part of the following communication scenarios: Finance - Statistical Key Figure Integration (SAP_COM_0130). See https://api.sap.com/api/API_STATISTICALKEYFIGURE_SRV for more information.

Hierarchy

  • any
    • StatisticalKeyFigureText

Implements

Index

Properties

controllingArea

controllingArea: string

Controlling Area. Maximum length: 4.

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.

statisticalKeyFigure

statisticalKeyFigure: string

Statistical Key Figure. Maximum length: 6.

statisticalKeyFigureName

statisticalKeyFigureName: string

Statistical Key Figure Name. Maximum length: 40.

nullable

toStatisticalKeyFigure

toStatisticalKeyFigure: StatisticalKeyFigure

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

Static ALL_FIELDS

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

All fields selector.

Static CONTROLLING_AREA

CONTROLLING_AREA: StringField<StatisticalKeyFigureText> = new StringField('ControllingArea', StatisticalKeyFigureText, '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 LANGUAGE

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

STATISTICAL_KEY_FIGURE: StringField<StatisticalKeyFigureText> = new StringField('StatisticalKeyFigure', StatisticalKeyFigureText, 'Edm.String')

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

Static STATISTICAL_KEY_FIGURE_NAME

STATISTICAL_KEY_FIGURE_NAME: StringField<StatisticalKeyFigureText> = new StringField('StatisticalKeyFigureName', StatisticalKeyFigureText, 'Edm.String')

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

Static TO_STATISTICAL_KEY_FIGURE

TO_STATISTICAL_KEY_FIGURE: OneToOneLink<StatisticalKeyFigureText, StatisticalKeyFigure> = new OneToOneLink('to_StatisticalKeyFigure', StatisticalKeyFigureText, StatisticalKeyFigure)

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

Static _allFields

_allFields: any[] = [StatisticalKeyFigureText.LANGUAGE,StatisticalKeyFigureText.CONTROLLING_AREA,StatisticalKeyFigureText.STATISTICAL_KEY_FIGURE,StatisticalKeyFigureText.STATISTICAL_KEY_FIGURE_NAME,StatisticalKeyFigureText.TO_STATISTICAL_KEY_FIGURE]

All fields of the StatisticalKeyFigureText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_StatisticalKeyFigureText"

Technical entity name for StatisticalKeyFigureText.

Static _keyFields

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

All key fields of the StatisticalKeyFigureText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_STATISTICALKEYFIGURE_SRV"

Technical service name for StatisticalKeyFigureText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<StatisticalKeyFigureText>

    A builder that constructs instances of entity type StatisticalKeyFigureText.

Static requestBuilder

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

    Returns StatisticalKeyFigureTextRequestBuilder

    A StatisticalKeyFigureText request builder.