<?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: Screen Exit - Step by step in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162267#M120796</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 all your help. Does anyone have any document with screenshot for screen-exit. Can you please share with me at deyatanu304@yahoo.com. Thanks all for all your great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best wishes,&lt;/P&gt;&lt;P&gt;Atanu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2006 10:15:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-23T10:15:19Z</dc:date>
    <item>
      <title>Screen Exit - Step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162261#M120790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Can anyone please help me out with &amp;lt;b&amp;gt;screen exit&amp;lt;/b&amp;gt; step by step. I will require that for Purchase Order screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Atanu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 11:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162261#M120790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162262#M120791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GOT TO THE PROGRAM OF THE TRANSACTION IN WHICH THE SREEN EXITS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIND THE PACKAGE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO TO CMOD, IN ENHANCEMENT SETTINGS, GIVE THE PACKAGE NAME&lt;/P&gt;&lt;P&gt;U WILL GET ALL THE EXITS FOR THAT TRANSACTION, BY SEEING THE SHORT DESCRIPTION, U NEED TO IDENTIFY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2ND METHOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN THE SCREEN LAYOUT, SEE ANY BLANK SUBSCREEN IS THERE OR NOT. IF IT IS THERE, THEN SCREEN EXIT IS THERE FOR THAT PARTICULAR SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3RD METHOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN THE SCREEN MODULE POOL CHECK FOR "CALL SUB SCREEN".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IT IS THERE THEN, THERE IS SCREEN EXIT FOR THAT SCREEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 12:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162262#M120791</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-21T12:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162263#M120792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen&amp;#146;s flow logic.&lt;/P&gt;&lt;P&gt;the tcode is cmod...&lt;/P&gt;&lt;P&gt;1.From the main screen of the Project management transaction, proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Select Enhancement components and choose Change. &lt;/P&gt;&lt;P&gt;2.Choose Edit component. &lt;/P&gt;&lt;P&gt;3.Choose the screen exit and double click on it &lt;/P&gt;&lt;P&gt;4.Create your subscreen using the Screen Painter. &lt;/P&gt;&lt;P&gt;5.Design your screen to be added to the standard screen and activate the particular screen and return back to the flow logic . &lt;/P&gt;&lt;P&gt;6.Choose the PAI and PBO to write down the logic.&lt;/P&gt;&lt;P&gt;7.Generate your screen and choose Back (the green arrow) to return to the Project management transaction.&lt;/P&gt;&lt;P&gt;8.Go to the transaction ME22 to view the customer defined screen exit.&lt;/P&gt;&lt;P&gt;9.Enter the purchase order number and press Enter.&lt;/P&gt;&lt;P&gt;10.Go to the menu header --&amp;gt; Details. &lt;/P&gt;&lt;P&gt;11.Purchase number is visible on the standard screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 12:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162263#M120792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T12:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162264#M120793</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;Go through this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/userexit.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/userexit.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gayathri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 12:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162264#M120793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T12:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162265#M120794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check this exit &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EXIT_SAPMM06E_006&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this SAP help for screen exit..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9d/12233a0edd7978e10000000a11402f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9d/12233a0edd7978e10000000a11402f/frameset.htm&lt;/A&gt;&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 12:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162265#M120794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T12:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162266#M120795</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;Send me a mail to my Email ID: ramanan_9@yahoo.co.in&lt;/P&gt;&lt;P&gt;Will send you a good document on User Exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat Ramanan Natarajan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 12:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162266#M120795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T12:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162267#M120796</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 all your help. Does anyone have any document with screenshot for screen-exit. Can you please share with me at deyatanu304@yahoo.com. Thanks all for all your great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best wishes,&lt;/P&gt;&lt;P&gt;Atanu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 10:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162267#M120796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-23T10:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Step by step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162268#M120797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;Can you please send the document to my email vivpat007@indiatimes.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;LSP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2006 23:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-step-by-step/m-p/1162268#M120797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-01T23:11:39Z</dc:date>
    </item>
  </channel>
</rss>

