Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalSccrdSupplier" 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
    • SuplrEvalSccrdSupplier

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

suplrEvalScorecardPtyUuid

suplrEvalScorecardPtyUuid: string

Evaluation Response Party UUID.

suplrEvalScorecardUuid

suplrEvalScorecardUuid: string

Evaluation Scorecard UUID.

nullable

Static ALL_FIELDS

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

All fields selector.

Static BUSINESS_PARTNER

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

SUPLR_EVAL_SCORECARD_PTY_UUID: StringField<SuplrEvalSccrdSupplier> = new StringField('SuplrEvalScorecardPtyUUID', SuplrEvalSccrdSupplier, 'Edm.Guid')

Static representation of the suplrEvalScorecardPtyUuid 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<SuplrEvalSccrdSupplier> = new StringField('SuplrEvalScorecardUUID', SuplrEvalSccrdSupplier, '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 _allFields

_allFields: any[] = [SuplrEvalSccrdSupplier.SUPLR_EVAL_SCORECARD_PTY_UUID,SuplrEvalSccrdSupplier.SUPLR_EVAL_SCORECARD_UUID,SuplrEvalSccrdSupplier.BUSINESS_PARTNER]

All fields of the SuplrEvalSccrdSupplier 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_SuplrEvalSccrdSupplier"

Technical entity name for SuplrEvalSccrdSupplier.

Static _keyFields

_keyFields: Array<Selectable<SuplrEvalSccrdSupplier>> = [SuplrEvalSccrdSupplier.SUPLR_EVAL_SCORECARD_PTY_UUID]

All key fields of the SuplrEvalSccrdSupplier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_SCORECARD_SRV"

Technical service name for SuplrEvalSccrdSupplier.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrEvalSccrdSupplier>

    A builder that constructs instances of entity type SuplrEvalSccrdSupplier.

Static requestBuilder

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

    Returns SuplrEvalSccrdSupplierRequestBuilder

    A SuplrEvalSccrdSupplier request builder.