<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error generating the test frame in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-generating-the-test-frame/m-p/2922134#M688176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is the test frame is generated with a fixed structures for import or export parameters. If generic structures are used, it will not be able to figure out the structure of the dynamic/generic table at runtime for testframe. You can create a test abap program to test the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you can input the structure name to the FM and get the fields dynamically inside the FM creating a dynamic internal table. Then it can be tested with the testframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the link for details.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cw.sdn.sap.com/cw/servlet/JiveServlet/previewBody/118430-102-1-216926/Dynamic%20Internal%20table.pdf" target="test_blank"&gt;https://cw.sdn.sap.com/cw/servlet/JiveServlet/previewBody/118430-102-1-216926/Dynamic%20Internal%20table.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 07:00:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-20T07:00:43Z</dc:date>
    <item>
      <title>Error generating the test frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-generating-the-test-frame/m-p/2922132#M688174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have create a VirtualProvider with service for NetWeaver.&lt;/P&gt;&lt;P&gt;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 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error generating the test frame&lt;/P&gt;&lt;P&gt;&amp;amp;#28040;&amp;amp;#24687;&amp;amp;#21495; FL819&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ANY TABLE" expected, not "STANDARD TABLE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure for System Administration&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The Source Code of the Function Module is from the Article "How to implement a virtual infoprovider with services"!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what can i do!&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2007 09:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-generating-the-test-frame/m-p/2922132#M688174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-13T09:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error generating the test frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-generating-the-test-frame/m-p/2922133#M688175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I actually have the same issue. Did you managed it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 06:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-generating-the-test-frame/m-p/2922133#M688175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T06:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error generating the test frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-generating-the-test-frame/m-p/2922134#M688176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is the test frame is generated with a fixed structures for import or export parameters. If generic structures are used, it will not be able to figure out the structure of the dynamic/generic table at runtime for testframe. You can create a test abap program to test the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you can input the structure name to the FM and get the fields dynamically inside the FM creating a dynamic internal table. Then it can be tested with the testframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the link for details.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cw.sdn.sap.com/cw/servlet/JiveServlet/previewBody/118430-102-1-216926/Dynamic%20Internal%20table.pdf" target="test_blank"&gt;https://cw.sdn.sap.com/cw/servlet/JiveServlet/previewBody/118430-102-1-216926/Dynamic%20Internal%20table.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 07:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-generating-the-test-frame/m-p/2922134#M688176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T07:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error generating the test frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-generating-the-test-frame/m-p/2922135#M688177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! It definetly works! Thanks alot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 07:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-generating-the-test-frame/m-p/2922135#M688177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T07:34:53Z</dc:date>
    </item>
  </channel>
</rss>

