I_FHC_CLASS_T
Text for owner
I_FHC_CLASS_T is a CDS View that provides data about "Text for owner" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields class, language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | class_text | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFHCCLASST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Text for owner | view | |
| Search.searchable | true | view |
@AbapCatalog.sqlViewName: 'IFHCCLASST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text for owner'
@Search.searchable: true
define view I_FHC_CLASS_T
as select from dd07t as class_text
{
@EndUserText.label: 'Owner'
@ObjectModel.text.element: ['class_text']
key class_text.domvalue_l as class,
@Semantics.language: true
key class_text.ddlanguage as language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Semantics.text: true
class_text.ddtext as class_text
}
where
domname = 'FHC_CLASS'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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