<?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 in dialog in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dialog/m-p/1756341#M327685</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;when you press the button, CLEAR the ok-code field (sy-ucomm) befor calling program B.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Dec 2006 16:55:42 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2006-12-03T16:55:42Z</dc:date>
    <item>
      <title>Problem in dialog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dialog/m-p/1756339#M327683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i call from sap standard for eaxmple "A" to other program by user exit ( i press on button that i create in dialog Z-prgormam ) for example "B" when i pres back from "B" iget this message&lt;/P&gt;&lt;P&gt;Message no. V0104&lt;/P&gt;&lt;P&gt;Requested function SHOWC is not available here&lt;/P&gt;&lt;P&gt;showc - is the code of pushbutton in z-program&lt;/P&gt;&lt;P&gt;The Z-program is subscrren&lt;/P&gt;&lt;P&gt;The problem when the program back i cant call again&lt;/P&gt;&lt;P&gt;How can i fix it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2006 12:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dialog/m-p/1756339#M327683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-03T12:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in dialog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dialog/m-p/1756340#M327684</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;Probably the std program checks if the ok-code is assigned to the own gui status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many std programs use some tables where it's defined the flow and the routine to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have inserted a pushbutton in subscreen, so this button doesn't exist in the status, you should try to clear the OK-CODE variable after backing to screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check which is the ok-code variable used in the main screen and clear it using field-symbols:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: OK_CODE LIKE SY-UCOMM VALUE '(PROGRAM)OK_CODE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;OK_CODE&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN (OK_CODE) TO &amp;lt;OK_CODE&amp;gt;.&lt;/P&gt;&lt;P&gt;.........................................................&lt;/P&gt;&lt;P&gt;CLEAR &amp;lt;OK_CODE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2006 13:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dialog/m-p/1756340#M327684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-03T13:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in dialog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dialog/m-p/1756341#M327685</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;when you press the button, CLEAR the ok-code field (sy-ucomm) befor calling program B.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2006 16:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dialog/m-p/1756341#M327685</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-12-03T16:55:42Z</dc:date>
    </item>
  </channel>
</rss>

