Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

suplrActyTskCommunicationText

suplrActyTskCommunicationText: string

Text Content.

nullable

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

LANGUAGE: StringField<SuplrActyTskCommText> = new StringField('Language', SuplrActyTskCommText, '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<SuplrActyTskCommText> = new StringField('SuplrActyTaskUUID', SuplrActyTskCommText, '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_COMMUNICATION_TEXT

SUPLR_ACTY_TSK_COMMUNICATION_TEXT: StringField<SuplrActyTskCommText> = new StringField('SuplrActyTskCommunicationText', SuplrActyTskCommText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SuplrActyTskCommText.SUPLR_ACTY_TASK_UUID,SuplrActyTskCommText.LANGUAGE,SuplrActyTskCommText.SUPLR_ACTY_TSK_COMMUNICATION_TEXT]

All fields of the SuplrActyTskCommText 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_SuplrActyTskCommText"

Technical entity name for SuplrActyTskCommText.

Static _keyFields

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

All key fields of the SuplrActyTskCommText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_TASK_SRV"

Technical service name for SuplrActyTskCommText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrActyTskCommText>

    A builder that constructs instances of entity type SuplrActyTskCommText.

Static requestBuilder

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

    Returns SuplrActyTskCommTextRequestBuilder

    A SuplrActyTskCommText request builder.