I_FreeDfndTableFieldSemantic

DDL: I_FREEDFNDTABLEFIELDSEMANTIC SQL: IFREDEFTABFLDSEM Type: view_entity BASIC

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)

SourceAliasJoin Type
tcn00 tcn00 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FreeDfndTblFieldSemanticText _Text $projection.FreeDefinedTableFieldSemantic = _Text.FreeDefinedTableFieldSemantic

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/