<?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: Make table control editable on screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791665#M1879991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Assign the common group name in properties of all columns.&lt;/P&gt;&lt;P&gt;2. Set the no of rows to &amp;lt;Table_control&amp;gt;-lines.&lt;/P&gt;&lt;P&gt;3. Write the below logic in PBO module of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module tbc_editor output.&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'A'.&lt;/P&gt;&lt;P&gt;Screen-input = 1.&lt;/P&gt;&lt;P&gt;Modify screen.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2014 12:01:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-25T12:01:23Z</dc:date>
    <item>
      <title>Make table control editable on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791662#M1879988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a table control on screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now when I have an entry in the table and I change the mode to editable only the row which has data get editable and not all the rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there a way I can have all the columns editable when I click edit, and not just the row which has data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 11:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791662#M1879988</guid>
      <dc:creator>former_member287057</dc:creator>
      <dc:date>2014-11-25T11:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Make table control editable on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791663#M1879989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the program given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SALV_DEMO_HIERSEQ_SELECTIONS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 11:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791663#M1879989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-25T11:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make table control editable on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791664#M1879990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandan, &lt;/P&gt;&lt;P&gt;When you click edit, I think you need create some blank rows into your itab, then make them editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 11:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791664#M1879990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-25T11:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Make table control editable on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791665#M1879991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Assign the common group name in properties of all columns.&lt;/P&gt;&lt;P&gt;2. Set the no of rows to &amp;lt;Table_control&amp;gt;-lines.&lt;/P&gt;&lt;P&gt;3. Write the below logic in PBO module of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module tbc_editor output.&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'A'.&lt;/P&gt;&lt;P&gt;Screen-input = 1.&lt;/P&gt;&lt;P&gt;Modify screen.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 12:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791665#M1879991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-25T12:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make table control editable on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791666#M1879992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I tried the suggestion but it does not work with the columns of the table. Table control still remains in display mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 04:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791666#M1879992</guid>
      <dc:creator>former_member287057</dc:creator>
      <dc:date>2014-11-26T04:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Make table control editable on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791667#M1879993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your screen PBO, write the below code and check,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at I_ITEM into WA_ITEM&lt;/P&gt;&lt;P&gt; with control TC_ITEM&lt;/P&gt;&lt;P&gt; cursor TC_ITEM-CURRENT_LINE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Module TBC_EDITOR.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 05:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791667#M1879993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-26T05:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Make table control editable on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791668#M1879994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add blank entries to the internal table that is used for table control display. Just add blank records for eg 10 blank records and you will have 10 rows as editable in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 05:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791668#M1879994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-26T05:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Make table control editable on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791669#M1879995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that your table control name is 'TC_TABCNTRL', Just add following statement in one of the module in PBO( Before the PBO loop statement ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TC_TABCNTRL-LINES = &amp;lt; N&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will make &amp;lt;N&amp;gt; lines in editable. If you want to have this functionality only when 'EDIT' is clicked then add this statement in PAI's user_command MODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: &amp;lt;N&amp;gt; is any interger value other than zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 05:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-table-control-editable-on-screen/m-p/10791669#M1879995</guid>
      <dc:creator>former_member207906</dc:creator>
      <dc:date>2014-11-26T05:40:27Z</dc:date>
    </item>
  </channel>
</rss>

