<?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 modifying table control column in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-table-control-column/m-p/1836085#M355829</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;Can anybody please clear my doubt..Am new to module pool..&lt;/P&gt;&lt;P&gt;In table control am dispalying the material document number , purchase order and its details.My rquirements is in quantity column i can modify the quantities..After modifying it has to retain the value if i press enter..But its retaining..Can anybody suggest me how to write codings for that in module pool..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2007 06:34:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-16T06:34:59Z</dc:date>
    <item>
      <title>modifying table control column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-table-control-column/m-p/1836085#M355829</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;Can anybody please clear my doubt..Am new to module pool..&lt;/P&gt;&lt;P&gt;In table control am dispalying the material document number , purchase order and its details.My rquirements is in quantity column i can modify the quantities..After modifying it has to retain the value if i press enter..But its retaining..Can anybody suggest me how to write codings for that in module pool..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-table-control-column/m-p/1836085#M355829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T06:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: modifying table control column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-table-control-column/m-p/1836086#M355830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the following Ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&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;amp;SPWIZARD: PAI FLOW LOGIC FOR TABLECONTROL 'TC1'&lt;/P&gt;&lt;P&gt;  LOOP AT G_TC1_ITAB.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD ZFG_SRNO-ZSRNO.&lt;/P&gt;&lt;P&gt;      MODULE TC1_MODIFY ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: INPUT MODULE FOR TC 'TC1'. DO NOT CHANGE THIS LINE!&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: MODIFY TABLE&lt;/P&gt;&lt;P&gt;MODULE TC1_MODIFY INPUT.&lt;/P&gt;&lt;P&gt;  MOVE-CORRESPONDING ZFG_SRNO TO G_TC1_WA.&lt;/P&gt;&lt;P&gt;  MODIFY G_TC1_ITAB&lt;/P&gt;&lt;P&gt;    FROM G_TC1_WA&lt;/P&gt;&lt;P&gt;    INDEX TC1-CURRENT_LINE.&lt;/P&gt;&lt;P&gt;ENDMODULE.                    "TC1_MODIFY INPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-table-control-column/m-p/1836086#M355830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T06:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: modifying table control column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-table-control-column/m-p/1836087#M355831</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;Check this link.Here I am explaining the database manipulations using table control.It can help you.Kindly reward points by clicking the star on the left fo reply,if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/table%20control%20in%20abap.pdf" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/table%20control%20in%20abap.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-table-control-column/m-p/1836087#M355831</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-01-16T06:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: modifying table control column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-table-control-column/m-p/1836088#M355832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your itab(table for table control display add another field along with other fields.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: begin of itab occurs 0,
     sel type s-flag,
     matnr type matnr,
    belnr type belnr,
         "
         "
end of itab.

*In PAI...

 PROCESS AFTER INPUT.
  MODULE exit AT EXIT-COMMAND.

  LOOP AT itab.
    FIELD itab-sel     MODULE pick_sel.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*and in module pic-sel insert this lines.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF itab-sel = 'X'.
*Modify the table with input  amount
    MODIFY itab INDEX tab_cntl-current_line TRANSPORTING amount-field                                                        
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-table-control-column/m-p/1836088#M355832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T06:52:15Z</dc:date>
    </item>
  </channel>
</rss>

