Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalSccrdPurchaserResp" 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
    • SuplrEvalSccrdPurchaserResp

Implements

Index

Properties

suplrEvalScorecardPtyUuid

suplrEvalScorecardPtyUuid: string

Evaluation Response Party UUID.

suplrEvalScorecardUuid

suplrEvalScorecardUuid: string

Evaluation Scorecard UUID.

nullable

userId

userId: string

User ID. Maximum length: 12.

nullable

Static ALL_FIELDS

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

All fields selector.

Static SUPLR_EVAL_SCORECARD_PTY_UUID

SUPLR_EVAL_SCORECARD_PTY_UUID: StringField<SuplrEvalSccrdPurchaserResp> = new StringField('SuplrEvalScorecardPtyUUID', SuplrEvalSccrdPurchaserResp, '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<SuplrEvalSccrdPurchaserResp> = new StringField('SuplrEvalScorecardUUID', SuplrEvalSccrdPurchaserResp, '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 USER_ID

USER_ID: StringField<SuplrEvalSccrdPurchaserResp> = new StringField('UserID', SuplrEvalSccrdPurchaserResp, '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[] = [SuplrEvalSccrdPurchaserResp.SUPLR_EVAL_SCORECARD_PTY_UUID,SuplrEvalSccrdPurchaserResp.SUPLR_EVAL_SCORECARD_UUID,SuplrEvalSccrdPurchaserResp.USER_ID]

All fields of the SuplrEvalSccrdPurchaserResp 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_SuplrEvalSccrdPurchaserResp"

Technical entity name for SuplrEvalSccrdPurchaserResp.

Static _keyFields

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

All key fields of the SuplrEvalSccrdPurchaserResp entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_SCORECARD_SRV"

Technical service name for SuplrEvalSccrdPurchaserResp.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrEvalSccrdPurchaserResp>

    A builder that constructs instances of entity type SuplrEvalSccrdPurchaserResp.

Static requestBuilder

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

    Returns SuplrEvalSccrdPurchaserRespRequestBuilder

    A SuplrEvalSccrdPurchaserResp request builder.