Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SupplierOplScoresAV" of service "A_SUPPLIEROPLSCORESAV_CDS". This service is part of the following communication scenarios: Procurement - Operational Supplier Evaluation Score Integration (SAP_COM_0324). See https://api.sap.com/api/A_SUPPLIEROPLSCORESAV_CDS for more information.

Hierarchy

  • any
    • SupplierOplScoresAv

Implements

Index

Properties

pDateFunction

pDateFunction: string

Relative Date Function ID. Maximum length: 32.

pDisplayCurrency

pDisplayCurrency: string

Display Currency. Maximum length: 5.

results

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

Static P_DATE_FUNCTION

P_DATE_FUNCTION: StringField<SupplierOplScoresAv> = new StringField('P_DateFunction', SupplierOplScoresAv, 'Edm.String')

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

Static P_DISPLAY_CURRENCY

P_DISPLAY_CURRENCY: StringField<SupplierOplScoresAv> = new StringField('P_DisplayCurrency', SupplierOplScoresAv, 'Edm.String')

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

Static RESULTS

RESULTS: Link<SupplierOplScoresAv, SupplierOplScoresAvResults> = new Link('Results', SupplierOplScoresAv, SupplierOplScoresAvResults)

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

Static _allFields

_allFields: any[] = [SupplierOplScoresAv.P_DISPLAY_CURRENCY,SupplierOplScoresAv.P_DATE_FUNCTION,SupplierOplScoresAv.RESULTS]

All fields of the SupplierOplScoresAv entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/A_SUPPLIEROPLSCORESAV_CDS"

Default url path for the according service.

Static _entityName

_entityName: string = "A_SupplierOplScoresAV"

Technical entity name for SupplierOplScoresAv.

Static _keyFields

_keyFields: Array<Selectable<SupplierOplScoresAv>> = [SupplierOplScoresAv.P_DISPLAY_CURRENCY, SupplierOplScoresAv.P_DATE_FUNCTION]

All key fields of the SupplierOplScoresAv entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "A_SUPPLIEROPLSCORESAV_CDS"

Technical service name for SupplierOplScoresAv.

Methods

Static builder

Static requestBuilder

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

    Returns SupplierOplScoresAvRequestBuilder

    A SupplierOplScoresAv request builder.