SDDICAunitParameter
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)
| Source | Alias | Join Type |
|---|---|---|
| tadir | tadir | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| Author | syuname |
Annotations (1)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SDDICAUNITPARA | view |
@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
/////////////////////////////////////////////////////////
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA