Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalRspPurchaserResp" of service "API_SUPLR_EVAL_RESPONSE_SRV". This service is part of the following communication scenarios: Supplier Evaluation Response Integration (SAP_COM_0139). See https://api.sap.com/api/API_SUPLR_EVAL_RESPONSE_SRV for more information.

Hierarchy

  • any
    • SuplrEvalRspPurchaserResp

Implements

Index

Properties

suplrEvalRspPartyUuid

suplrEvalRspPartyUuid: string

Evaluation Response Party UUID.

suplrEvalRspUuid

suplrEvalRspUuid: string

Evaluation Response UUID.

nullable

userId

userId: string

User ID. Maximum length: 12.

nullable

Static SUPLR_EVAL_RSP_PARTY_UUID

SUPLR_EVAL_RSP_PARTY_UUID: StringField<SuplrEvalRspPurchaserResp> = new StringField('SuplrEvalRspPartyUUID', SuplrEvalRspPurchaserResp, 'Edm.Guid')

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

Static SUPLR_EVAL_RSP_UUID

SUPLR_EVAL_RSP_UUID: StringField<SuplrEvalRspPurchaserResp> = new StringField('SuplrEvalRspUUID', SuplrEvalRspPurchaserResp, 'Edm.Guid')

Static representation of the suplrEvalRspUuid 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<SuplrEvalRspPurchaserResp> = new StringField('UserID', SuplrEvalRspPurchaserResp, '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[] = [SuplrEvalRspPurchaserResp.SUPLR_EVAL_RSP_PARTY_UUID,SuplrEvalRspPurchaserResp.SUPLR_EVAL_RSP_UUID,SuplrEvalRspPurchaserResp.USER_ID]

All fields of the SuplrEvalRspPurchaserResp entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SuplrEvalRspPurchaserResp"

Technical entity name for SuplrEvalRspPurchaserResp.

Static _keyFields

_keyFields: Array<Selectable<SuplrEvalRspPurchaserResp>> = [SuplrEvalRspPurchaserResp.SUPLR_EVAL_RSP_PARTY_UUID]

All key fields of the SuplrEvalRspPurchaserResp entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_RESPONSE_SRV"

Technical service name for SuplrEvalRspPurchaserResp.

Methods

Static builder

Static requestBuilder

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

    Returns SuplrEvalRspPurchaserRespRequestBuilder

    A SuplrEvalRspPurchaserResp request builder.