C_MM_ServicePerformerValueHelp
Service Performer Value Help
C_MM_ServicePerformerValueHelp is a Consumption CDS View that provides data about "Service Performer Value Help" in SAP S/4HANA. It reads from 2 data sources (I_BusinessPartnerSupplier, I_ContingentWorker) and exposes 21 fields with key fields ServicePerformer, Supplier. It has 2 associations to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_BusinessPartnerSupplier | _BusinessPartnerSupplier | inner |
| I_ContingentWorker | I_ContingentWorker | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_BusinessPartner | _BusinessPartner | I_ContingentWorker.BusinessPartner = _BusinessPartner.BusinessPartner |
| [0..1] | I_Supplier | _Supplier | _BusinessPartnerSupplier.Supplier = _Supplier.Supplier |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CMMSRVCPERFRMRVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.semanticKey | ServicePerformer | view | |
| ObjectModel.representativeKey | ServicePerformer | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Service Performer Value Help | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServicePerformer | I_ContingentWorker | BusinessPartner | Service Performer ID |
| KEY | Supplier | I_BusinessPartnerSupplier | Supplier | Supplier ID |
| IsBusinessPurposeCompleted | I_ContingentWorker | IsBusinessPurposeCompleted | Purpose Completed | |
| SupplierName | _Supplier | OrganizationBPName1 | Supplier Name | |
| ServicePerformerName | _BusinessPartner | BusinessPartnerName | Performer Full Name | |
| AuthorizationGroup | _BusinessPartner | AuthorizationGroup | AuthorizGroup | |
| FirstName | _BusinessPartner | FirstName | Performer First Name | |
| LastName | _BusinessPartner | LastName | Performer Last Name | |
| DataControllerSet | _BusinessPartner | DataControllerSet | Data Ctrlr. Set | |
| DataController1 | _BusinessPartner | DataController1 | Data Controller | |
| DataController2 | _BusinessPartner | DataController2 | Data Controller | |
| DataController3 | _BusinessPartner | DataController3 | Data Controller | |
| DataController4 | _BusinessPartner | DataController4 | Data Controller | |
| DataController5 | _BusinessPartner | DataController5 | Data Controller | |
| DataController6 | _BusinessPartner | DataController6 | Data Controller | |
| DataController7 | _BusinessPartner | DataController7 | Data Controller | |
| DataController8 | _BusinessPartner | DataController8 | Data Controller | |
| DataController9 | _BusinessPartner | DataController9 | Data Controller | |
| DataController10 | _BusinessPartner | DataController10 | Data Controller | |
| BusinessPartner | _BusinessPartner | BusinessPartner | Issuing Authority | |
| _Supplier | _Supplier |
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_MM_ServicePerformerValueHelp.
-- 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: CMMSRVCPERFRMRVH
CREATE VIEW C_MM_ServicePerformerValueHelp AS
SELECT
I_ContingentWorker.BusinessPartner AS ServicePerformer,
_BusinessPartnerSupplier.Supplier AS Supplier,
I_ContingentWorker.IsBusinessPurposeCompleted AS IsBusinessPurposeCompleted,
_Supplier.OrganizationBPName1 AS SupplierName,
_BusinessPartner.BusinessPartnerName AS ServicePerformerName,
_BusinessPartner.AuthorizationGroup AS AuthorizationGroup,
_BusinessPartner.FirstName AS FirstName,
_BusinessPartner.LastName AS LastName,
_BusinessPartner.DataControllerSet AS DataControllerSet,
_BusinessPartner.DataController1 AS DataController1,
_BusinessPartner.DataController2 AS DataController2,
_BusinessPartner.DataController3 AS DataController3,
_BusinessPartner.DataController4 AS DataController4,
_BusinessPartner.DataController5 AS DataController5,
_BusinessPartner.DataController6 AS DataController6,
_BusinessPartner.DataController7 AS DataController7,
_BusinessPartner.DataController8 AS DataController8,
_BusinessPartner.DataController9 AS DataController9,
_BusinessPartner.DataController10 AS DataController10,
_BusinessPartner.BusinessPartner AS BusinessPartner
FROM I_ContingentWorker
INNER JOIN I_BusinessPartnerSupplier AS _BusinessPartnerSupplier ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_BusinessPartner AS _BusinessPartner ON I_ContingentWorker.BusinessPartner = _BusinessPartner.BusinessPartner -- association [0..1]
LEFT OUTER JOIN I_Supplier AS _Supplier ON _BusinessPartnerSupplier.Supplier = _Supplier.Supplier -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA