SDDICAunitParameter

DDL: SDDIC_TEST_ELM_INF_PARA SQL: SDDICAUNITPARA Type: view Package: SDDIC_ADT_TEST

Test template; DO NOT CHANGE!

SDDICAunitParameter is a CDS View that provides data about "Test template; DO NOT CHANGE!" in SAP S/4HANA. It reads from 1 data source (tadir) and exposes 3 fields. Part of development package SDDIC_ADT_TEST.

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

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