<?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: Curiosity: How to use a table for input when testing a functionmodule? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943074#M693807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the above solutions only work if the table is given within the tables construction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A normal table as a input parameter can be clicked, but the system will refuse to create an input line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagards&lt;/P&gt;&lt;P&gt;Andreas Kaiser&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 13:42:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-24T13:42:47Z</dc:date>
    <item>
      <title>Curiosity: How to use a table for input when testing a functionmodule?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943071#M693804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually I am sick of writing test programs for every function I want to test using ABAP. &lt;/P&gt;&lt;P&gt;So why it is (made) impossible to generate input data for a table as input parameter of a functionmodule?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has really nobody ever tested this stuff when the test function was implemented in SE37 or was this bug implemented on purpose to generate work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 13:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943071#M693804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T13:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Curiosity: How to use a table for input when testing a functionmodule?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943072#M693805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can input data into the internal table by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test FM&lt;/P&gt;&lt;P&gt;&amp;gt; Testing initial screen --- click on the table icon against your table parameter&lt;/P&gt;&lt;P&gt;&amp;gt; Input your input data in the fields&lt;/P&gt;&lt;P&gt;&amp;gt; to Input more lines in the table.. press Insert Line (icon with plus sign)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this press back button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you will have your test data in the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 13:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943072#M693805</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-10-24T13:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Curiosity: How to use a table for input when testing a functionmodule?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943073#M693806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't loose heart.&lt;/P&gt;&lt;P&gt;You can enter Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you double click on the table icon it show a complex long squeezed line .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can oversome thins by clickin a button tool bar which show tree Heirarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you would be able to see field's and enter data in front of 'em&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 13:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943073#M693806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T13:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Curiosity: How to use a table for input when testing a functionmodule?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943074#M693807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the above solutions only work if the table is given within the tables construction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A normal table as a input parameter can be clicked, but the system will refuse to create an input line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagards&lt;/P&gt;&lt;P&gt;Andreas Kaiser&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 13:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943074#M693807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T13:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Curiosity: How to use a table for input when testing a functionmodule?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943075#M693808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you create a parameter within IMPORT parameters, and you TYPE it to a transparent table, that will be a structure in the FM and not an internal table. This is why you cannot create more lines during FM testing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 15:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943075#M693808</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-10-24T15:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Curiosity: How to use a table for input when testing a functionmodule?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943076#M693809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, when I say internal table that means internal table. &lt;/P&gt;&lt;P&gt;That logic inconsistancy that database tables are defined using structures is known to me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there someone left here who did not yet surrender to the SAP habit to allow only flat data structures?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 15:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/curiosity-how-to-use-a-table-for-input-when-testing-a-functionmodule/m-p/2943076#M693809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T15:36:46Z</dc:date>
    </item>
  </channel>
</rss>

