‎2006 Jul 21 4:41 PM
We are on ECC5.0. I am trying to use function module SAP_CONVERT_TO_XML_FORMAT. I am having problems. When I try to execute the FM I get the message "Error generating the test frame". Do I need to use a different FM. All help is appreciated and will be rewarded.
thanks,
Mani
‎2006 Jul 21 4:51 PM
YOu get that error because one of the parameters of the FM cannot be displayed in SM37 test mode, write a test abap program and call the FM to test.
Regards
Sridhar
‎2006 Jul 21 4:53 PM
Hi mani,
You have to write a small z report and call this function module to test it.
Regards,
ravi
‎2006 Jul 21 4:53 PM
Its because of the mode you selected to execute. ie you are executing it in SE37.
Try the FM in your program (run time). It will work.
Cheers,
Thomas.
‎2009 Feb 19 8:33 AM