I_CCV_REWORK_TASK_CATEGORY_VH
Custom CDS View Rework task category VH
I_CCV_REWORK_TASK_CATEGORY_VH is a Composite CDS View that provides data about "Custom CDS View Rework task category VH" in SAP S/4HANA. It reads from 1 data source (ATOV_REWORK_VH_TASK_CATEGORY) and exposes 2 fields with key field Code.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ATOV_REWORK_VH_TASK_CATEGORY | ATOV_REWORK_VH_TASK_CATEGORY | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Custom CDS View Rework task category VH | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | Code | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Code | Code | ||
| Description | Description |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Custom CDS View Rework task category VH'
@ObjectModel : { resultSet.sizeCategory: #XS }
@ObjectModel.representativeKey: 'Code'
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true
define view entity I_CCV_REWORK_TASK_CATEGORY_VH as select from ATOV_REWORK_VH_TASK_CATEGORY {
@ObjectModel.text.element: ['Description']
key Code,
@Semantics.text:true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
Description
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ATOV_REWORK_VH_TASK_CATEGORY"
],
"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