<?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: table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270947#M1019086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check following thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="992089"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2008 05:30:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-05T05:30:28Z</dc:date>
    <item>
      <title>table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270942#M1019081</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 created a program in which i have used table control now what i want to do is..&lt;/P&gt;&lt;P&gt;1- insert a new line above the row selected by the user...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how could i do this...please suggest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ashu Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 05:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270942#M1019081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T05:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270943#M1019082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashu,&lt;/P&gt;&lt;P&gt;Table control can be created in tow ways either by selecting the table control&lt;/P&gt;&lt;P&gt;icon from the elements toolbar or by using table control wizard in SE51 and drawing a table control area on the screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If Line selection column is to be used  than the name of the Line Selection Column field is specified. This field is  of type C(1) and can be used to determine which record(s) were selected  by the user in PAI. A field of this name and type is generally the part of the internal table which will be used to display the data if multiple row selection has been checked in the attribute box,for a single line row selection a declaration in ABAP program with the same name and type is sufficient.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; The number of fixed columns can be specified.They can be changed dynamically in ABAP program using tab_con-FIXED_COLS attribute.&lt;/P&gt;&lt;P&gt;Columns on Table Control&lt;/P&gt;&lt;P&gt;  The columns on table control are generally taken from the structure which is of same type  as internal table used for displaying values in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vijay Duvvada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 05:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270943#M1019082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T05:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270944#M1019083</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 would suggest you to use a table control wizard in these situations..it is lot easy and insertion , deletion of lines you will automatically get there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 05:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270944#M1019083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T05:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270945#M1019084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. As we know that table control enries maintain by one internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. we hav to insert new line in to that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. where we hav to insert??&lt;/P&gt;&lt;P&gt;    that index is exactly equals to the selected line number...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. So here we hav to to capture that selected line number, this can be done in number of ways.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    I: we can capture in chain and end chain operater...( &lt;EM&gt;Get back if you dont know the procedure&lt;/EM&gt; )&lt;/P&gt;&lt;P&gt;    II: we can capture with internal table entries&lt;/P&gt;&lt;P&gt;    III: Or you can write any logic for that.&lt;/P&gt;&lt;P&gt;    IV: better way is the Chain End cahin.. because you are using the selecteion indicater anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Once you capture that number... you can go for logic in the PAI module....&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&amp;gt;   if OK_CODE = &amp;lt;name of push button&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;gt;   if itab-selkz = 'X'. ( &lt;EM&gt;This is to check the condition either line is selected or not&lt;/EM&gt;.)&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;  read table ITAB with key &amp;lt;&lt;EM&gt;check the condition&lt;/EM&gt;&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;      WA_ITAB-SELKZ     =  'X'.&lt;/P&gt;&lt;P&gt;&amp;gt;      WA_ITAB-f1 = &amp;lt;new entry&amp;gt; .&lt;/P&gt;&lt;P&gt;&amp;gt;      WA_ITAB-f2 = &amp;lt;new entry&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;gt;      WA_ITAB-f3 = &amp;lt;new entry&amp;gt; .&lt;/P&gt;&lt;P&gt;&amp;gt;         insert WA_ITAB into ITAB index &amp;lt;&lt;EM&gt;line number where you want to insert new line&lt;/EM&gt;&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;   endif.&lt;/P&gt;&lt;P&gt;&amp;gt;   endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And get back again if you got any problem....&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 05:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270945#M1019084</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-08-05T05:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270946#M1019085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ansu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fefer &lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this links &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id29.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id29.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="43544"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/code%2bto%2bhandle%2bmultiple%2brecords%2bin%2bbdc%2btable%2bcontrol" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/code%2bto%2bhandle%2bmultiple%2brecords%2bin%2bbdc%2btable%2bcontrol&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 05:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270946#M1019085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T05:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270947#M1019086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check following thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="992089"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 05:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4270947#M1019086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T05:30:28Z</dc:date>
    </item>
  </channel>
</rss>

