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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly