Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrActyTskSupplier" 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
    • SuplrActyTskSupplier

Implements

Index

Properties

businessPartner

businessPartner: string

Business Partner Number. Key identifying a business partner in the SAP system. The key is unique within a client. Maximum length: 10.

nullable

suplrActyTaskPartyUuid

suplrActyTaskPartyUuid: string

Task Party UUID.

suplrActyTaskUuid

suplrActyTaskUuid: string

Task UUID.

nullable

Static ALL_FIELDS

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

All fields selector.

Static BUSINESS_PARTNER

BUSINESS_PARTNER: StringField<SuplrActyTskSupplier> = new StringField('BusinessPartner', SuplrActyTskSupplier, 'Edm.String')

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

Static SUPLR_ACTY_TASK_PARTY_UUID

SUPLR_ACTY_TASK_PARTY_UUID: StringField<SuplrActyTskSupplier> = new StringField('SuplrActyTaskPartyUUID', SuplrActyTskSupplier, 'Edm.Guid')

Static representation of the suplrActyTaskPartyUuid 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<SuplrActyTskSupplier> = new StringField('SuplrActyTaskUUID', SuplrActyTskSupplier, '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 _allFields

_allFields: any[] = [SuplrActyTskSupplier.SUPLR_ACTY_TASK_PARTY_UUID,SuplrActyTskSupplier.SUPLR_ACTY_TASK_UUID,SuplrActyTskSupplier.BUSINESS_PARTNER]

All fields of the SuplrActyTskSupplier 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_SuplrActyTskSupplier"

Technical entity name for SuplrActyTskSupplier.

Static _keyFields

_keyFields: Array<Selectable<SuplrActyTskSupplier>> = [SuplrActyTskSupplier.SUPLR_ACTY_TASK_PARTY_UUID]

All key fields of the SuplrActyTskSupplier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_TASK_SRV"

Technical service name for SuplrActyTskSupplier.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrActyTskSupplier>

    A builder that constructs instances of entity type SuplrActyTskSupplier.

Static requestBuilder

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

    Returns SuplrActyTskSupplierRequestBuilder

    A SuplrActyTskSupplier request builder.