C_RawChmlCmplncRespUnitProdVH
Value Help for Responsible Units for Raw Materials
C_RawChmlCmplncRespUnitProdVH is a Consumption CDS View that provides data about "Value Help for Responsible Units for Raw Materials" in SAP S/4HANA. It reads from 1 data source (I_ResponsibleUnit) and exposes 2 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ResponsibleUnit | ResponsibleUnit | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Value Help for Responsible Units for Raw Materials | view | |
| AbapCatalog.sqlViewName | CRAWCCRUPSSVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.representativeKey | ResponsibleUnit | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| ResponsibleUnit | ||||
| ResponsibleUnitNameasResponsibleUnitName |
--Label of view
@EndUserText.label: 'Value Help for Responsible Units for Raw Materials'
-- area product stewardship
@AbapCatalog:
{
-- SQL view name (16 characters)
sqlViewName: 'CRAWCCRUPSSVH',
--If it's true, the filter conditions are compared and, if they match, the associated join expression is evaluated only once
compiler.compareFilter: true
}
--Access Control: Authorizations Checks
@AccessControl:
{
authorizationCheck: #CHECK
}
--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE
--VDM view type
@VDM.viewType: #CONSUMPTION
@ObjectModel:
{
resultSet.sizeCategory: #XS,
--Performance Annotations
usageType:
{
dataClass: #CUSTOMIZING,
sizeCategory: #S,
serviceQuality: #B
},
representativeKey: 'ResponsibleUnit'
}
@Metadata.ignorePropagatedAnnotations: true
define view C_RawChmlCmplncRespUnitProdVH
--Select data from customizing view 'Responsible Unit'
as select from I_ResponsibleUnit as ResponsibleUnit
{
--Responsible Unit
@ObjectModel.text.element: 'ResponsibleUnitName'
key ResponsibleUnit.ResponsibleUnit,
--Responsible Unit Name
@Semantics.text: true
_Text[1: Language = $session.system_language ].ResponsibleUnitName as ResponsibleUnitName
}
where
ResponsibleUnit.IsUsedInProductStewardship = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_RESPONSIBLEUNIT",
"I_RESPONSIBLEUNITTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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