I_SitnDefApplicationTag

DDL: I_SITNDEFAPPLICATIONTAG SQL: ISITNDEFAT Type: view BASIC

Application Tag to Template assignment

I_SitnDefApplicationTag is a Basic CDS View that provides data about "Application Tag to Template assignment" in SAP S/4HANA. It reads from 1 data source (sit_t_at_con) and exposes 2 fields with key fields SitnDefTemplateID, SitnApplicationTag.

Data Sources (1)

SourceAliasJoin Type
sit_t_at_con sit_t_at_con from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ISITNDEFAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Application Tag to Template assignment view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SitnDefTemplateID sitndeftemplateid
KEY SitnApplicationTag sitnapplicationtag
@AbapCatalog.sqlViewName: 'ISITNDEFAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Application Tag to Template assignment'
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_SitnDefApplicationTag
  as select from sit_t_at_con
{
  key sitndeftemplateid  as SitnDefTemplateID,
  key sitnapplicationtag as SitnApplicationTag
} 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SIT_T_AT_CON"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/