C_SuplrEvalRspEvaluateST

DDL: C_SUPLREVALRSPEVALUATEST SQL: CSPLEVLRSPEVL Type: view CONSUMPTION

Evaluate Suppliers

C_SuplrEvalRspEvaluateST is a Consumption CDS View that provides data about "Evaluate Suppliers" in SAP S/4HANA. It reads from 1 data source (I_SupplierEvalResponse) and exposes 52 fields with key field SuplrEvalRspUUID. It has 5 associations to related views. It is used in 1 Fiori application: Evaluate Suppliers.

Data Sources (1)

SourceAliasJoin Type
I_SupplierEvalResponse I_SupplierEvalResponse from

Associations (5)

CardinalityTargetAliasCondition
[0..1] C_SuplrEvalResponseValueHelp _SuplrEvalResponseValueHelp _SuplrEvalResponseValueHelp.SupplierEvalResponse = $projection.SupplierEvalResponse
[0..1] I_SLC_SupplierValueHelp _SupplierValueHelp _SupplierValueHelp.Supplier = $projection.supplier
[0..1] I_PurchasingCategoryValueHelp _PurchasingCategoryValueHelp _PurchasingCategoryValueHelp.PurchasingCategory = $projection.purchasingcategory
[0..1] I_BusinessUser _CreatedByUser _CreatedByUser.UserID = $projection.CreatedByUser
[0..1] I_BusinessUser _LastChangedByUser _LastChangedByUser.UserID = $projection.LastChangedByUser

Annotations (15)

NameValueLevelField
EndUserText.label Evaluate Suppliers view
VDM.viewType #CONSUMPTION view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName CSPLEVLRSPEVL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey SuplrEvalRspUUID view
Search.searchable true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
UI.headerInfo.typeName Supplier Evaluation view
UI.headerInfo.typeNamePlural Supplier Evaluations view
UI.headerInfo.title.value SuplrEvalRspName view

Fiori Apps (1)

App IDApp NameTypeDescription
F1650 Evaluate Suppliers Transactional An application to access evaluation responses.

Evaluate Suppliers

Business Role: Employee - Procurement

As an appraiser, you can use this app to access evaluation responses that category managers are asking you to fill out. You can also access responses that you have already filled out. Note that you can display submitted evaluation responses, but you can no longer change them.This app is available for the role Employee - Procurement.

Fields (52)

KeyFieldSource TableSource FieldDescription
KEY SuplrEvalRspUUID I_SupplierEvalResponse SuplrEvalRspUUID
SupplierEvalResponse SupplierEvalResponse
Name SuplrEvalRspName
SuplrEvalReqExternalName
SuplrEvalStartDate SuplrEvalStartDate
SuplrEvalEndDate SuplrEvalEndDate
PurgCatUUID PurgCatUUID
PurchasingCategory _PurchasingCategory PurchasingCategory Purchasing Category
PurgCatName _PurchasingCategory PurgCatName Purchasing Cat. Name
PurgCatDescription
PurgCatDescriptionendasPurgCatTitle
SuplrEvalSubmissionDateTime SuplrEvalSubmissionDateTime
SuplrEvalDeadlineDate SuplrEvalDeadlineDate
CreationDateTime CreationDateTime Timestamp
CreatedByUser CreatedByUser User Name
CreatedByUserFullName
CreatedByUserDescription
LastChangeDateTime LastChangeDateTime Timestamp
LastChangedByUser LastChangedByUser User Name
LastChangedByUserFullName
LastChangedByUserDescription
Language
LanguageName
SuplrEvalRspLifecycleStatus I_SupplierEvalResponse SuplrEvalRspLifecycleStatus
SuplrEvalRspLifecycleStsName
Supplier _Supplier Supplier Supplier
AuthorizationGroup _Supplier AuthorizationGroup AuthorizGroup
Appraiser
AppraiserFullName
PurchaserResponsible
PersonFullName
UserID
PurchaserRespFullName
DataController1 _Supplier DataController1 Data Controller
DataController2 _Supplier DataController2 Data Controller
DataController3 _Supplier DataController3 Data Controller
DataController4 _Supplier DataController4 Data Controller
DataController5 _Supplier DataController5 Data Controller
DataController6 _Supplier DataController6 Data Controller
DataController7 _Supplier DataController7 Data Controller
DataController8 _Supplier DataController8 Data Controller
DataController9 _Supplier DataController9 Data Controller
DataController10 _Supplier DataController10 Data Controller
DataControllerSet _Supplier DataControllerSet Data Ctrlr. Set
_SupplierValueHelp _SupplierValueHelp
_SuplrEvalRspLifecycleStsApp _SuplrEvalRspLifecycleStsApp
_Appraiser _Appraiser
_PurchaserResponsible _PurchaserResponsible
_Supplier _Supplier
_Language _Language
_SuplrEvalResponseValueHelp _SuplrEvalResponseValueHelp
_PurchasingCategoryValueHelp _PurchasingCategoryValueHelp

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_SuplrEvalRspEvaluateST.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CSPLEVLRSPEVL

CREATE VIEW C_SuplrEvalRspEvaluateST AS
SELECT
  I_SupplierEvalResponse.SuplrEvalRspUUID AS SuplrEvalRspUUID,
  SupplierEvalResponse,
  SuplrEvalRspName AS Name,
  _SupplierEvalResponseExtName[1:Language = $session.system_language].SuplrEvalReqExternalName AS SuplrEvalReqExternalName,
  SuplrEvalStartDate,
  SuplrEvalEndDate,
  PurgCatUUID,
  _PurchasingCategory.PurchasingCategory AS PurchasingCategory,
  _PurchasingCategory.PurgCatName AS PurgCatName,
  _PurchasingCategory._PurchasingCategoryDesc[1: Language = $session.system_language].PurgCatDescription AS PurgCatDescription,
  case when _PurchasingCategory._PurchasingCategoryDesc[1: Language = $session.system_language].PurgCatDescription = '' then cast(_PurchasingCategory.PurgCatName as /srmsmc/purchasing_cat_name ) when _PurchasingCategory._PurchasingCategoryDesc[1: Language = $session.system_language].PurgCatDescription is null then cast(_PurchasingCategory.PurgCatName as /srmsmc/purchasing_cat_name ) else _PurchasingCategory._PurchasingCategoryDesc[1: Language = $session.system_language].PurgCatDescription end as PurgCatTitle AS PurgCatDescriptionendasPurgCatTitle,
  SuplrEvalSubmissionDateTime,
  SuplrEvalDeadlineDate,
  CreationDateTime,
  CreatedByUser,
  cast( _CreatedByUser.PersonFullName as /srmsmc/created_by_user_desc preserving type) AS CreatedByUserFullName,
  cast( _CreatedByUser[IsBusinessPurposeCompleted <> 'X'].PersonFullName as /srmsmc/created_by_user_desc preserving type) AS CreatedByUserDescription,
  LastChangeDateTime,
  LastChangedByUser,
  cast( _LastChangedByUser.PersonFullName as /srmsmc/last_changed_by_desc preserving type) AS LastChangedByUserFullName,
  cast( _LastChangedByUser[IsBusinessPurposeCompleted <> 'X'].PersonFullName as /srmsmc/last_changed_by_desc preserving type) AS LastChangedByUserDescription,
  cast( I_SupplierEvalResponse.Language as /srmsmc/original_lang_langu preserving type ) AS Language,
  I_SupplierEvalResponse._Language._Text[1:Language = $session.system_language ].LanguageName AS LanguageName,
  I_SupplierEvalResponse.SuplrEvalRspLifecycleStatus AS SuplrEvalRspLifecycleStatus,
  _SuplrEvalRspLifecycleStsApp._SuplrEvalRspLifecycleStsAppT[1:Language = $session.system_language ].SuplrEvalRspLifecycleStsName AS SuplrEvalRspLifecycleStsName,
  _Supplier.Supplier AS Supplier,
  _Supplier.AuthorizationGroup AS AuthorizationGroup,
  cast(_Appraiser.UserID as /srmsmc/appraiser) AS Appraiser,
  _Appraiser._BusinessUser.PersonFullName AS AppraiserFullName,
  cast (_PurchaserResponsible.UserID as /srmsmc/purchaser_responsible ) AS PurchaserResponsible,
  _PurchaserResponsible._BusinessUser.PersonFullName AS PersonFullName,
  _PurchaserResponsible._BusinessUser.UserID AS UserID,
  cast(_PurchaserResponsible._BusinessUser.PersonFullName as /srmsmc/purresponsiblename ) AS PurchaserRespFullName,
  _Supplier.DataController1 AS DataController1,
  _Supplier.DataController2 AS DataController2,
  _Supplier.DataController3 AS DataController3,
  _Supplier.DataController4 AS DataController4,
  _Supplier.DataController5 AS DataController5,
  _Supplier.DataController6 AS DataController6,
  _Supplier.DataController7 AS DataController7,
  _Supplier.DataController8 AS DataController8,
  _Supplier.DataController9 AS DataController9,
  _Supplier.DataController10 AS DataController10,
  _Supplier.DataControllerSet AS DataControllerSet
FROM I_SupplierEvalResponse
LEFT OUTER JOIN C_SuplrEvalResponseValueHelp AS _SuplrEvalResponseValueHelp ON _SuplrEvalResponseValueHelp.SupplierEvalResponse = SupplierEvalResponse  -- association [0..1]
LEFT OUTER JOIN I_SLC_SupplierValueHelp AS _SupplierValueHelp ON _SupplierValueHelp.Supplier = supplier  -- association [0..1]
LEFT OUTER JOIN I_PurchasingCategoryValueHelp AS _PurchasingCategoryValueHelp ON _PurchasingCategoryValueHelp.PurchasingCategory = purchasingcategory  -- association [0..1]
LEFT OUTER JOIN I_BusinessUser AS _CreatedByUser ON _CreatedByUser.UserID = CreatedByUser  -- association [0..1]
LEFT OUTER JOIN I_BusinessUser AS _LastChangedByUser ON _LastChangedByUser.UserID = LastChangedByUser  -- association [0..1]
;