Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationVersion

consolidationVersion: string

Consolidation Version. Enter a Consolidation Version. Maximum length: 3.

consolidationVersionText

consolidationVersionText: string

Description. Enter a description of up to 30 characters in length. Maximum length: 30.

nullable

toCnsldtnVersionT

toCnsldtnVersionT: ConsolidationVersionText[]

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

Static ALL_FIELDS

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

All fields selector.

Static CONSOLIDATION_VERSION

CONSOLIDATION_VERSION: StringField<ConsolidationVersion> = new StringField('ConsolidationVersion', ConsolidationVersion, 'Edm.String')

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

Static CONSOLIDATION_VERSION_TEXT

CONSOLIDATION_VERSION_TEXT: StringField<ConsolidationVersion> = new StringField('ConsolidationVersion_Text', ConsolidationVersion, 'Edm.String')

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

Static TO_CNSLDTN_VERSION_T

TO_CNSLDTN_VERSION_T: Link<ConsolidationVersion, ConsolidationVersionText> = new Link('to_CnsldtnVersionT', ConsolidationVersion, ConsolidationVersionText)

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

Static _allFields

_allFields: any[] = [ConsolidationVersion.CONSOLIDATION_VERSION,ConsolidationVersion.CONSOLIDATION_VERSION_TEXT,ConsolidationVersion.TO_CNSLDTN_VERSION_T]

All fields of the ConsolidationVersion entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationVersion"

Technical entity name for ConsolidationVersion.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationVersion>> = [ConsolidationVersion.CONSOLIDATION_VERSION]

All key fields of the ConsolidationVersion entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationVersion.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ConsolidationVersion>

    A builder that constructs instances of entity type ConsolidationVersion.

Static requestBuilder

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

    Returns ConsolidationVersionRequestBuilder

    A ConsolidationVersion request builder.