Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrActySupplier" 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
    • SuplrActySupplier

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

suplrActyPartyUuid

suplrActyPartyUuid: string

Activity Party UUID.

suplrActyUuid

suplrActyUuid: string

Activity UUID.

nullable

Static ALL_FIELDS

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

All fields selector.

Static BUSINESS_PARTNER

BUSINESS_PARTNER: StringField<SuplrActySupplier> = new StringField('BusinessPartner', SuplrActySupplier, '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_PARTY_UUID

SUPLR_ACTY_PARTY_UUID: StringField<SuplrActySupplier> = new StringField('SuplrActyPartyUUID', SuplrActySupplier, 'Edm.Guid')

Static representation of the suplrActyPartyUuid 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<SuplrActySupplier> = new StringField('SuplrActyUUID', SuplrActySupplier, '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[] = [SuplrActySupplier.SUPLR_ACTY_PARTY_UUID,SuplrActySupplier.SUPLR_ACTY_UUID,SuplrActySupplier.BUSINESS_PARTNER]

All fields of the SuplrActySupplier 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_SuplrActySupplier"

Technical entity name for SuplrActySupplier.

Static _keyFields

_keyFields: Array<Selectable<SuplrActySupplier>> = [SuplrActySupplier.SUPLR_ACTY_PARTY_UUID]

All key fields of the SuplrActySupplier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_SRV"

Technical service name for SuplrActySupplier.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrActySupplier>

    A builder that constructs instances of entity type SuplrActySupplier.

Static requestBuilder

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

    Returns SuplrActySupplierRequestBuilder

    A SuplrActySupplier request builder.