Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalRspAppraiser" 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
    • SuplrEvalRspAppraiser

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 ALL_FIELDS

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

All fields selector.

Static SUPLR_EVAL_RSP_PARTY_UUID

SUPLR_EVAL_RSP_PARTY_UUID: StringField<SuplrEvalRspAppraiser> = new StringField('SuplrEvalRspPartyUUID', SuplrEvalRspAppraiser, '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<SuplrEvalRspAppraiser> = new StringField('SuplrEvalRspUUID', SuplrEvalRspAppraiser, '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<SuplrEvalRspAppraiser> = new StringField('UserID', SuplrEvalRspAppraiser, '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[] = [SuplrEvalRspAppraiser.SUPLR_EVAL_RSP_PARTY_UUID,SuplrEvalRspAppraiser.SUPLR_EVAL_RSP_UUID,SuplrEvalRspAppraiser.USER_ID]

All fields of the SuplrEvalRspAppraiser 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_SuplrEvalRspAppraiser"

Technical entity name for SuplrEvalRspAppraiser.

Static _keyFields

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

All key fields of the SuplrEvalRspAppraiser entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_RESPONSE_SRV"

Technical service name for SuplrEvalRspAppraiser.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrEvalRspAppraiser>

    A builder that constructs instances of entity type SuplrEvalRspAppraiser.

Static requestBuilder

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

    Returns SuplrEvalRspAppraiserRequestBuilder

    A SuplrEvalRspAppraiser request builder.