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

call TRANSFORMATION.

Former Member
0 Likes
596

Hi friends,

Can anybody give the full usage and program for this key word ( How to use this CALL TRANSFORMATION Statement in the program ).

Kindly provide any program which contains CALL Transformation .

Thanks ,

P.N.Kumar

Hi friends,

Can anybody give the full usage and program for this key word ( How to use this CALL TRANSFORMATION Statement in the program ).

Kindly provide any program which contains CALL Transformation .

Thanks ,

P.N.Kumar

3 REPLIES 3
Read only

Former Member
0 Likes
544

CALL TRANSFORMATION is used to move data from ABAP structure format to XML format or vice versa.

They use transformations defined in se80 (go to Edit Object and transformations should be in the More... tab). Since they don't have where-used lists, I don't know what standard programs use them.

I use them in my custom development to go from an internal table to an XML MS Excel file so I can store the file on the server.

This link from saphelp gives some basics: http://help.sap.com/saphelp_erp60_sp/helpdata/EN/18/d16240e85cef6fe10000000a1550b0/frameset.htm

Read only

anesh_kumar
Active Participant
0 Likes
544

Hi

Call transformation is used to convert your data from ITAB to a XML formate

check the below [Link|http://sapblog.rmtiwari.com/2009/04/generate-simple-transformation-for-xml.html]

Let me know if you need any other information

Regards

Read only

Former Member
0 Likes
544

Moderator message - Please search before asking - post locked Rob