Application Development 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: 

Call transformation

Former Member
0 Kudos

hi guys,

I am using the call transformation to convert from XML string into the nested structure

but it is not getting converted

CALL TRANSFORMATION ('ID')

SOURCE XML xml_string

RESULT abc = abc.

abc it table also alrady defined with the structure for the XML string

what could b the possible reasons??

All other XMLstrinf conversion to structure works fine

Please help me regards this issue

senthil

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

post your abc declaration and a sample xml code

Regards

Raja

3 REPLIES 3

athavanraja
Active Contributor
0 Kudos

post your abc declaration and a sample xml code

Regards

Raja

0 Kudos

HI RAJA,

Sorry for the late reply

i have moved the XML string into the structure

But the structure which i have moved was a deep structure

for got Structure1 is where i have moved

it got structure1->structure 2->table1(structure3)->structure4-> fields

the fields is where i have to move

can anybody help me on this regards

after move i am trying to read the structure1 and looping at structure 1

subrc returns 0

senthil

0 Kudos

check this thread where i had given a sample code for transforming XML into nested ITAB

Regards

Raja