Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

cnsldtnOrderIdText

cnsldtnOrderIdText: string

Description. Short description of the order (language-independent). You can enter longer language-dependent texts, using the "Long text" function. Maximum length: 40.

nullable

internalOrder

internalOrder: string

Order Number. Key that uniquely identifies an order within a client. Maximum length: 12.

language

language: string

Language. Maximum length: 2.

toCnsldtnInternalOrder

toCnsldtnInternalOrder: OrderId

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

Static CNSLDTN_ORDER_ID_TEXT

CNSLDTN_ORDER_ID_TEXT: StringField<OrderIdText> = new StringField('CnsldtnOrderIDText', OrderIdText, 'Edm.String')

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

Static INTERNAL_ORDER

INTERNAL_ORDER: StringField<OrderIdText> = new StringField('InternalOrder', OrderIdText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_INTERNAL_ORDER: OneToOneLink<OrderIdText, OrderId> = new OneToOneLink('to_CnsldtnInternalOrder', OrderIdText, OrderId)

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

Static _allFields

_allFields: any[] = [OrderIdText.LANGUAGE,OrderIdText.INTERNAL_ORDER,OrderIdText.CNSLDTN_ORDER_ID_TEXT,OrderIdText.TO_CNSLDTN_INTERNAL_ORDER]

All fields of the OrderIdText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "OrderIDText"

Technical entity name for OrderIdText.

Static _keyFields

_keyFields: Array<Selectable<OrderIdText>> = [OrderIdText.LANGUAGE, OrderIdText.INTERNAL_ORDER]

All key fields of the OrderIdText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for OrderIdText.

Methods

Static builder

  • Returns an entity builder to construct instances OrderIdText.

    Returns EntityBuilderType<OrderIdText, OrderIdTextType>

    A builder that constructs instances of entity type OrderIdText.

Static requestBuilder

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

    Returns OrderIdTextRequestBuilder

    A OrderIdText request builder.