Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrActyParticipant" 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
    • SuplrActyParticipant

Implements

Index

Properties

suplrActyPartyUuid

suplrActyPartyUuid: string

Activity Party UUID.

suplrActyUuid

suplrActyUuid: string

Activity UUID.

nullable

userId

userId: string

User ID. Maximum length: 12.

nullable

Static SUPLR_ACTY_PARTY_UUID

SUPLR_ACTY_PARTY_UUID: StringField<SuplrActyParticipant> = new StringField('SuplrActyPartyUUID', SuplrActyParticipant, '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<SuplrActyParticipant> = new StringField('SuplrActyUUID', SuplrActyParticipant, '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 USER_ID

USER_ID: StringField<SuplrActyParticipant> = new StringField('UserID', SuplrActyParticipant, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SuplrActyParticipant.SUPLR_ACTY_PARTY_UUID,SuplrActyParticipant.SUPLR_ACTY_UUID,SuplrActyParticipant.USER_ID]

All fields of the SuplrActyParticipant 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_SuplrActyParticipant"

Technical entity name for SuplrActyParticipant.

Static _keyFields

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

All key fields of the SuplrActyParticipant entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_SRV"

Technical service name for SuplrActyParticipant.

Methods

Static builder

Static requestBuilder

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

    Returns SuplrActyParticipantRequestBuilder

    A SuplrActyParticipant request builder.