<?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: User command in subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819644#M1882741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Somendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of sy-ucomm has nothing to do with the calculation part. Let me remind you that the enter key is not working in this case as the table control is in a subscreen. So my question is, how can I make my table control appear in the same screen after clicking the "SUBMIT" button? Using the table control in a subscreen is not letting the user commands work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 10:24:36 GMT</pubDate>
    <dc:creator>manish_malakar0316</dc:creator>
    <dc:date>2015-01-30T10:24:36Z</dc:date>
    <item>
      <title>User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819628#M1882725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a small issue in my module pool program. I have called a subscreen which contains a table control in my module pool. However in this table control , some additions need to be performed based on the user pressing the ENTER key. The issue is that on pressing ENTER, nothing is happening as &lt;STRONG&gt;the table control is inside a subscreen and&amp;nbsp; a subscreen does not support user commands&lt;/STRONG&gt;. How do I solve this issue so as to perform the addition in my table control? Below are the screen shots for your reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The variables declared are shown below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634634" width="450" /&gt;&lt;/P&gt;&lt;P&gt;2) Flow logic for screen 9000 is:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634635" /&gt;&lt;/P&gt;&lt;P&gt;3) Inside MODULE USER_COMMAND_9000&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634637" /&gt;&lt;/P&gt;&lt;P&gt;4)&amp;nbsp; Flow logic for table control:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634639" width="450" /&gt;&lt;/P&gt;&lt;P&gt;5) Inside MODULE READ_THIS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634647" /&gt;&lt;/P&gt;&lt;P&gt;6)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On giving the sales orders and clicking SUBMIT:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634648" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The table control is displayed in the same screen due to the subscreen REF2 being called:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634649" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But on giving a value for the column under "NUM" and pressing ENTER, the total "TOT1" is not getting displayed due to the subscreen's property of not supporting user command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;So how do I solve this issue and do the calculation? The requirement states that the &lt;STRONG&gt;&lt;EM&gt;table control must appear on the same screen below the select-options.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 07:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819628#M1882725</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T07:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819629#M1882726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt; It is not required to write the modify command inside the module. Use the below, I hope it will work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt; FIELD WA_VBAP-NUM.&lt;/P&gt;
&lt;P&gt; FIELD WA_VBAP-TOT1 MODULE CALC.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt; MODULE CALC INPUT. &lt;/P&gt;
&lt;P&gt; WA_VBAP-TOT1 = WA_VBAP-KWMENG + WA_VBAP-NUM.&lt;/P&gt;
&lt;P&gt; ENDMODULE.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 07:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819629#M1882726</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-01-30T07:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819630#M1882727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can user SPACE as Sy-UCOMM value for ENTER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And based on that you can write your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 07:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819630#M1882727</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-01-30T07:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819631#M1882728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry , your method is yielding the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 07:33:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819631#M1882728</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T07:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819632#M1882729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mani ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below statement in chain ,end chain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieild wa_vbap-num module read_this on input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 07:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819632#M1882729</guid>
      <dc:creator>sivaprasad_paruchuri</dc:creator>
      <dc:date>2015-01-30T07:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819633#M1882730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt; Kindly Activate all the objects by clicking the program name at once.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Also in debug mode, make sure that the value is coming in PAI and PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Last Option, we can update the value in PBO too, that will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 07:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819633#M1882730</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-01-30T07:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819634#M1882731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnt use any value for sy-ucomm. I dont need to explicitly declare any value for sy-ucomm&amp;nbsp; in this case. If you check my code in MODULE READ_THIS, if the column NUM is not initial, and then enter is pressed, the total has to be displayed at the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 08:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819634#M1882731</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T08:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819635#M1882732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its still not working. I did mention that &lt;STRONG&gt;&lt;EM&gt;subscreen will not support user commands&lt;/EM&gt;&lt;/STRONG&gt;. So I need to know if I can get the table control in the same screen using a subscreen or by any other way. Since I used a subscreen in this case, no user command will be supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 08:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819635#M1882732</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T08:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819636#M1882733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the below debugging screenshots:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given value 50 in NUM column:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634745" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the debugger, the total is getting added:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634746" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This is how the internal table looks like after modification:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634747" width="450" /&gt;&lt;/P&gt;&lt;P&gt;But this is how the table control looks due to the subscreen &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/sad.gif"&gt;&lt;/SPAN&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/634748" width="450" /&gt;&lt;/P&gt;&lt;P&gt;So the value (50) is getting added, but it is not getting displayed since the table control is inside the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819636#M1882733</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T09:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819637#M1882734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your requiement, the calculation should be happen on ENTER Press.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you debug, you will get SPACE (blank) value on pressing ENTER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you could do the calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-UCOMM EQ SPACE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; calculation logic.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819637#M1882734</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-01-30T09:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819638#M1882735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Debugger Screen Check for Value of sy-subrc ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Probably Sy-subrc is having value 'SUBMIT' , This may be the cause for not getting Modified&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITab Values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/634753" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819638#M1882735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T09:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819639#M1882736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish, &lt;/P&gt;&lt;P&gt; Kindly check and write the below code in PBO section &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333330154419px;"&gt; in module TC1_GET_LINES&lt;/SPAN&gt;, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;MODULE TC1_GET_LINES OUTPUT.&lt;/P&gt;
&lt;P&gt;"Calculation&lt;/P&gt;
&lt;P&gt;IF WA_VBAP-NUM IS NOT INITIAL.&lt;/P&gt;
&lt;P&gt; WA_VBAP-TOT1 = WA_VBAP-KWMENG + WA_VBAP-NUM.&lt;/P&gt;
&lt;P&gt;ENDIF.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;"Describe statement here&lt;/P&gt;
&lt;P&gt;DESCRIBE TABLE IT_VBAP LINES L_LINE.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ENDMODULE.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check in &lt;SPAN style="font-size: 13.3333330154419px;"&gt;debugger in &lt;/SPAN&gt;PBO Section , whether value updating in IT_VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819639#M1882736</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-01-30T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819640#M1882737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried what you advised. Still not working &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819640#M1882737</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T09:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819641#M1882738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Somendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sy-subrc is zero.&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/634793" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819641#M1882738</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T09:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819642#M1882739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is already mentioned in Module&amp;nbsp; TC1_CHANGE_TC_ATTR. I missed out giving its screen shot.&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/634795" /&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819642#M1882739</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T09:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819643#M1882740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Instead of sy_subrc , Check sy-Ucomm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It's a typo mistake from my end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If Sy-Ucomm is having Value 'SUBMIT' then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Clear Sy-Ucomm Value.&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Somendra &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 10:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819643#M1882740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T10:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819644#M1882741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Somendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of sy-ucomm has nothing to do with the calculation part. Let me remind you that the enter key is not working in this case as the table control is in a subscreen. So my question is, how can I make my table control appear in the same screen after clicking the "SUBMIT" button? Using the table control in a subscreen is not letting the user commands work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 10:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819644#M1882741</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T10:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819645#M1882742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your Itab is updating correctly after enter Key, Again a PBO is called&amp;nbsp; &amp;amp; In Main Screen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PBO it is again selecting Value in Itab , Means Itab getting Refreshed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thats Why I asked to Check&amp;nbsp; for Sy-Ucomm .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 10:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819645#M1882742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T10:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819646#M1882743</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;The value of sy-ucomm is 'SUBMIT'. It is not changing as I havent used sy-ucomm for table control explicitly. Sy-ucomm is used only for the select-options. Even if I clear the value of sy-ucomm, it is not making a difference. Whether sy-ucomm changes or not, the output of the table control has no relevance whatsoever as &lt;STRONG&gt;&lt;EM&gt;it is inside the subscreen which is preventing user-command interaction.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 10:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819646#M1882743</guid>
      <dc:creator>manish_malakar0316</dc:creator>
      <dc:date>2015-01-30T10:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: User command in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819647#M1882744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the solution for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i did is inserted one variable called data_changed (&lt;SPAN class="L0S52"&gt;DATA&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;DATA_CHANGED &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;N&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE READ_THIS &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;WA_VBAP &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NOT &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;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_VBAP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;TOT1 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;WA_VBAP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;KWMENG + WA_VBAP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;NUM&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;IT_VBAP &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;WA_VBAP &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;TC1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CURRENT_LINE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;REFRESH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CONTROL &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TC1' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;9002&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA_CHANGED &lt;SPAN class="L0S55"&gt;= &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;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;when we change value it is changing properly but here in this code it is again generating internal table but with this code it will not allow to again generate internal table due to data_changed value.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&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 class="L0S52"&gt;MODULE USER_COMMAND_9000 &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; OK_CODE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;UCOMM&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CASE &lt;/SPAN&gt;OK_CODE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SUBMIT'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; L_DYNPRO &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'9002'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;DATA_CHANGED &lt;SPAN class="L0S52"&gt;NE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;VBELN&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POSNR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KWMENG&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;VBAP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;IT_VBAP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;VBELN &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;S_VBELN&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;OK_CODE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'EXIT' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OR &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CANCEL'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LEAVE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PROGRAM&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDCASE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&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 class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&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 class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&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 class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;also i have inserted &lt;/SPAN&gt;&lt;/SPAN&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 class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&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 class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;IT_VBAP&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHAIN&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;WA_VBAP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;VBELN&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;WA_VBAP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;POSNR&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;WA_VBAP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;KWMENG&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;WA_VBAP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;NUM&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;WA_VBAP&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;TOT1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;read_this &lt;SPAN class="L0S52"&gt;on &lt;/SPAN&gt;CHAIN&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;REQUEST&lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endchain&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&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 class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&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 class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;please try as above&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 13:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-subscreen/m-p/10819647#M1882744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-30T13:46:52Z</dc:date>
    </item>
  </channel>
</rss>

