C_MfgHumRsceQualifnBP
Qualifications assigned to User
C_MfgHumRsceQualifnBP is a Consumption CDS View that provides data about "Qualifications assigned to User" in SAP S/4HANA. It reads from 1 data source (I_MfgHumRsceQualifnBP) and exposes 27 fields with key fields MfgHumanResourceQualification, MfgBusinessPartner, ValidityStartDate, ValidityEndDate. It has 3 associations to related views. Part of development package MPE_EXEC_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgHumRsceQualifnBP | _MfgHumRsceQualifnBP | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MfgHumRsceQualifnRqdSkillLvl | _SkillLvlTxt | $projection.MfgHumanRsceQualifnGroupOrCtlg = _SkillLvlTxt.MfgHumanRsceQualifnGroupOrCtlg and $projection.MfgQualifnRqdSkillLevelRating = _SkillLvlTxt.MfgQualifnRqdSkillLevelRating |
| [0..*] | I_MfgValidityStatusText | _ValidityStatus | $projection.MfgQualifnValidityStatus = _ValidityStatus.MfgValidityStatus |
| [1..1] | C_MfgOperatorDetail | _Detail | $projection.MfgBusinessPartner = _Detail.MfgBusinessPartner |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CMFGHUMRSQLBP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Qualifications assigned to User | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.personalData.blocking | #REQUIRED | view |
Fields (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MfgHumanResourceQualification | I_MfgHumRsceQualifnBP | MfgHumanResourceQualification | Qualification |
| KEY | MfgBusinessPartner | I_MfgHumRsceQualifnBP | MfgBusinessPartner | Bus Part |
| KEY | ValidityStartDate | I_MfgHumRsceQualifnBP | ValidityStartDate | Validity |
| KEY | ValidityEndDate | I_MfgHumRsceQualifnBP | ValidityEndDate | ValidTo |
| MfgHumRsceQualificationDesc | I_MfgHumRsceQualifnBP | MfgHumRsceQualificationDesc | Text | |
| MfgHumRsceQualifnObjectType | I_MfgHumRsceQualifnBP | MfgHumRsceQualifnObjectType | Rel.obj.type | |
| FirstName | I_MfgHumRsceQualifnBP | FirstName | First Name | |
| LastName | I_MfgHumRsceQualifnBP | LastName | Last Name | |
| BusinessPartnerName | I_MfgHumRsceQualifnBP | BusinessPartnerName | Extracted Customer Name | |
| MfgQualifnRqdSkillLevelRating | I_MfgHumRsceQualifnBP | MfgQualifnRqdSkillLevelRating | Proficiency | |
| MfgQualifnRqdSkillLevelDesc | _SkillLvlTxt | MfgQualifnRqdSkillLevelDesc | ||
| MfgHumanRsceQualifnGroupOrCtlg | I_MfgHumRsceQualifnBP | MfgHumanRsceQualifnGroupOrCtlg | Catalog | |
| DataControllerSet | I_MfgHumRsceQualifnBP | DataControllerSet | Data Ctrlr. Set | |
| DataController1 | I_MfgHumRsceQualifnBP | DataController1 | Data Controller | |
| DataController2 | I_MfgHumRsceQualifnBP | DataController2 | Data Controller | |
| DataController3 | I_MfgHumRsceQualifnBP | DataController3 | Data Controller | |
| DataController4 | I_MfgHumRsceQualifnBP | DataController4 | Data Controller | |
| DataController5 | I_MfgHumRsceQualifnBP | DataController5 | Data Controller | |
| DataController6 | I_MfgHumRsceQualifnBP | DataController6 | Data Controller | |
| DataController7 | I_MfgHumRsceQualifnBP | DataController7 | Data Controller | |
| DataController8 | I_MfgHumRsceQualifnBP | DataController8 | Data Controller | |
| DataController9 | I_MfgHumRsceQualifnBP | DataController9 | Data Controller | |
| DataController10 | I_MfgHumRsceQualifnBP | DataController10 | Data Controller | |
| _ValidityStatus | _ValidityStatus | |||
| IsBusinessPurposeCompleted | I_MfgHumRsceQualifnBP | IsBusinessPurposeCompleted | Purpose Completed | |
| AuthorizationGroup | I_MfgHumRsceQualifnBP | AuthorizationGroup | AuthorizGroup | |
| _Detail | _Detail |
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_MfgHumRsceQualifnBP.
-- 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: CMFGHUMRSQLBP
CREATE VIEW C_MfgHumRsceQualifnBP AS
SELECT
_MfgHumRsceQualifnBP.MfgHumanResourceQualification AS MfgHumanResourceQualification,
_MfgHumRsceQualifnBP.MfgBusinessPartner AS MfgBusinessPartner,
_MfgHumRsceQualifnBP.ValidityStartDate AS ValidityStartDate,
_MfgHumRsceQualifnBP.ValidityEndDate AS ValidityEndDate,
_MfgHumRsceQualifnBP.MfgHumRsceQualificationDesc AS MfgHumRsceQualificationDesc,
_MfgHumRsceQualifnBP.MfgHumRsceQualifnObjectType AS MfgHumRsceQualifnObjectType,
_MfgHumRsceQualifnBP.FirstName AS FirstName,
_MfgHumRsceQualifnBP.LastName AS LastName,
_MfgHumRsceQualifnBP.BusinessPartnerName AS BusinessPartnerName,
_MfgHumRsceQualifnBP.MfgQualifnRqdSkillLevelRating AS MfgQualifnRqdSkillLevelRating,
_SkillLvlTxt.MfgQualifnRqdSkillLevelDesc AS MfgQualifnRqdSkillLevelDesc,
_MfgHumRsceQualifnBP.MfgHumanRsceQualifnGroupOrCtlg AS MfgHumanRsceQualifnGroupOrCtlg,
_MfgHumRsceQualifnBP.DataControllerSet AS DataControllerSet,
_MfgHumRsceQualifnBP.DataController1 AS DataController1,
_MfgHumRsceQualifnBP.DataController2 AS DataController2,
_MfgHumRsceQualifnBP.DataController3 AS DataController3,
_MfgHumRsceQualifnBP.DataController4 AS DataController4,
_MfgHumRsceQualifnBP.DataController5 AS DataController5,
_MfgHumRsceQualifnBP.DataController6 AS DataController6,
_MfgHumRsceQualifnBP.DataController7 AS DataController7,
_MfgHumRsceQualifnBP.DataController8 AS DataController8,
_MfgHumRsceQualifnBP.DataController9 AS DataController9,
_MfgHumRsceQualifnBP.DataController10 AS DataController10,
_MfgHumRsceQualifnBP.IsBusinessPurposeCompleted AS IsBusinessPurposeCompleted,
_MfgHumRsceQualifnBP.AuthorizationGroup AS AuthorizationGroup
FROM I_MfgHumRsceQualifnBP AS _MfgHumRsceQualifnBP
LEFT OUTER JOIN I_MfgHumRsceQualifnRqdSkillLvl AS _SkillLvlTxt ON MfgHumanRsceQualifnGroupOrCtlg = _SkillLvlTxt.MfgHumanRsceQualifnGroupOrCtlg AND MfgQualifnRqdSkillLevelRating = _SkillLvlTxt.MfgQualifnRqdSkillLevelRating -- association [0..1]
LEFT OUTER JOIN I_MfgValidityStatusText AS _ValidityStatus ON MfgQualifnValidityStatus = _ValidityStatus.MfgValidityStatus -- association [0..*]
LEFT OUTER JOIN C_MfgOperatorDetail AS _Detail ON MfgBusinessPartner = _Detail.MfgBusinessPartner -- association [1..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