SDDICAunitParameter

DDL: SDDIC_TEST_ELM_INF_PARA SQL: SDDICAUNITPARA Type: view

SDDICAunitParameter is a CDS View in SAP S/4HANA. It reads from 1 data source (tadir) and exposes 3 fields.

Data Sources (1)

SourceAliasJoin Type
tadir tadir from

Parameters (1)

NameTypeDefault
Author syuname

Annotations (1)

NameValueLevelField
AbapCatalog.sqlViewName SDDICAUNITPARA view

Fields (3)

KeyFieldSource TableSource FieldDescription
NumberOfObjects
ObjectType tadir object
DevelopmentPackage tadir devclass
@AbapCatalog.sqlViewName: 'SDDICAUNITPARA'
define view SDDICAunitParameter
  with parameters Author:syuname
    as select from tadir
{
count( distinct tadir.obj_name ) as NumberOfObjects,
tadir.object as ObjectType,
tadir.devclass as DevelopmentPackage
}
where tadir.pgmid = 'R3TR' and author = $parameters.Author group by tadir.object, tadir.devclass
/////////////////////////////////////////////////////////

// Do not change this DDL!!!! It serves as a template to create test data for AUnit

/////////////////////////////////////////////////////////           

  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TADIR"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/