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

XML documents

Former Member
0 Likes
827

is there any documentation on creating XML documents from an ABAP report. If so can someone point me in the right direction.

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
799

Hi Jamie,

Hopefully this helps you to the right direction:

http://www.sap-press.de/download/dateien/792/sappress_abapreference_2edition.pdf

Regards,

Ville Leivo

9 REPLIES 9
Read only

Former Member
0 Likes
800

Hi Jamie,

Hopefully this helps you to the right direction:

http://www.sap-press.de/download/dateien/792/sappress_abapreference_2edition.pdf

Regards,

Ville Leivo

Read only

0 Likes
799

this is a dead link. Ville.

Read only

0 Likes
799

Hi Jamie,

By a dead link you mean that the link won't open the .pdf for you or the .pdf didn't solve your problem?

Regards,

Ville Leivo

Read only

0 Likes
799

didn't open the link.

Read only

0 Likes
799

Hi,

what about FM

CALL FUNCTION 'SAP_CONVERT_TO_XML_FORMAT'

according to this, I pass in my itab (SAP Data) and it

creates an itab(XML Data), then couldn't I just write the XML itab to a file.

any feedback.

thanks.

Read only

0 Likes
799

Hi Jamie,

For me the link works just fine (from home and office) If you want you can try to download the .pdf file by right click the link > Save target as..

Regars,

Ville Leivo

Read only

athavanraja
Active Contributor
0 Likes
799

if you are running on WAS 6.2 you can use abap key word

CALL TRANSFORMATION (`ID`)

SOURCE itab = itab[] "this is your itab

RESULT XML xml_out. " xml_out will be resulting XML string.

Regards

Raja

Read only

0 Likes
799

it is not recognizing transformation on my system.

using GUI 6.2. 4.6c.

Read only

Former Member
0 Likes
799

In blogs you have examples of SAP parser.

In a system SAP watch package SIXML with their examples and interfaces like IF_XML_ELEMENT and IF_IXML_DOCUMENT