‎2015 Sep 09 6:11 PM
Hi colleagues,
I need to get the XML of a HANA view, I'm using the ACTIVE_OBJECT view field CDATA, attributing the result to a xstring field type in abap, however, when the HANA view is very large, XML does not come properly. Any suggestion?
Best regards,
Eduardo Da Rós
‎2015 Sep 10 7:33 AM
Hi Eduardo,
did you use ADBC for that? And if yes, did you properly provide the optional parameters, e.g. "lob_fields" in set_param_table or equivalent?
If not ADBC, how did you approach the task?
Cheers,
Jasmin
‎2015 Sep 10 7:33 AM
Hi Eduardo,
did you use ADBC for that? And if yes, did you properly provide the optional parameters, e.g. "lob_fields" in set_param_table or equivalent?
If not ADBC, how did you approach the task?
Cheers,
Jasmin
‎2015 Sep 10 3:06 PM
I using cl_sql_statement class. It was solved by creating a view of a synonym in abap and selecting direct.