<?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: sy-ucomm table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423322#M822221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your information: Enter does not set sy-ucomm value it will only trigger PAI event. So previous value of sy-ucomm will be still there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Dec 2012 07:49:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-15T07:49:15Z</dc:date>
    <item>
      <title>sy-ucomm table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423315#M822214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i press 'ADD'  in the table control the function code of which is 'TABLE_LINE_INSR' and then press enter then in debugging mode the value of sy-ucomm is 'TABLE_LINE_INSR' instead of enter?!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help me with this i am absolutely stuck!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module display_matnr input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SAVE_OK = OK_CODE.&lt;/P&gt;&lt;P&gt;*CLEAR OK_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-ucomm &amp;lt;&amp;gt; 'CANCEL' AND sy-ucomm &amp;lt;&amp;gt; 'SAVE' AND sy-ucomm &amp;lt;&amp;gt;&lt;/P&gt;&lt;P&gt;'TABLE_LINE_INSR' AND&lt;/P&gt;&lt;P&gt;  sy-ucomm &amp;lt;&amp;gt; 'TABLE_LINE_DELE' AND sy-ucomm &amp;lt;&amp;gt; 'TABLE_LINE_MARK' AND&lt;/P&gt;&lt;P&gt;sy-ucomm &amp;lt;&amp;gt; 'TABLE_LINE_DMRK'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 18:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423315#M822214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T18:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423316#M822215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Check whether u have assigned function code for enter..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Hopefully that may be the problem of not getting the function code for enter when in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neeraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 26, 2008 2:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 11:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423316#M822215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T11:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423317#M822216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prateek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    It seems that u haven assigned the function code for the particular push button ADD in the screen. U have to Assign function code in the attributes screen of the push button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 04:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423317#M822216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T04:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423318#M822217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems that  u had assign fun code to ADD button which is not getting cleared,&lt;/P&gt;&lt;P&gt;In PAI once the processing for ADD button is done clear ok code and sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI of user_cmm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case ok_code.&lt;/P&gt;&lt;P&gt;When 'ADD'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;your code for add button&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear ok_code.&lt;/P&gt;&lt;P&gt;clear sy-ucomm.&lt;/P&gt;&lt;P&gt;When others.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 04:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423318#M822217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T04:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423319#M822218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I've faced the same problem.&lt;/P&gt;&lt;P&gt;Maybe you can try to add another case in your case-endcase loop. Try WHEN ' '. Because when I debugged las time the sy-ucomm value for Enter button is ' ' or blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 02:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423319#M822218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T02:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423320#M822219</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;It's very clear that you have to CLEAR the Sy-ucomm of the ADD function of Table control before processing or after processing the respective logic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that When to Press Enter , U will receive the Fcode of that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Point if Useful...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible post the respective code..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423320#M822219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T04:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423321#M822220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because Tab control V_scroll is initial.&lt;/P&gt;&lt;P&gt;Try This :-&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if OK_CODE &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'INSR' &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;BR /&gt;*TAB1 is My table control Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt; &lt;SPAN class="L0S52"&gt;DESCRIBE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;ITAB &lt;SPAN class="L0S52"&gt;LINES&amp;nbsp; &lt;/SPAN&gt;TAB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;lines &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; TAB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;lines &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;TAB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;lines &lt;/SPAN&gt;+ &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;TAB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;V_SCROLL &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;insert &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;initial &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;itab &lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;TAB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;lines&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; TAB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;V_SCROLL &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;NO &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;TAB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;lines&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; TAB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;TOP_LINE &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NO&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CURSOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'WTAB-J_1IWERKS' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINE &lt;/SPAN&gt;TAB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;lines&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 05:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423321#M822220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-15T05:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423322#M822221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your information: Enter does not set sy-ucomm value it will only trigger PAI event. So previous value of sy-ucomm will be still there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 07:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-table-control/m-p/3423322#M822221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-15T07:49:15Z</dc:date>
    </item>
  </channel>
</rss>

