<?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: help!! Error generating the test frame.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-error-generating-the-test-frame/m-p/5041557#M1172298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the table zcivilboq has already been defined in DDIC. why to define it in th form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes but i have created an Internal table IT like zcivilboq in form interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Dec 2008 04:49:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-31T04:49:49Z</dc:date>
    <item>
      <title>help!! Error generating the test frame..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-error-generating-the-test-frame/m-p/5041555#M1172296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i created a smartfrom and i am trying to fetch data into it. the program is bug free and was activated.&lt;/P&gt;&lt;P&gt;but during execution it popped up this msg..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error generating the test frame&lt;/P&gt;&lt;P&gt;Message no. 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 /1BCDWB/SF00000166. 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;"ZCIVILBOQ" must be a flat structure. You cannot use internal tables, strings, references, or structures as components .&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;&lt;/P&gt;&lt;P&gt;plzz help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sumit Nene on Dec 31, 2008 5:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 04:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-error-generating-the-test-frame/m-p/5041555#M1172296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T04:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: help!! Error generating the test frame..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-error-generating-the-test-frame/m-p/5041556#M1172297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the definition of ZCIVILBOQ- wherever its declared in the smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 04:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-error-generating-the-test-frame/m-p/5041556#M1172297</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-12-31T04:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: help!! Error generating the test frame..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-error-generating-the-test-frame/m-p/5041557#M1172298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the table zcivilboq has already been defined in DDIC. why to define it in th form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes but i have created an Internal table IT like zcivilboq in form interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 04:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-error-generating-the-test-frame/m-p/5041557#M1172298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T04:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: help!! Error generating the test frame..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-error-generating-the-test-frame/m-p/5041558#M1172299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem solved using using structure as reference type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks all.&lt;/P&gt;&lt;P&gt;SUMIT NENE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 10:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-error-generating-the-test-frame/m-p/5041558#M1172299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T10:10:06Z</dc:date>
    </item>
  </channel>
</rss>

