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

How to convert a xstring to xml string

Former Member
0 Likes
7,252

HI all,

I have a requirement where i need to convert a itf table to xml string, I have converted itf table to xstring but now i need a way to convert xstring to xml.

Thanks in advance..

1 ACCEPTED SOLUTION
Read only

former_member201275
Active Contributor
0 Likes
1,491

did you search the forum? there are many links:

2 REPLIES 2
Read only

former_member201275
Active Contributor
0 Likes
1,492

did you search the forum? there are many links:

Read only

former_member300258
Participant
0 Likes
1,491

hei sathish,

you may use

CALL TRANSFORMATION (trans_name)

SOURCE source_name

RESULT result_name.

and then convert the string data to table using the following FM

HR_EFI_CONVERT_STRING_TO_TABLE

but before this you need to define an internal table to store the converted data and a variable of type string.

good luck