Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ACTIVE_OBJECT-CDATA - Getting the xml with error

Former Member
0 Likes
665

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

1 ACCEPTED SOLUTION
Read only

jasmin_gruschke
Product and Topic Expert
Product and Topic Expert
0 Likes
549

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

2 REPLIES 2
Read only

jasmin_gruschke
Product and Topic Expert
Product and Topic Expert
0 Likes
550

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

Read only

0 Likes
549

I using cl_sql_statement class. It was solved by creating a view of a synonym in abap and selecting direct.