Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • SuplrActyDescription

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.

suplrActyDescription

suplrActyDescription: string

Text Content.

nullable

suplrActyUuid

suplrActyUuid: string

Activity UUID.

Static LANGUAGE

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

SUPLR_ACTY_DESCRIPTION: StringField<SuplrActyDescription> = new StringField('SuplrActyDescription', SuplrActyDescription, 'Edm.String')

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

Static SUPLR_ACTY_UUID

SUPLR_ACTY_UUID: StringField<SuplrActyDescription> = new StringField('SuplrActyUUID', SuplrActyDescription, 'Edm.Guid')

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

Static _allFields

_allFields: any[] = [SuplrActyDescription.SUPLR_ACTY_UUID,SuplrActyDescription.LANGUAGE,SuplrActyDescription.SUPLR_ACTY_DESCRIPTION]

All fields of the SuplrActyDescription entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SuplrActyDescription"

Technical entity name for SuplrActyDescription.

Static _keyFields

_keyFields: Array<Selectable<SuplrActyDescription>> = [SuplrActyDescription.SUPLR_ACTY_UUID, SuplrActyDescription.LANGUAGE]

All key fields of the SuplrActyDescription entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_SRV"

Technical service name for SuplrActyDescription.

Methods

Static builder

Static requestBuilder

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

    Returns SuplrActyDescriptionRequestBuilder

    A SuplrActyDescription request builder.