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
630

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
Read only

athavanraja
Active Contributor
0 Likes
581

post your abc declaration and a sample xml code

Regards

Raja

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
582

post your abc declaration and a sample xml code

Regards

Raja

Read only

0 Likes
581

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

Read only

0 Likes
581

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

Regards

Raja