<?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: fcode leaving Dynpro field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672878#M297207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sudheer&lt;/P&gt;&lt;P&gt;Yes, I would like to do this but if for example I start transaction xd02 and then use /H to start debugging mode.....  using the TAB key on the keyboard does not trigger any event. No fcode at all is issued and only after klicking a button or pressing the ENTER key does the program go into debugging mode. Please let me know if you get a different result then I do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Nov 2006 10:10:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-14T10:10:09Z</dc:date>
    <item>
      <title>fcode leaving Dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672872#M297201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;My search in the forums has brought me nothing. Maybe someone can help. How can I have the action of leaving an i/o defined dynpro field (using tab or clicking into a different dynpro field) create an event that will go through PAI / PBO?&lt;/P&gt;&lt;P&gt;Thanks for any ideas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672872#M297201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T08:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: fcode leaving Dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672873#M297202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to write in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c some examples...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_dynpro_tabstrip_local.&lt;/P&gt;&lt;P&gt;REPORT demo_dynpro_tabstrip_server.&lt;/P&gt;&lt;P&gt;REPORT demo_custom_control .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672873#M297202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T08:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: fcode leaving Dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672874#M297203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a new fcode at this point using this class :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD CL_GUI_CFW=&amp;gt;SET_NEW_OK_CODE&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        NEW_CODE = NEW_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now a fcode NEW_CODE will be created.You can do some coding for this fcode and after execution control will finally go back to PBO as usual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672874#M297203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: fcode leaving Dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672875#M297204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt responses. Sorry if I might have been unprecise in my question. What I would like to do is react to the key-press of the TAB key on the keyboard. This will set the cursor on the next line of a table-control and within this process values in other fields of the dynpro will be recalculated. Would it be possible for you to explain a bit in more detail how your answers can help?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 09:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672875#M297204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T09:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: fcode leaving Dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672876#M297205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont you just then want to to set the cursor when your OK code changes to ..'XXXX'. just set cursor then. hope that helps. if so POINTS&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>Tue, 14 Nov 2006 09:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672876#M297205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: fcode leaving Dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672877#M297206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Harry Fumey ,&lt;/P&gt;&lt;P&gt;enter the /H command in the command box then just Press the TAB key and see the SY-UCOMM value(if not create a Fcode from SET PF-STATUS), what is getting, lets say if it getting 'TAB' then write a module in the PAI. just write as normal as we write for a function code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SY-UCOMM = 'TAB'.&lt;/P&gt;&lt;P&gt; Calculate the fields here which you want to calculate.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you get some idea from this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 09:54:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672877#M297206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T09:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: fcode leaving Dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672878#M297207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sudheer&lt;/P&gt;&lt;P&gt;Yes, I would like to do this but if for example I start transaction xd02 and then use /H to start debugging mode.....  using the TAB key on the keyboard does not trigger any event. No fcode at all is issued and only after klicking a button or pressing the ENTER key does the program go into debugging mode. Please let me know if you get a different result then I do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 10:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-leaving-dynpro-field/m-p/1672878#M297207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T10:10:09Z</dc:date>
    </item>
  </channel>
</rss>

