Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrActyTskMessageText" of service "API_SUPPLIER_ACTIVITY_TASK_SRV". This service is part of the following communication scenarios: Supplier Activity Task Integration (SAP_COM_0138). See https://api.sap.com/api/API_SUPPLIER_ACTIVITY_TASK_SRV for more information.

Hierarchy

  • any
    • SuplrActyTskMessageText

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.

suplrActyTaskUuid

suplrActyTaskUuid: string

Task UUID.

suplrActyTskMessageText

suplrActyTskMessageText: string

Text Content.

nullable

Static LANGUAGE

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

SUPLR_ACTY_TASK_UUID: StringField<SuplrActyTskMessageText> = new StringField('SuplrActyTaskUUID', SuplrActyTskMessageText, 'Edm.Guid')

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

Static SUPLR_ACTY_TSK_MESSAGE_TEXT

SUPLR_ACTY_TSK_MESSAGE_TEXT: StringField<SuplrActyTskMessageText> = new StringField('SuplrActyTskMessageText', SuplrActyTskMessageText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SuplrActyTskMessageText.SUPLR_ACTY_TASK_UUID,SuplrActyTskMessageText.LANGUAGE,SuplrActyTskMessageText.SUPLR_ACTY_TSK_MESSAGE_TEXT]

All fields of the SuplrActyTskMessageText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SuplrActyTskMessageText"

Technical entity name for SuplrActyTskMessageText.

Static _keyFields

_keyFields: Array<Selectable<SuplrActyTskMessageText>> = [SuplrActyTskMessageText.SUPLR_ACTY_TASK_UUID, SuplrActyTskMessageText.LANGUAGE]

All key fields of the SuplrActyTskMessageText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_TASK_SRV"

Technical service name for SuplrActyTskMessageText.

Methods

Static builder

Static requestBuilder

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

    Returns SuplrActyTskMessageTextRequestBuilder

    A SuplrActyTskMessageText request builder.