I_ControlGroupingVH
Control Grouping Value Help
I_ControlGroupingVH is a Basic CDS View that provides data about "Control Grouping Value Help" in SAP S/4HANA. It reads from 1 data source (I_ControlGrouping) and exposes 6 fields with key fields LegalRegulation, ControlGrouping.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ControlGrouping | I_ControlGrouping | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Control Grouping Value Help | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| AbapCatalog.sqlViewName | ICTRLGRPGVH | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | ControlGrouping | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| ObjectModel.usageType.sizeCategory | L | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LegalRegulation | LegalRegulation | ||
| KEY | ControlGrouping | ControlGrouping | ||
| CreatedByUser | CreatedByUser | |||
| LastChangedByUser | LastChangedByUser | |||
| _LegalRegulation | _LegalRegulation | |||
| _ControlGroupingText | _ControlGroupingText |
@EndUserText.label: 'Control Grouping Value Help'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@AbapCatalog.sqlViewName: 'ICTRLGRPGVH'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'ControlGrouping'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Consumption.ranked: true
@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
define view I_ControlGroupingVH
as select from I_ControlGrouping
{
key LegalRegulation,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key ControlGrouping,
CreatedByUser,
LastChangedByUser,
_LegalRegulation,
_ControlGroupingText
}
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