You are programming a report that reads data from a secondary HANA database (DB). What do you need to consider in your SQL statement?
Note: There are 2 correct answers to this
question.
A. You have to specify the DB schema explicitly in your
statement.
B. All tables and fields you are using must exist in the ABAP
Dictionary of the secondary DB.
C. You have to use native SQL when reading data from the
secondary DB.D. You have to specify the DB connection explicitly in your
statement.