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

Abap and XML

Former Member
0 Likes
990

Hi all,

actually we (and most of our customers) are using 4.6c.

I have do deal with some XML stuff in the future so any good point to start with Abap and XML (read / write) ?

Are there special functions for this ?

Is there a special feature for 4.7 (6.20 /6.40) to handle XML (read and write) ?

TIA

Henning

4 REPLIES 4
Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
834

Function modules should be the good starting point. Go to transaction SE37 and search for XML.

Read only

Former Member
0 Likes
834

Look up the help on CALL TRANSFORMATION.

Also read the documentation on the XSLT editor.

Read only

0 Likes
834

Hi,

If you do decide to go for it, Business Connector is a very good option to connect business partners using XML. You can download it from http://service.sap.com/connectors. The accompanying documentation is very good as well.

Regards

Read only

0 Likes
834

Pre 4.7 for handling XML from ABAP there are some classes available, explore SE24.

From 4.7 (WAS6.2) there is a special key word available for transforming to and from XML - CALL TRANSFORMATION.

I remeber to have seen some code samples in the this forum for handling XML in 4.6C.

Regards

Raja