<?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 in Selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313537#M1636699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your Reply. I wnated to avoid that way When I have to do it one Question should I have to create the whole status or I can manipulate it for some buttons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2011 09:54:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-30T09:54:28Z</dc:date>
    <item>
      <title>fcode in Selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313532#M1636694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I have a Report with selection-screen. How can I catch the fcode when press f8 or f3 or any funktion button. Normally it is in sy-ucomm but when I push after showing alv or list it comes to initialization and sy-ucomm ist empty. is there any way or any FM to catch the fcode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313532#M1636694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T09:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: fcode in Selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313533#M1636695</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;What do you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After going out from a list the program goes back to selection-screen: this is a normal behavior so which fcode you need to check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313533#M1636695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T09:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: fcode in Selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313534#M1636696</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;You can see the fcode by debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Come the selction screen and give the parameter i.e input values on selection.&lt;/P&gt;&lt;P&gt;command lien give /H for debugging and click on the button for which u want to find teh fcode.&lt;/P&gt;&lt;P&gt;It will lead to debug mode. There u can find the fucntion code for the particular action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313534#M1636696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T09:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: fcode in Selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313535#M1636697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply. you are write that After going out from a list the program goes back to selection-screen. But first it comes to INITIALIZATION and prepare the screen once again. I have done some coding in INITIALIZATION Block.I want that when I press F3 or back icon that I can tell the system that it is fcode for back and do nothing. For this i need the fcode of the system. I hope that I was able to explain clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313535#M1636697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T09:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: fcode in Selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313536#M1636698</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;Which kind of list you're using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using the ALV you can check what the user did by exporting parameters E_EXIT_CAUSED_BY_CALLER and&lt;/P&gt;&lt;P&gt;ES_EXIT_CAUSED_BY_USER, if it's normal abap list....I believe you need to manage an your own gui status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313536#M1636698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: fcode in Selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313537#M1636699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your Reply. I wnated to avoid that way When I have to do it one Question should I have to create the whole status or I can manipulate it for some buttons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313537#M1636699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T09:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: fcode in Selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313538#M1636700</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;The problem is standard gui for ABAP LIST is managed by the system so I don't believe you can intercept it in your program, and when the INITIALIZATION is triggered I believe it's too late: because the program starts again, so it's like the program works for the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can try to set some parameter in ABAP memory in order to know if the program runs the first time or after pressing back, now it needs to know what you need to do in order to decide where the memory can be filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 10:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313538#M1636700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T10:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: fcode in Selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313539#M1636701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Thanks for your Idea. I have set a flag in event at-selection-screen and this is the flag for proramm sart.In Event at-selection-screen I have cleared the all required fields from abap memory. Now the functions good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 12:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313539#M1636701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-02T12:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: fcode in Selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313540#M1636702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you max it was a good tip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 12:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-in-selection-screen/m-p/8313540#M1636702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-02T12:30:03Z</dc:date>
    </item>
  </channel>
</rss>

