<?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: ok code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code/m-p/4307772#M1027085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok code is nothig but the user-command .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e61454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e61454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a general program  we can create the user-commands in the pf-status  and we also use the standard user commands means okcodes.&lt;/P&gt;&lt;P&gt;in the module pool program we can create them by specifying in the FCODE &lt;/P&gt;&lt;P&gt;in the BDC it is created by the system itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2008 16:26:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-06T16:26:41Z</dc:date>
    <item>
      <title>ok code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code/m-p/4307771#M1027084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the various types of ok code??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 16:25:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code/m-p/4307771#M1027084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T16:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: ok code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code/m-p/4307772#M1027085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok code is nothig but the user-command .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e61454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e61454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a general program  we can create the user-commands in the pf-status  and we also use the standard user commands means okcodes.&lt;/P&gt;&lt;P&gt;in the module pool program we can create them by specifying in the FCODE &lt;/P&gt;&lt;P&gt;in the BDC it is created by the system itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 16:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code/m-p/4307772#M1027085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T16:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: ok code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code/m-p/4307773#M1027086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on your program/transaction.&lt;/P&gt;&lt;P&gt;You check the PF-STATUS of the program, or any function codes in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay Babu Dudla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 16:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code/m-p/4307773#M1027086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T16:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: ok code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code/m-p/4307774#M1027087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK_CODE is like the SY-UCOMM in the simple report.&lt;/P&gt;&lt;P&gt; Whenever you press any button or if you press enter, OK_CODE is filled with the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of OK_CODE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/purpose-of-ok-code-in-dialog-program.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/purpose-of-ok-code-in-dialog-program.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for the list of OK_CODES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ionelburlacu.ro/abap/sap2/OK_Code_Values.html" target="test_blank"&gt;http://sap.ionelburlacu.ro/abap/sap2/OK_Code_Values.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 17:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code/m-p/4307774#M1027087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T17:04:05Z</dc:date>
    </item>
  </channel>
</rss>

