<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274411#M782825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestions, now i have a clue to clear my problem i will solve the problem by self .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2008 03:26:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-21T03:26:40Z</dc:date>
    <item>
      <title>Fcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274406#M782820</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 have a tcode for module pool program it has 7 screen i used to only one module for back in all screens but my problem is when i press back buttom in 2 nd screen it is comming first screen it is correct but after that when i press enter in the first screen the back module is executed , when i execute the program in debugging mode sy-ucomm is back but i pressed enter in this screen what to do how to change sy-ucomm .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will reward Definitely for good answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 03:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274406#M782820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T03:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274407#M782821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the clear : sy-ucomm statement in order to avoid the same previous screens command to be executed.&lt;/P&gt;&lt;P&gt;Once you press the BACK button in screen 2. &lt;/P&gt;&lt;P&gt;At the end of user command module write the clear statement. &lt;/P&gt;&lt;P&gt;So that after the clear statement it goes to the PBO of the screen / next called screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 03:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274407#M782821</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2008-01-21T03:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274408#M782822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Syamala&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I thing your back button is at pf-status , when you use function in at pf-status i.e when you click button the function code is fill in sy-ucomm but after it is there until another function code is triggered ( Enter function code is space other than enter ) your back function code is same in all screens so it will go to previous screen ,plzz check SE11 back button &lt;/P&gt;&lt;P&gt;( Display a table and press back button in the se11 initial screen press /h in okcode and press enter see the function code here )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz Reward if it is useful,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 03:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274408#M782822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T03:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274409#M782823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Maheswari&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;  Yes , you are correct it is also back in sy-ucomm but what to do now plzz guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will reward definitely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 03:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274409#M782823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T03:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274410#M782824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, try to write different different fcodes for back button in all screen and you can control throught programatically only it is depending your logic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz reward if it is useful,&lt;/P&gt;&lt;P&gt;Mahi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 03:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274410#M782824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T03:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274411#M782825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestions, now i have a clue to clear my problem i will solve the problem by self .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 03:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode/m-p/3274411#M782825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T03:26:40Z</dc:date>
    </item>
  </channel>
</rss>

