‎2011 May 05 5:13 PM
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.
‎2011 May 05 5:59 PM
There are many ways to transform data to XML. Search the forum or the help files...
‎2011 May 05 6:13 PM
Try looking for :
CALL TRANSFORMATION
Function Modules : SCMS_XSTRING_TO_BINARY OR
SCMS_BINARY_TO_TEXT
you'll get there
Good Luck!