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 get the function module ouput in xml.

Former Member
0 Likes
542

Hi GURU's,

i have one requirement like, i want to create one web service and this web service gives output in xml.

so i want to create one function module and it should be return XML(export parameter should be in xml).

if u know any one please help me.

Thanks in advance.

Thanks & Regards,

Ramakrishna.

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
469

There are many ways to transform data to XML. Search the forum or the help files...

Read only

Former Member
0 Likes
469

Try looking for :

CALL TRANSFORMATION

Function Modules : SCMS_XSTRING_TO_BINARY OR

SCMS_BINARY_TO_TEXT

you'll get there

Good Luck!