I_SITNDEFTEMPLATEACTIONTEXT

CDS View

Situation Template Action - Text

I_SITNDEFTEMPLATEACTIONTEXT is a CDS View in S/4HANA. Situation Template Action - Text. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_SitnDefTemplateActionText view from COMPOSITE Situation Action for Sitn Tmpl - Text

Fields (4)

KeyField CDS FieldsUsed in Views
KEY LanguageISOCode Language 1
KEY SitnActionID SitnActionID 1
SitnActionDescription SitnActionDescription 1
SitnActionName SitnActionName 1
@AbapCatalog.sqlViewName: 'ISITNDEFTMPLACTT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel:{
                usageType:{
                            serviceQuality: #C,
                            sizeCategory: #M,
                            dataClass: #MIXED
                           },
                semanticKey:  [ 'SitnActionID' ],
                dataCategory: #TEXT,
                representativeKey: 'SitnActionID'
              }
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Situation Template Action - Text'
define view I_SitnDefTemplateActionText
  as select from sit_t_action_t
{

  key sitnactionid           as SitnActionID,
      @Semantics.language: true
  key language               as LanguageISOCode,
      sitnactionname         as SitnActionName,
      sitnactiondescription  as SitnActionDescription

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SIT_T_ACTION_T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/