Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalRspExternalName" 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
    • SuplrEvalRspExternalName

Implements

Index

Properties

language

language: string

Language. Maximum length: 2.

suplrEvalReqExternalName

suplrEvalReqExternalName: string

External Name. Maximum length: 60.

nullable

suplrEvalReqExternalNameUuid

suplrEvalReqExternalNameUuid: string

Evaluation Request External Name UUID.

nullable

suplrEvalRspUuid

suplrEvalRspUuid: string

Evaluation Response UUID.

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

LANGUAGE: StringField<SuplrEvalRspExternalName> = new StringField('Language', SuplrEvalRspExternalName, 'Edm.String')

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

Static SUPLR_EVAL_REQ_EXTERNAL_NAME

SUPLR_EVAL_REQ_EXTERNAL_NAME: StringField<SuplrEvalRspExternalName> = new StringField('SuplrEvalReqExternalName', SuplrEvalRspExternalName, 'Edm.String')

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

Static SUPLR_EVAL_REQ_EXTERNAL_NAME_UUID

SUPLR_EVAL_REQ_EXTERNAL_NAME_UUID: StringField<SuplrEvalRspExternalName> = new StringField('SuplrEvalReqExternalNameUUID', SuplrEvalRspExternalName, 'Edm.Guid')

Static representation of the suplrEvalReqExternalNameUuid 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<SuplrEvalRspExternalName> = new StringField('SuplrEvalRspUUID', SuplrEvalRspExternalName, '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 _allFields

_allFields: any[] = [SuplrEvalRspExternalName.SUPLR_EVAL_RSP_UUID,SuplrEvalRspExternalName.LANGUAGE,SuplrEvalRspExternalName.SUPLR_EVAL_REQ_EXTERNAL_NAME_UUID,SuplrEvalRspExternalName.SUPLR_EVAL_REQ_EXTERNAL_NAME]

All fields of the SuplrEvalRspExternalName 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_SuplrEvalRspExternalName"

Technical entity name for SuplrEvalRspExternalName.

Static _keyFields

_keyFields: Array<Selectable<SuplrEvalRspExternalName>> = [SuplrEvalRspExternalName.SUPLR_EVAL_RSP_UUID, SuplrEvalRspExternalName.LANGUAGE]

All key fields of the SuplrEvalRspExternalName entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_RESPONSE_SRV"

Technical service name for SuplrEvalRspExternalName.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrEvalRspExternalName>

    A builder that constructs instances of entity type SuplrEvalRspExternalName.

Static requestBuilder

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

    Returns SuplrEvalRspExternalNameRequestBuilder

    A SuplrEvalRspExternalName request builder.