<?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: alv issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-issue/m-p/2180546#M463567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi please do write Leave screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you can write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant LEAVE SCREEN calls the current next screen. This is either statically specified in the properties of the current screen or has been set before using the statement SET SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there is no next screen in you case ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also you can use ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Jayant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        JAYANT KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2007 13:03:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-02T13:03:12Z</dc:date>
    <item>
      <title>alv issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-issue/m-p/2180545#M463566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i am displaying output using alv list display. here i am having my own pf status . in this pf status i have one button called 'Edit'. when i click this button it shows  one screen there i can modify the record. now my problem after displaying the screen when i press enter button that screen is disppear. i wrote the code as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ' ' .&lt;/P&gt;&lt;P&gt;leave screen. but it is not working. anybody can suggest me what shall i do in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;maheedhar.t&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-issue/m-p/2180545#M463566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T13:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: alv issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-issue/m-p/2180546#M463567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi please do write Leave screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you can write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant LEAVE SCREEN calls the current next screen. This is either statically specified in the properties of the current screen or has been set before using the statement SET SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there is no next screen in you case ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also you can use ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Jayant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        JAYANT KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-issue/m-p/2180546#M463567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T13:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: alv issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-issue/m-p/2180547#M463568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maheedhar,&lt;/P&gt;&lt;P&gt; What do you want to happen after the pop up is displayed?&lt;/P&gt;&lt;P&gt;If you press enter what should happen?&lt;/P&gt;&lt;P&gt;Is that screen defined by you?&lt;/P&gt;&lt;P&gt;If, yes, did you create a PF-STATUS for that screen as well?&lt;/P&gt;&lt;P&gt;If yes, what is the FCODE for enter on that screen?&lt;/P&gt;&lt;P&gt;Then, did you write the user_command handling in the PAI section of that screen?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-issue/m-p/2180547#M463568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T13:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: alv issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-issue/m-p/2180548#M463569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Problem solved when i define F-Code ENTER in the pf status green tick mark . thanks for all.&lt;/P&gt;&lt;P&gt;iam closing my thread.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-issue/m-p/2180548#M463569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T13:08:05Z</dc:date>
    </item>
  </channel>
</rss>

