<?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: Problem with USER_COMMAND_9001 (own subscreen) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-9001-own-subscreen/m-p/8962837#M1695070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;9001 is a subscreen, so you must manage the ok_code/sy-ucomm in the main screen (the SAP standard), not in a subscreen.&lt;/P&gt;&lt;P&gt;So yes, clear sy-ucomm AND the OK_CODE of the main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2012 07:02:22 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2012-08-16T07:02:22Z</dc:date>
    <item>
      <title>Problem with USER_COMMAND_9001 (own subscreen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-9001-own-subscreen/m-p/8962835#M1695068</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;we use an on subscreen for MM01/2/3 and handle some fields in it.&lt;/P&gt;&lt;P&gt;This work OK. Now i will create an Button with Tcode: UNNRDE&lt;/P&gt;&lt;P&gt;and insert some code in USER_COMMAND_9001 like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{code}&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_9001 INPUT.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&amp;nbsp; CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHEN 'UNNRDE'.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE ID 'ZZ' TYPE 'I' NUMBER '010'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH 'Tcoce UNNRDE noch nicht aktiv!'.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHEN 'UNNREN'.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE ID 'ZZ' TYPE 'I' NUMBER '010'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH 'Tcoce UNNREN noch nicht aktiv!'.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDCASE.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;ENDMODULE.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " USER_COMMAND_9001&amp;nbsp; INPUT&lt;/P&gt;&lt;P&gt;{code}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works also like i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem: after this modul i get allways this Error (sorry in German):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Satz Z1 UNNRDE&amp;nbsp; in Tabelle T133E nicht vorhanden&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meldungsnr. M3748&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to avoid this message without changing T133E?&lt;/P&gt;&lt;P&gt;Can i reset UCOMM? I have tried reset SY_UCOMM without result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 11:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-9001-own-subscreen/m-p/8962835#M1695068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-15T11:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with USER_COMMAND_9001 (own subscreen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-9001-own-subscreen/m-p/8962836#M1695069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like SAP does not like that you are changing the screen sequence and wants you to go through customizing. Is this a repair? How did you put the sub-screen in the first place? &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/129506" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 18:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-9001-own-subscreen/m-p/8962836#M1695069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-15T18:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with USER_COMMAND_9001 (own subscreen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-9001-own-subscreen/m-p/8962837#M1695070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;9001 is a subscreen, so you must manage the ok_code/sy-ucomm in the main screen (the SAP standard), not in a subscreen.&lt;/P&gt;&lt;P&gt;So yes, clear sy-ucomm AND the OK_CODE of the main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 07:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-9001-own-subscreen/m-p/8962837#M1695070</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-08-16T07:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with USER_COMMAND_9001 (own subscreen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-9001-own-subscreen/m-p/8962838#M1695071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have solved with doing entries in T133E and T133D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 12:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-9001-own-subscreen/m-p/8962838#M1695071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-17T12:50:38Z</dc:date>
    </item>
  </channel>
</rss>

