Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalScorecard" of service "API_SUPLR_EVAL_SCORECARD_SRV". This service is part of the following communication scenarios: Supplier Evaluation Scorecard Integration (SAP_COM_0122). See https://api.sap.com/api/API_SUPLR_EVAL_SCORECARD_SRV for more information.

Hierarchy

  • any
    • SuplrEvalScorecard

Implements

Index

Properties

suplrEvalScorecardName

suplrEvalScorecardName: string

Name of a Supplier Evaluation Scorecard. Maximum length: 60.

nullable

suplrEvalScorecardUuid

suplrEvalScorecardUuid: string

Evaluation Scorecard UUID.

supplierEvalScorecard

supplierEvalScorecard: string

Evaluation Scorecard. Maximum length: 20.

nullable

toSuplrEvalSccrdPurchaserResp

toSuplrEvalSccrdPurchaserResp: SuplrEvalSccrdPurchaserResp

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

toSuplrEvalScorecardRootQnaire

toSuplrEvalScorecardRootQnaire: SuplrEvalScorecardRootQnaire

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

toSupplier

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

Static SUPLR_EVAL_SCORECARD_NAME

SUPLR_EVAL_SCORECARD_NAME: StringField<SuplrEvalScorecard> = new StringField('SuplrEvalScorecardName', SuplrEvalScorecard, 'Edm.String')

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

Static SUPLR_EVAL_SCORECARD_UUID

SUPLR_EVAL_SCORECARD_UUID: StringField<SuplrEvalScorecard> = new StringField('SuplrEvalScorecardUUID', SuplrEvalScorecard, 'Edm.Guid')

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

Static SUPPLIER_EVAL_SCORECARD

SUPPLIER_EVAL_SCORECARD: StringField<SuplrEvalScorecard> = new StringField('SupplierEvalScorecard', SuplrEvalScorecard, 'Edm.String')

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

Static TO_SUPLR_EVAL_SCCRD_PURCHASER_RESP

TO_SUPLR_EVAL_SCCRD_PURCHASER_RESP: OneToOneLink<SuplrEvalScorecard, SuplrEvalSccrdPurchaserResp> = new OneToOneLink('to_SuplrEvalSccrdPurchaserResp', SuplrEvalScorecard, SuplrEvalSccrdPurchaserResp)

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

Static TO_SUPLR_EVAL_SCORECARD_ROOT_QNAIRE

TO_SUPLR_EVAL_SCORECARD_ROOT_QNAIRE: OneToOneLink<SuplrEvalScorecard, SuplrEvalScorecardRootQnaire> = new OneToOneLink('to_SuplrEvalScorecardRootQnaire', SuplrEvalScorecard, SuplrEvalScorecardRootQnaire)

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

Static TO_SUPPLIER

TO_SUPPLIER: OneToOneLink<SuplrEvalScorecard, SuplrEvalSccrdSupplier> = new OneToOneLink('to_Supplier', SuplrEvalScorecard, SuplrEvalSccrdSupplier)

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

Static _allFields

_allFields: any[] = [SuplrEvalScorecard.SUPLR_EVAL_SCORECARD_UUID,SuplrEvalScorecard.SUPPLIER_EVAL_SCORECARD,SuplrEvalScorecard.SUPLR_EVAL_SCORECARD_NAME,SuplrEvalScorecard.TO_SUPLR_EVAL_SCCRD_PURCHASER_RESP,SuplrEvalScorecard.TO_SUPLR_EVAL_SCORECARD_ROOT_QNAIRE,SuplrEvalScorecard.TO_SUPPLIER]

All fields of the SuplrEvalScorecard entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SuplrEvalScorecard"

Technical entity name for SuplrEvalScorecard.

Static _keyFields

_keyFields: Array<Selectable<SuplrEvalScorecard>> = [SuplrEvalScorecard.SUPLR_EVAL_SCORECARD_UUID]

All key fields of the SuplrEvalScorecard entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_SCORECARD_SRV"

Technical service name for SuplrEvalScorecard.

Methods

Static builder

  • Returns an entity builder to construct instances SuplrEvalScorecard.

    Returns EntityBuilderType<SuplrEvalScorecard, SuplrEvalScorecardType>

    A builder that constructs instances of entity type SuplrEvalScorecard.

Static requestBuilder

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

    Returns SuplrEvalScorecardRequestBuilder

    A SuplrEvalScorecard request builder.