Skip to Content
0
Former Member
Jan 10, 2007 at 07:39 AM

Calltransformation of ABAP to XMl

315 Views

HI all,

i got an error when i run the program which has the following syntax

call transformation z_id

source output = git_nisl_file

result xml xml_out.

append xml_out to xmltable.

loop at xmltable into wa_xmltable.

transfer wa_xmltable-record to gv_file.

endloop.

here i am trying to transform the internal table data to XML format where it is giving error like "XML page can not be dispalyed".

"Cannot view XML input using XSL style sheet , please correct the error and then click the refresh button,or try again later."

can you give the solution for this error?