Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrActyTskActyReference" 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
    • SuplrActyTskActyReference

Implements

Index

Properties

suplrActyTaskReferenceUuid

suplrActyTaskReferenceUuid: string

Task ReferenceUUID.

suplrActyTaskUuid

suplrActyTaskUuid: string

Task UUID.

nullable

suplrActyUuid

suplrActyUuid: string

Activity UUID.

nullable

supplierActivity

supplierActivity: string

Activity. Maximum length: 20.

nullable

Static ALL_FIELDS

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

All fields selector.

Static SUPLR_ACTY_TASK_REFERENCE_UUID

SUPLR_ACTY_TASK_REFERENCE_UUID: StringField<SuplrActyTskActyReference> = new StringField('SuplrActyTaskReferenceUUID', SuplrActyTskActyReference, 'Edm.Guid')

Static representation of the suplrActyTaskReferenceUuid 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<SuplrActyTskActyReference> = new StringField('SuplrActyTaskUUID', SuplrActyTskActyReference, '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_UUID

SUPLR_ACTY_UUID: StringField<SuplrActyTskActyReference> = new StringField('SuplrActyUUID', SuplrActyTskActyReference, '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 SUPPLIER_ACTIVITY

SUPPLIER_ACTIVITY: StringField<SuplrActyTskActyReference> = new StringField('SupplierActivity', SuplrActyTskActyReference, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SuplrActyTskActyReference.SUPLR_ACTY_TASK_REFERENCE_UUID,SuplrActyTskActyReference.SUPLR_ACTY_TASK_UUID,SuplrActyTskActyReference.SUPLR_ACTY_UUID,SuplrActyTskActyReference.SUPPLIER_ACTIVITY]

All fields of the SuplrActyTskActyReference 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_SuplrActyTskActyReference"

Technical entity name for SuplrActyTskActyReference.

Static _keyFields

_keyFields: Array<Selectable<SuplrActyTskActyReference>> = [SuplrActyTskActyReference.SUPLR_ACTY_TASK_REFERENCE_UUID]

All key fields of the SuplrActyTskActyReference entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_TASK_SRV"

Technical service name for SuplrActyTskActyReference.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrActyTskActyReference>

    A builder that constructs instances of entity type SuplrActyTskActyReference.

Static requestBuilder

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

    Returns SuplrActyTskActyReferenceRequestBuilder

    A SuplrActyTskActyReference request builder.