I_FrmtMappingDataFrmtStrucText
Hierarchy Tree Data Format - Text
I_FrmtMappingDataFrmtStrucText is a Basic CDS View that provides data about "Hierarchy Tree Data Format - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields HierarchyTreeDataFrmtStruc, Language. Part of development package GLO_FIN_MAP_FORMAT_DATA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Hierarchy Tree Data Format - Text | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IFRMTDATASTTEXT | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | HierarchyTreeDataFrmtStruc | |||
| KEY | Language | ddlanguage | ||
| HierarchyTreeDataFrmtStrucText | ddtext |
@EndUserText.label: 'Hierarchy Tree Data Format - Text'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IFRMTDATASTTEXT'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META
define view entity I_FrmtMappingDataFrmtStrucText
as select from dd07t
{
key cast(domvalue_l as ifme_inputfileformat) as HierarchyTreeDataFrmtStruc,
@Semantics.language: true
key ddlanguage as Language,
@Semantics.text: true
ddtext as HierarchyTreeDataFrmtStrucText
}
where domname = 'IFME_INPUTFILEFORMAT' and
as4local = 'A' and
as4vers = '0000' and
ddlanguage = $session.system_language;
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