<?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: regading ok_code in dialog programming? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-ok-code-in-dialog-programming/m-p/3974543#M949313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually don't use ok_code or any other variables.&lt;/P&gt;&lt;P&gt;i use directly sy-ucomm variable.&lt;/P&gt;&lt;P&gt;at pai i read sy-ucomm and analize what to do.&lt;/P&gt;&lt;P&gt;then after pai was processed in pbo in some module i clear sy-ucomm with command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;clear sy-ucomm.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 06:02:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T06:02:36Z</dc:date>
    <item>
      <title>regading ok_code in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-ok-code-in-dialog-programming/m-p/3974542#M949312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; my problem is in my screen the ok_code is nt cleared.&lt;/P&gt;&lt;P&gt;In my screen 100 i declared the BACK ,EXIT  and CANCEL. and then in de same screen i called a dialog screen103 and given  BACK ,EXIT  and CANCEL for the dialog screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Now the problem is wen i cancel that dialog box it is gng but when i operate  BACK  to screen 100 again the dialg box is cmg.&lt;/P&gt;&lt;P&gt;here ok_code is nt clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help how to clear the ok_code ........?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 05:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-ok-code-in-dialog-programming/m-p/3974542#M949312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T05:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: regading ok_code in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-ok-code-in-dialog-programming/m-p/3974543#M949313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually don't use ok_code or any other variables.&lt;/P&gt;&lt;P&gt;i use directly sy-ucomm variable.&lt;/P&gt;&lt;P&gt;at pai i read sy-ucomm and analize what to do.&lt;/P&gt;&lt;P&gt;then after pai was processed in pbo in some module i clear sy-ucomm with command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;clear sy-ucomm.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-ok-code-in-dialog-programming/m-p/3974543#M949313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T06:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: regading ok_code in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-ok-code-in-dialog-programming/m-p/3974544#M949314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use CASE and ENDCASE  when you are playing with something depends on sy-ucomm or your okcode.&lt;/P&gt;&lt;P&gt;and clear okcode for each case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for e.g. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when 'CHANGE'.&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;clear ok_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'DISPLAY'.&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;clear ok_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-ok-code-in-dialog-programming/m-p/3974544#M949314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: regading ok_code in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-ok-code-in-dialog-programming/m-p/3974545#M949315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tumma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Use clear ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Charumathi.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-ok-code-in-dialog-programming/m-p/3974545#M949315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:19:01Z</dc:date>
    </item>
  </channel>
</rss>

