‎2008 Jun 19 7:14 AM
Hi
I am not able to run the FM SAP_CONVERT_TO_XLS_FORMAT. i got message like
error generating the test frame. Anyone pls advise me if i am wrong
‎2008 Jun 19 7:32 AM
Hi Kumar,
As per SAP,
Generally, this error is caused by the complex typing of the parameter of the function module.
The test environment of the function builder cannot represent these parameters in the input template (for example generic types, xtrings, strings, object references).
My suggestion is to use where used list for the function module, and check how it has been called in other programs and implement directly in the program , then it will work and give u result.
Let me know if you have any other doubts.
regards,
Naveen Veshala
‎2008 Jun 19 7:32 AM
Hi Kumar,
As per SAP,
Generally, this error is caused by the complex typing of the parameter of the function module.
The test environment of the function builder cannot represent these parameters in the input template (for example generic types, xtrings, strings, object references).
My suggestion is to use where used list for the function module, and check how it has been called in other programs and implement directly in the program , then it will work and give u result.
Let me know if you have any other doubts.
regards,
Naveen Veshala
‎2010 Apr 07 3:27 PM
Hello Kumar,
Have you able to resovle this issue? Can you let us know how you fixed the "Error generating the test frame" for function module SAP_CONVERT_TO_XLS_FORMAT ?
THanks,
Jingying
‎2010 Apr 13 12:43 AM
Hi All,
When i am trying to execute the Function module: CONVERSION_EXIT_KONPD_OUTPUT got the error: Error generating the test frame. Earlier it was working fine.
Can Some body help me it is because of recents ly updated patches or anything else.
Thanks & Regards,
Prasad
‎2016 Jun 21 10:45 AM
Hi,
I got the similar error 'Error generating the test frame' while executing the Function module "RSDRI_INFOPROV_READ". Can someone suggest what could be done in this case?
Many thanks.
Regards,
Rohit
‎2016 Jun 21 11:59 AM
Naveen Veshala wrote:
As per SAP,
Generally, this error is caused by the complex typing of the parameter of the function module.
The test environment of the function builder cannot represent these parameters in the input template (for example generic types, xtrings, strings, object references).
My suggestion is to use where used list for the function module, and check how it has been called in other programs and implement directly in the program , then it will work and give u result.
Let me know if you have any other doubts.