Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalRspSectionText" 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
    • SuplrEvalRspSectionText

Implements

Index

Properties

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,
  • the language in which you enter texts,
  • the language in which the system prints texts. Maximum length: 2.

suplrEvalReqUuid

suplrEvalReqUuid: string

Evaluation Request UUID.

suplrEvalRspSectionText

suplrEvalRspSectionText: string

Text Content.

nullable

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

LANGUAGE: StringField<SuplrEvalRspSectionText> = new StringField('Language', SuplrEvalRspSectionText, '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_UUID

SUPLR_EVAL_REQ_UUID: StringField<SuplrEvalRspSectionText> = new StringField('SuplrEvalReqUUID', SuplrEvalRspSectionText, 'Edm.Guid')

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

Static SUPLR_EVAL_RSP_SECTION_TEXT

SUPLR_EVAL_RSP_SECTION_TEXT: StringField<SuplrEvalRspSectionText> = new StringField('SuplrEvalRspSectionText', SuplrEvalRspSectionText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SuplrEvalRspSectionText.SUPLR_EVAL_REQ_UUID,SuplrEvalRspSectionText.LANGUAGE,SuplrEvalRspSectionText.SUPLR_EVAL_RSP_SECTION_TEXT]

All fields of the SuplrEvalRspSectionText 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_SuplrEvalRspSectionText"

Technical entity name for SuplrEvalRspSectionText.

Static _keyFields

_keyFields: Array<Selectable<SuplrEvalRspSectionText>> = [SuplrEvalRspSectionText.SUPLR_EVAL_REQ_UUID, SuplrEvalRspSectionText.LANGUAGE]

All key fields of the SuplrEvalRspSectionText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_RESPONSE_SRV"

Technical service name for SuplrEvalRspSectionText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrEvalRspSectionText>

    A builder that constructs instances of entity type SuplrEvalRspSectionText.

Static requestBuilder

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

    Returns SuplrEvalRspSectionTextRequestBuilder

    A SuplrEvalRspSectionText request builder.