Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalSccrdSection" of service "API_SUPLR_EVAL_SCORECARD_SRV". This service is part of the following communication scenarios: Supplier Evaluation Scorecard Integration (SAP_COM_0122). See https://api.sap.com/api/API_SUPLR_EVAL_SCORECARD_SRV for more information.

Hierarchy

  • any
    • SuplrEvalSccrdSection

Implements

Index

Properties

calculatedScore

calculatedScore: number

Calculated Score.

nullable

minimalScore

minimalScore: number

Minimum Score Accepted.

nullable

numberOfResponses

numberOfResponses: number

Number of Responses.

nullable

questionnaireSectionName

questionnaireSectionName: string

Medium-Size Name. Maximum length: 60.

nullable

suplrEvalRspQuestionnaireUuid

suplrEvalRspQuestionnaireUuid: string

Evaluation Scorecard Questionnaire UUID.

nullable

suplrEvalSccrdSectionUuid

suplrEvalSccrdSectionUuid: string

Evaluation Scorecard Section UUID.

suplrEvalSccrdUuid

suplrEvalSccrdUuid: string

Evaluation Scorecard UUID.

nullable

supplierEvalScorecardSctnAltv

supplierEvalScorecardSctnAltv: number

Alternative ID of a Section.

nullable

supplierEvalScorecardSection

supplierEvalScorecardSection: string

Section. Maximum length: 20.

nullable

targetScore

targetScore: number

Target Score.

nullable

toSuplrEvalSccrdQuestion

toSuplrEvalSccrdQuestion: SuplrEvalSccrdQuestion[]

One-to-many navigation property to the SuplrEvalSccrdQuestion entity.

toSuplrEvalSccrdStrucQnaire

toSuplrEvalSccrdStrucQnaire: SuplrEvalSccrdStrucQnaire

One-to-one navigation property to the SuplrEvalSccrdStrucQnaire entity.

toSupplierEvalScorecard

toSupplierEvalScorecard: SuplrEvalScorecard

One-to-one navigation property to the SuplrEvalScorecard entity.

weightingFactor

weightingFactor: number

Value of Weighting Factor.

nullable

Static CALCULATED_SCORE

CALCULATED_SCORE: NumberField<SuplrEvalSccrdSection> = new NumberField('CalculatedScore', SuplrEvalSccrdSection, 'Edm.Double')

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

Static MINIMAL_SCORE

MINIMAL_SCORE: NumberField<SuplrEvalSccrdSection> = new NumberField('MinimalScore', SuplrEvalSccrdSection, 'Edm.Byte')

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

Static NUMBER_OF_RESPONSES

NUMBER_OF_RESPONSES: NumberField<SuplrEvalSccrdSection> = new NumberField('NumberOfResponses', SuplrEvalSccrdSection, 'Edm.Int32')

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

Static QUESTIONNAIRE_SECTION_NAME

QUESTIONNAIRE_SECTION_NAME: StringField<SuplrEvalSccrdSection> = new StringField('QuestionnaireSectionName', SuplrEvalSccrdSection, 'Edm.String')

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

Static SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID

SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID: StringField<SuplrEvalSccrdSection> = new StringField('SuplrEvalRspQuestionnaireUUID', SuplrEvalSccrdSection, 'Edm.Guid')

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

Static SUPLR_EVAL_SCCRD_SECTION_UUID

SUPLR_EVAL_SCCRD_SECTION_UUID: StringField<SuplrEvalSccrdSection> = new StringField('SuplrEvalSccrdSectionUUID', SuplrEvalSccrdSection, 'Edm.Guid')

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

Static SUPLR_EVAL_SCCRD_UUID

SUPLR_EVAL_SCCRD_UUID: StringField<SuplrEvalSccrdSection> = new StringField('SuplrEvalSccrdUUID', SuplrEvalSccrdSection, 'Edm.Guid')

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

Static SUPPLIER_EVAL_SCORECARD_SCTN_ALTV

SUPPLIER_EVAL_SCORECARD_SCTN_ALTV: NumberField<SuplrEvalSccrdSection> = new NumberField('SupplierEvalScorecardSctnAltv', SuplrEvalSccrdSection, 'Edm.Int32')

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

Static SUPPLIER_EVAL_SCORECARD_SECTION

SUPPLIER_EVAL_SCORECARD_SECTION: StringField<SuplrEvalSccrdSection> = new StringField('SupplierEvalScorecardSection', SuplrEvalSccrdSection, 'Edm.String')

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

Static TARGET_SCORE

TARGET_SCORE: NumberField<SuplrEvalSccrdSection> = new NumberField('TargetScore', SuplrEvalSccrdSection, 'Edm.Byte')

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

Static TO_SUPLR_EVAL_SCCRD_QUESTION

TO_SUPLR_EVAL_SCCRD_QUESTION: Link<SuplrEvalSccrdSection, SuplrEvalSccrdQuestion> = new Link('to_SuplrEvalSccrdQuestion', SuplrEvalSccrdSection, SuplrEvalSccrdQuestion)

Static representation of the one-to-many navigation property toSuplrEvalSccrdQuestion for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SUPLR_EVAL_SCCRD_STRUC_QNAIRE

TO_SUPLR_EVAL_SCCRD_STRUC_QNAIRE: OneToOneLink<SuplrEvalSccrdSection, SuplrEvalSccrdStrucQnaire> = new OneToOneLink('to_SuplrEvalSccrdStrucQnaire', SuplrEvalSccrdSection, SuplrEvalSccrdStrucQnaire)

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

Static TO_SUPPLIER_EVAL_SCORECARD

TO_SUPPLIER_EVAL_SCORECARD: OneToOneLink<SuplrEvalSccrdSection, SuplrEvalScorecard> = new OneToOneLink('to_SupplierEvalScorecard', SuplrEvalSccrdSection, SuplrEvalScorecard)

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

Static WEIGHTING_FACTOR

WEIGHTING_FACTOR: NumberField<SuplrEvalSccrdSection> = new NumberField('WeightingFactor', SuplrEvalSccrdSection, 'Edm.Int16')

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

Static _allFields

_allFields: any[] = [SuplrEvalSccrdSection.SUPLR_EVAL_SCCRD_SECTION_UUID,SuplrEvalSccrdSection.SUPLR_EVAL_SCCRD_UUID,SuplrEvalSccrdSection.SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID,SuplrEvalSccrdSection.SUPPLIER_EVAL_SCORECARD_SECTION,SuplrEvalSccrdSection.SUPPLIER_EVAL_SCORECARD_SCTN_ALTV,SuplrEvalSccrdSection.QUESTIONNAIRE_SECTION_NAME,SuplrEvalSccrdSection.WEIGHTING_FACTOR,SuplrEvalSccrdSection.MINIMAL_SCORE,SuplrEvalSccrdSection.TARGET_SCORE,SuplrEvalSccrdSection.CALCULATED_SCORE,SuplrEvalSccrdSection.NUMBER_OF_RESPONSES,SuplrEvalSccrdSection.TO_SUPLR_EVAL_SCCRD_QUESTION,SuplrEvalSccrdSection.TO_SUPLR_EVAL_SCCRD_STRUC_QNAIRE,SuplrEvalSccrdSection.TO_SUPPLIER_EVAL_SCORECARD]

All fields of the SuplrEvalSccrdSection entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SuplrEvalSccrdSection"

Technical entity name for SuplrEvalSccrdSection.

Static _keyFields

_keyFields: Array<Selectable<SuplrEvalSccrdSection>> = [SuplrEvalSccrdSection.SUPLR_EVAL_SCCRD_SECTION_UUID]

All key fields of the SuplrEvalSccrdSection entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_SCORECARD_SRV"

Technical service name for SuplrEvalSccrdSection.

Methods

Static builder

Static requestBuilder

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

    Returns SuplrEvalSccrdSectionRequestBuilder

    A SuplrEvalSccrdSection request builder.