HANA - Udemy classes Flashcards
1
Q
In the cloud, it is not possible to write reports. How can data be displayed?
A
Using classes with interface
IF_OO_ADT_CLASSRUN
Put the code to output the data into the MAIN method and use the OUT->WRITE to display in abap console
2
Q
How are CDS input parameters passed from a select statement?
A
Within parentheses after the select
e.g.
SELECT * FROM MYCDS( PARAM = @VALUE )
INTO WA_STRUCT