Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

suplrActyTskDescription

suplrActyTskDescription: string

Text Content.

nullable

Static LANGUAGE

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

SUPLR_ACTY_TSK_DESCRIPTION: StringField<SuplrActyTskDescription> = new StringField('SuplrActyTskDescription', SuplrActyTskDescription, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SuplrActyTskDescription.SUPLR_ACTY_TASK_UUID,SuplrActyTskDescription.LANGUAGE,SuplrActyTskDescription.SUPLR_ACTY_TSK_DESCRIPTION]

All fields of the SuplrActyTskDescription 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_SuplrActyTskDescription"

Technical entity name for SuplrActyTskDescription.

Static _keyFields

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

All key fields of the SuplrActyTskDescription entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_TASK_SRV"

Technical service name for SuplrActyTskDescription.

Methods

Static builder

Static requestBuilder

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

    Returns SuplrActyTskDescriptionRequestBuilder

    A SuplrActyTskDescription request builder.