<?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: insert empty table on module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558398#M1937115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If user fill the table, &lt;STRONG&gt;you need &lt;/STRONG&gt;the internal table.&lt;/P&gt;&lt;P&gt;I see no other way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surely, if you want to save data put on DB, you have to create a DDIC Table with keys:&lt;/P&gt;&lt;P&gt;MANDT&lt;/P&gt;&lt;P&gt;VBELN&lt;/P&gt;&lt;P&gt;POSNR (if data are at item level)&lt;/P&gt;&lt;P&gt;COUNTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then the 3 fields you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 09:01:44 GMT</pubDate>
    <dc:creator>SimoneMilesi</dc:creator>
    <dc:date>2016-03-09T09:01:44Z</dc:date>
    <item>
      <title>insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558394#M1937111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added some fields in additional data b on va11 screen. There is one field - number of parts to be removed. If user enters a value 5 in this field, then a blank table should be created, which should have 5 rows and 3 columns. The number of columns is fixed, while num of rows is dynamic. User will enter the required data into this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me how this can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Meenakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 07:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558394#M1937111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-09T07:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558395#M1937112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raina,&lt;/P&gt;&lt;P&gt;i guess you are working with your subscreen.&lt;/P&gt;&lt;P&gt;Simply design your table like a common module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO, if your field is initial, set INVISIBLE = 1 and OUTPUT = 0 when looping screen for the table element, else, set Invisible = 0 and Output = 1 (input = 0 or 1 depending the transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI, if your field &amp;lt;&amp;gt; 0, check your internal table (the one to be shown) lines and add the missing one. (i.e. field = 5, your internal table got 3 lines, add 2 empyt lines).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's all &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 07:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558395#M1937112</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-03-09T07:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558396#M1937113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Simone's reply,&amp;nbsp; which is correct,&amp;nbsp; use the Table Control wizard to insert your table control and then delete the 'Add Row' and 'Delete Row' buttons from the screen.&amp;nbsp; This will insert all the correct PBO/PAI code for handling a table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then,&amp;nbsp; as Simone says.&amp;nbsp; That's All. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 08:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558396#M1937113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-09T08:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558397#M1937114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. In my case, the user will enter the some entries in the empty table. so, i guess internal table would not be used here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As my empty table will have 3 columns and multiple rows, so should I create a DDIC structure to store the values entered by the user ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;meenakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 08:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558397#M1937114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-09T08:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558398#M1937115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If user fill the table, &lt;STRONG&gt;you need &lt;/STRONG&gt;the internal table.&lt;/P&gt;&lt;P&gt;I see no other way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surely, if you want to save data put on DB, you have to create a DDIC Table with keys:&lt;/P&gt;&lt;P&gt;MANDT&lt;/P&gt;&lt;P&gt;VBELN&lt;/P&gt;&lt;P&gt;POSNR (if data are at item level)&lt;/P&gt;&lt;P&gt;COUNTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then the 3 fields you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558398#M1937115</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-03-09T09:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558399#M1937116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Simone Milesi wrote:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; Surely, if you want to save data put on DB, you have to create a DDIC Table with keys:&lt;/P&gt;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now why would she want to do this ??? &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course,&amp;nbsp; you could use a sledgehammer and use an editable alv grid.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558399#M1937116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-09T09:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558400#M1937117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard/Simone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used a table control with wizard option as suggested. But I am getting a strange error while activating the screen. Any idea why this error would come ?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/904458" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/904269" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558400#M1937117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-10T06:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558401#M1937118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raina,&lt;/P&gt;&lt;P&gt;1st error, check how did you defined P_OK and how did you declared FCODE; if you declared with differente types, you get the error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd error, without knowing what ZTABLE_DETAILS is and how it's declared, it's pretty hard to understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558401#M1937118</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-03-10T07:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558402#M1937119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not declared any of this code. This was generated along with table control wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Meenkshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 08:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558402#M1937119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-10T08:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558403#M1937120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You seem to have got something mixed up somewhere.&amp;nbsp; Are you using G_ZSPARE_LINES or ZSPARE_LINES for the TC structure ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 08:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558403#M1937120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-10T08:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558404#M1937121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;G_ZSPARE_LINES&amp;nbsp; was generated as table control wizard code. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;In the element list, FCODE is defined as below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/904578" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 09:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558404#M1937121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-10T09:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: insert empty table on module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558405#M1937122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Table control wizard generally works directly out of the box.&amp;nbsp; Have you manually changed any code&amp;nbsp; apart from deleting the buttons I have mentioned ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 12:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-empty-table-on-module-pool-screen/m-p/11558405#M1937122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-10T12:56:42Z</dc:date>
    </item>
  </channel>
</rss>

