I_RespyRuleImplmtnTypeText

DDL: I_RESPYRULEIMPLMTNTYPETEXT SQL: IRSPYRLIMPLTYPTX Type: view BASIC

Basic View for RespyRule Implmtn TypeTxt

I_RespyRuleImplmtnTypeText is a Basic CDS View that provides data about "Basic View for RespyRule Implmtn TypeTxt" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields RespyRuleImplementationType, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IRSPYRLIMPLTYPTX view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey RespyRuleImplementationType view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label Basic View for RespyRule Implmtn TypeTxt view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY RespyRuleImplementationType domvalue_l
KEY Language
RespyRuleImplmtnTypeText ddtext
@AbapCatalog.sqlViewName: 'IRSPYRLIMPLTYPTX'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
                dataCategory: #TEXT,
                resultSet.sizeCategory: #XS,
                representativeKey: 'RespyRuleImplementationType',
                                usageType:{
                            serviceQuality: #C,
                            sizeCategory: #M,
                            dataClass: #MIXED
                          }
              }              
@EndUserText.label: 'Basic View for RespyRule Implmtn TypeTxt'
define view I_RespyRuleImplmtnTypeText as select from dd07t {
   //dd07t

      
  key domvalue_l                    as RespyRuleImplementationType,
      
  key cast( ddlanguage as sylangu ) as Language,
      
      ddtext                        as RespyRuleImplmtnTypeText

}
where
      domname    = 'RSM_DO_RULE_TYPE'
  and ddlanguage = $session.system_language
  and as4local   = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/