‎2010 Dec 06 10:42 PM
All,
I am successfully able to convert XML table from Internal Table. Now, I would like to convert this XML Table into XML string.
Any help on this will be appreciated.
Regards,
Salil
Moderator message: please search for available information/documentation before asking.
Edited by: Thomas Zloch on Dec 7, 2010 11:57 AM
‎2010 Dec 06 10:45 PM
Howdy,
CONCATENATE LINES OF lt_table into l_string SEPARATED BY cl_abap_char_utilities=>cr_lf.
This will create a string of the lines of the internal table with a carriage return after each line.
Cheers
Alex
‎2010 Dec 07 12:20 AM
Thanks but I have some questions.
I want to convert XML table to XML string.
Please let me know the declaration required to be done.
‎2010 Dec 07 1:59 AM
Hi ,
you can ref standard program BCCIIXMLT1 / BCCIIXMLT* to get some idea .
regards
Prabhu