Skip to Content
0
Former Member
Oct 13, 2007 at 09:38 AM

Error generating the test frame

755 Views

Hi Experts

I have create a VirtualProvider with service for NetWeaver.

And i had successfully actived the Function Module,But when i executing it,there was a error"Error generating the test frame",and the message of F1 is

Error generating the test frame

消息号 FL819

Diagnosis

The system could not generate a syntactically correct test frame for function module Z_VIRT_INFOCUBE_CUBE. You therefore cannot test the function module using the test environment. You have probably used an ABAP feature in the interface definition that is not yet supported in the test environment.

The error message is:

"ANY TABLE" expected, not "STANDARD TABLE".

System Response

Procedure

Check whether you can change the interface of the function module so that it is possible to generate the test frame. If this is not possible,you will have to write your own utility for testing the function module.

Procedure for System Administration

The Source Code of the Function Module is from the Article "How to implement a virtual infoprovider with services"!

Can anyone tell me what can i do!

Thanks a lot!