Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SupplierActivity" 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
    • SupplierActivity

Implements

Index

Properties

createdByUser

createdByUser: string

Created-By Name. Maximum length: 60.

nullable

creationDateTime

creationDateTime: Moment

Created On.

nullable

endDate

endDate: Moment

End Date.

nullable

language

language: string

Language. Maximum length: 2.

nullable

lastChangeDateTime

lastChangeDateTime: Moment

Last Changed On.

nullable

lastChangedByUser

lastChangedByUser: string

Changed-By Name. Maximum length: 60.

nullable

purgCatUuid

purgCatUuid: string

Purchasing Category UUID.

nullable

startDate

startDate: Moment

Start Date.

nullable

suplrActyLifecycleStatus

suplrActyLifecycleStatus: string

Lifecycle Status Code for Activities. Maximum length: 2.

nullable

suplrActyName

suplrActyName: string

Name of Activity. Maximum length: 60.

nullable

suplrActyPriority

suplrActyPriority: string

Priority of an activity. Maximum length: 1.

nullable

suplrActyType

suplrActyType: string

Activity type. Maximum length: 2.

nullable

suplrActyUuid

suplrActyUuid: string

Activity UUID.

supplierActivity

supplierActivity: string

Activity. Maximum length: 20.

nullable

toSuplrActyDescription

toSuplrActyDescription: SuplrActyDescription[]

One-to-many navigation property to the SuplrActyDescription entity.

toSuplrActyParticipant

toSuplrActyParticipant: SuplrActyParticipant

One-to-one navigation property to the SuplrActyParticipant entity.

toSuplrActyPurchaserResp

toSuplrActyPurchaserResp: SuplrActyPurchaserResp

One-to-one navigation property to the SuplrActyPurchaserResp entity.

toSuplrActySupplier

toSuplrActySupplier: SuplrActySupplier[]

One-to-many navigation property to the SuplrActySupplier entity.

Static CREATED_BY_USER

CREATED_BY_USER: StringField<SupplierActivity> = new StringField('CreatedByUser', SupplierActivity, 'Edm.String')

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

Static CREATION_DATE_TIME

CREATION_DATE_TIME: DateField<SupplierActivity> = new DateField('CreationDateTime', SupplierActivity, 'Edm.DateTimeOffset')

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

Static END_DATE

END_DATE: DateField<SupplierActivity> = new DateField('EndDate', SupplierActivity, 'Edm.DateTime')

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

Static LANGUAGE

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

LAST_CHANGED_BY_USER: StringField<SupplierActivity> = new StringField('LastChangedByUser', SupplierActivity, 'Edm.String')

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

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: DateField<SupplierActivity> = new DateField('LastChangeDateTime', SupplierActivity, 'Edm.DateTimeOffset')

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

Static PURG_CAT_UUID

PURG_CAT_UUID: StringField<SupplierActivity> = new StringField('PurgCatUUID', SupplierActivity, 'Edm.Guid')

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

Static START_DATE

START_DATE: DateField<SupplierActivity> = new DateField('StartDate', SupplierActivity, 'Edm.DateTime')

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

Static SUPLR_ACTY_LIFECYCLE_STATUS

SUPLR_ACTY_LIFECYCLE_STATUS: StringField<SupplierActivity> = new StringField('SuplrActyLifecycleStatus', SupplierActivity, 'Edm.String')

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

Static SUPLR_ACTY_NAME

SUPLR_ACTY_NAME: StringField<SupplierActivity> = new StringField('SuplrActyName', SupplierActivity, 'Edm.String')

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

Static SUPLR_ACTY_PRIORITY

SUPLR_ACTY_PRIORITY: StringField<SupplierActivity> = new StringField('SuplrActyPriority', SupplierActivity, 'Edm.String')

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

Static SUPLR_ACTY_TYPE

SUPLR_ACTY_TYPE: StringField<SupplierActivity> = new StringField('SuplrActyType', SupplierActivity, 'Edm.String')

Static representation of the suplrActyType 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<SupplierActivity> = new StringField('SuplrActyUUID', SupplierActivity, '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<SupplierActivity> = new StringField('SupplierActivity', SupplierActivity, '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 TO_SUPLR_ACTY_DESCRIPTION

TO_SUPLR_ACTY_DESCRIPTION: Link<SupplierActivity, SuplrActyDescription> = new Link('to_SuplrActyDescription', SupplierActivity, SuplrActyDescription)

Static representation of the one-to-many navigation property toSuplrActyDescription for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SUPLR_ACTY_PARTICIPANT

TO_SUPLR_ACTY_PARTICIPANT: OneToOneLink<SupplierActivity, SuplrActyParticipant> = new OneToOneLink('to_SuplrActyParticipant', SupplierActivity, SuplrActyParticipant)

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

Static TO_SUPLR_ACTY_PURCHASER_RESP

TO_SUPLR_ACTY_PURCHASER_RESP: OneToOneLink<SupplierActivity, SuplrActyPurchaserResp> = new OneToOneLink('to_SuplrActyPurchaserResp', SupplierActivity, SuplrActyPurchaserResp)

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

Static TO_SUPLR_ACTY_SUPPLIER

TO_SUPLR_ACTY_SUPPLIER: Link<SupplierActivity, SuplrActySupplier> = new Link('to_SuplrActySupplier', SupplierActivity, SuplrActySupplier)

Static representation of the one-to-many navigation property toSuplrActySupplier for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [SupplierActivity.SUPLR_ACTY_UUID,SupplierActivity.SUPPLIER_ACTIVITY,SupplierActivity.PURG_CAT_UUID,SupplierActivity.SUPLR_ACTY_NAME,SupplierActivity.START_DATE,SupplierActivity.END_DATE,SupplierActivity.SUPLR_ACTY_PRIORITY,SupplierActivity.SUPLR_ACTY_TYPE,SupplierActivity.CREATED_BY_USER,SupplierActivity.CREATION_DATE_TIME,SupplierActivity.LAST_CHANGED_BY_USER,SupplierActivity.LAST_CHANGE_DATE_TIME,SupplierActivity.SUPLR_ACTY_LIFECYCLE_STATUS,SupplierActivity.LANGUAGE,SupplierActivity.TO_SUPLR_ACTY_DESCRIPTION,SupplierActivity.TO_SUPLR_ACTY_PARTICIPANT,SupplierActivity.TO_SUPLR_ACTY_PURCHASER_RESP,SupplierActivity.TO_SUPLR_ACTY_SUPPLIER]

All fields of the SupplierActivity 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_SupplierActivity"

Technical entity name for SupplierActivity.

Static _keyFields

_keyFields: Array<Selectable<SupplierActivity>> = [SupplierActivity.SUPLR_ACTY_UUID]

All key fields of the SupplierActivity entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPPLIER_ACTIVITY_SRV"

Technical service name for SupplierActivity.

Methods

Static builder

  • Returns an entity builder to construct instances SupplierActivity.

    Returns EntityBuilderType<SupplierActivity, SupplierActivityType>

    A builder that constructs instances of entity type SupplierActivity.

Static requestBuilder

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

    Returns SupplierActivityRequestBuilder

    A SupplierActivity request builder.