Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalRspSupplier" 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
    • SuplrEvalRspSupplier

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

suplrEvalRspPartyUuid

suplrEvalRspPartyUuid: string

Evaluation Response Party UUID.

suplrEvalRspUuid

suplrEvalRspUuid: string

Evaluation Response UUID.

nullable

Static BUSINESS_PARTNER

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

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

All fields of the SuplrEvalRspSupplier 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_SuplrEvalRspSupplier"

Technical entity name for SuplrEvalRspSupplier.

Static _keyFields

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

All key fields of the SuplrEvalRspSupplier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_RESPONSE_SRV"

Technical service name for SuplrEvalRspSupplier.

Methods

Static builder

Static requestBuilder

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

    Returns SuplrEvalRspSupplierRequestBuilder

    A SuplrEvalRspSupplier request builder.