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

Create transformation from structure

Former Member
0 Likes
961

HI,

There is option to create simple transformation structure on transction STRANS

and move the structure to internal table ?

any simple example will help i need to do poc for that ,

Thanks in advance

Alex

Edited by: Alex Dean on Mar 25, 2010 1:07 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
804

You can use Syntax call transformation this will help you

5 REPLIES 5
Read only

Former Member
0 Likes
805

You can use Syntax call transformation this will help you

Read only

0 Likes
804

HI ,

NO I want to do the opposite i.e. create transformation (like structure ) and remove it

to iternal table

Regards

Alex

Read only

0 Likes
804

Data can be removed from internal table by delete or clear.

Read only

0 Likes
804

HI

I am familiar with the option to transfer abap table to XML via TR.STRANS

and call transformation but i am not familiar how to do the opposite i.e. create structure

in TR. STRANS and transfer it to internal table .

Regards

Alex

Read only

0 Likes
804

it would be easier if you paste the ABAP + transformation codes, that you use to convert from internal table to XML, then we'll tell you how to do from XML into internal table.