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

SAP_CONVERT_TO_XML_FORMAT

Former Member
0 Likes
565

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

4 REPLIES 4
Read only

sridhar_k1
Active Contributor
0 Likes
520

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

Read only

Former Member
0 Likes
520

Hi mani,

You have to write a small z report and call this function module to test it.

Regards,

ravi

Read only

Former Member
0 Likes
520

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.

Read only

0 Likes
520

Any suggessions for using that Function Module ?