I_FreeDfndTableFieldSemantic
Free Defined Table Field Semantic
I_FreeDfndTableFieldSemantic is a Basic CDS View (Dimension) that provides data about "Free Defined Table Field Semantic" in SAP S/4HANA. It reads from 1 data source (tcn00) and exposes 2 fields with key field FreeDefinedTableFieldSemantic. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tcn00 | tcn00 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FreeDfndTblFieldSemanticText | _Text | $projection.FreeDefinedTableFieldSemantic = _Text.FreeDefinedTableFieldSemantic |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | FreeDefinedTableFieldSemantic | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Free Defined Table Field Semantic | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FreeDefinedTableFieldSemantic | slwid | ||
| Associations_Text |
//@AbapCatalog.sqlViewName: 'IFREDEFTABFLDSEM'
//@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@AbapCatalog.buffering: { status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 001 }
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
//@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]
@ObjectModel.representativeKey: 'FreeDefinedTableFieldSemantic'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@VDM.viewType: #BASIC
@EndUserText.label: 'Free Defined Table Field Semantic'
//define view I_FreeDfndTableFieldSemantic
define view entity I_FreeDfndTableFieldSemantic
as select from tcn00
association [0..*] to I_FreeDfndTblFieldSemanticText as _Text on $projection.FreeDefinedTableFieldSemantic = _Text.FreeDefinedTableFieldSemantic
{
@ObjectModel.text.association: '_Text'
key slwid as FreeDefinedTableFieldSemantic,
// par04,
// par05,
// berob,
--- Associations ---
_Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCN00"
],
"ASSOCIATED":
[
"I_FREEDFNDTBLFIELDSEMANTICTEXT"
],
"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