Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

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

toCnsldtnPostingLevelT

toCnsldtnPostingLevelT: PostingLevelText[]

One-to-many navigation property to the PostingLevelText entity.

Static ALL_FIELDS

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

All fields selector.

Static POSTING_LEVEL

POSTING_LEVEL: StringField<PostingLevel> = new StringField('PostingLevel', PostingLevel, '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<PostingLevel> = new StringField('PostingLevel_Text', PostingLevel, '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_T

TO_CNSLDTN_POSTING_LEVEL_T: Link<PostingLevel, PostingLevelText> = new Link('to_CnsldtnPostingLevelT', PostingLevel, PostingLevelText)

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

Static _allFields

_allFields: any[] = [PostingLevel.POSTING_LEVEL,PostingLevel.POSTING_LEVEL_TEXT,PostingLevel.TO_CNSLDTN_POSTING_LEVEL_T]

All fields of the PostingLevel entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PostingLevel"

Technical entity name for PostingLevel.

Static _keyFields

_keyFields: Array<Selectable<PostingLevel>> = [PostingLevel.POSTING_LEVEL]

All key fields of the PostingLevel entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PostingLevel.

Methods

Static builder

  • Returns an entity builder to construct instances PostingLevel.

    Returns EntityBuilderType<PostingLevel, PostingLevelType>

    A builder that constructs instances of entity type PostingLevel.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PostingLevel>

    A builder that constructs instances of entity type PostingLevel.

Static requestBuilder

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

    Returns PostingLevelRequestBuilder

    A PostingLevel request builder.