Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

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.

postingLevel

postingLevel: string

Posting Level. Choose a posting level. Maximum length: 2.

postingLevelText

postingLevelText: string

Short Text for Fixed Values. This text appears when fixed values are displayed in the F4 help. It explains the possible input values. SeeTask-Oriented InstructionsReference Documentation for Semantic Properties of Domains. Maximum length: 60.

nullable

toCnsldtnPostingLevel

toCnsldtnPostingLevel: PostingLevel

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

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

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

POSTING_LEVEL: StringField<PostingLevelText> = new StringField('PostingLevel', PostingLevelText, 'Edm.String')

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

Static POSTING_LEVEL_TEXT

POSTING_LEVEL_TEXT: StringField<PostingLevelText> = new StringField('PostingLevelText', PostingLevelText, 'Edm.String')

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

Static TO_CNSLDTN_POSTING_LEVEL

TO_CNSLDTN_POSTING_LEVEL: OneToOneLink<PostingLevelText, PostingLevel> = new OneToOneLink('to_CnsldtnPostingLevel', PostingLevelText, PostingLevel)

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

Static _allFields

_allFields: any[] = [PostingLevelText.LANGUAGE,PostingLevelText.POSTING_LEVEL,PostingLevelText.POSTING_LEVEL_TEXT,PostingLevelText.TO_CNSLDTN_POSTING_LEVEL]

All fields of the PostingLevelText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PostingLevelText"

Technical entity name for PostingLevelText.

Static _keyFields

_keyFields: Array<Selectable<PostingLevelText>> = [PostingLevelText.LANGUAGE, PostingLevelText.POSTING_LEVEL]

All key fields of the PostingLevelText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PostingLevelText.

Methods

Static builder

  • Returns an entity builder to construct instances PostingLevelText.

    Returns EntityBuilderType<PostingLevelText, PostingLevelTextType>

    A builder that constructs instances of entity type PostingLevelText.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PostingLevelText>

    A builder that constructs instances of entity type PostingLevelText.

Static requestBuilder

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

    Returns PostingLevelTextRequestBuilder

    A PostingLevelText request builder.