Which additional steps are necessary to retrieve the result set into an internal table?

You execute a Native SQL query statement to retrieve a list of information using the corresponding ABAP Database Connectivity (ADBC) API method.

Which additional steps are necessary to retrieve the result set into an internal table? 2 ans
A . Close the CL_SQL_STATEMENT object to release the resources.
B . Use an Open SQL query that uses the JOIN between the result set and the internal table as a data source.
C . Bind a reference to the internal table as an output parameter to the CL_SQL_RESULT_SET instance.
D . Fetch the result using the next_package method of class CL_SQL_RESULT_SE
F . Fetch the result using the fetch method of class CL_SQL_EXECUT

Answer: C,D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments