<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/4210679#M1006172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Screens 8309 and 8459 basically 'are' the screen exits. It is the same approach as for the form routines in e.g. MV45AFZZ, you just add your fields to those screens in addition to your PAI and PBO logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to segment your Additional Data B screen you can also add subscreens to it, just be aware that the customer name space for subscreens created in SAPMV45A is 9xxxx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 11:31:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-16T11:31:22Z</dc:date>
    <item>
      <title>screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/4210678#M1006171</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;&lt;/P&gt;&lt;P&gt;How to find the enhancement name from the given exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 exits -&amp;gt; Exit - User-modules PAI (Process After Input)	MV45AIZZ&lt;/P&gt;&lt;P&gt;                 	Exit - User-modules PBO (Process Before Output)	MV45AOZZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requiremements is for screen exits..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add z fields in va01 transaction in screen 8309 and 8459.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as i know when there is screen exit we need to drag and drop the required firlds in the screen and then add thier code in PBO and PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here they havent specified any screen exit, rather they have provided include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please help me with finding the screen exits relevent to these include so that i can drag and drog those field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise if there is no screen exit for this then might be i ll have to create selection screen for all those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Amruta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 11:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/4210678#M1006171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T11:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/4210679#M1006172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Screens 8309 and 8459 basically 'are' the screen exits. It is the same approach as for the form routines in e.g. MV45AFZZ, you just add your fields to those screens in addition to your PAI and PBO logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to segment your Additional Data B screen you can also add subscreens to it, just be aware that the customer name space for subscreens created in SAPMV45A is 9xxxx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 11:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/4210679#M1006172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T11:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/4210680#M1006173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a multitude of exits for these screen.  Have a look at the following include programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MV45AFZ4                      &lt;/P&gt;&lt;P&gt; MV45AFZA                      &lt;/P&gt;&lt;P&gt; MV45AFZB                      &lt;/P&gt;&lt;P&gt; MV45AFZB_USEREXIT_CHECK_VBAK  &lt;/P&gt;&lt;P&gt; MV45AFZB_USEREXIT_FILL_VBAP_FR&lt;/P&gt;&lt;P&gt; MV45AFZC                      &lt;/P&gt;&lt;P&gt; MV45AFZD                      &lt;/P&gt;&lt;P&gt; MV45AFZF                      &lt;/P&gt;&lt;P&gt; MV45AFZH                      &lt;/P&gt;&lt;P&gt; MV45AFZU                      &lt;/P&gt;&lt;P&gt; MV45AFZZ                      &lt;/P&gt;&lt;P&gt; MV45AFZZ_FCODE_KKON_REDIRECT  &lt;/P&gt;&lt;P&gt; MV45AFZZ_FCODE_PKON_REDIRECT  &lt;/P&gt;&lt;P&gt; MV45AFZZ_USEREXIT_FIELD_MODIFI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 11:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/4210680#M1006173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T11:31:28Z</dc:date>
    </item>
  </channel>
</rss>

