Skip to Content
0
Former Member
Mar 23, 2011 at 06:23 AM

XML tag issue

44 Views

Hi SDNers,

After searching lot of threads and cant find answer, i am posting this thread.

I have created an ABAP report which convert internal table to xml transformation and download it in application server.

i have created deep structures to fill data in the internal table. using call transformation keyword and XSLT_TOOL transaction i am transform it and saving it in appl. server successfully.

If i download it to presentation server and try to open, it shows error. The problem is tag is not formatted correctly shown in below.

Line 1: .....<date

Line 2: from>23-03-2011</datefrom>

i have tried using string, xstring and flat row type. if data is small and it is string then it works fine. if it is internal table then the data is coming line by line. system does not recognize it as a single line (i think this is the problem )

i found lot of solution in this forum and applied it. i have also tried using classes and methods (i am new to class and methods). still i am facing the problem.

Expecting the solution.

Senthil

Edited by: SENTHIL KUMAR on Mar 23, 2011 7:35 AM