<?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/1204301#M131703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you zhenglin gu.I appreciate u'r  response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Apr 2006 04:16:27 GMT</pubDate>
    <dc:creator>former_member611341</dc:creator>
    <dc:date>2006-04-16T04:16:27Z</dc:date>
    <item>
      <title>screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204299#M131701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guys,&lt;/P&gt;&lt;P&gt;i need to add some fields in ADDITIONALDATAB  subscreen in VA01 transaction. ( goto-&amp;gt;header-&amp;gt;sales from VA01).&lt;/P&gt;&lt;P&gt;i can see that screen 8309 for programme SAPMV45A is a screen exit .but when im pressing change button it is asking me to register the object.why it is so?? Iam doing it new upgraded version 5.0 ECC.is the same exit i am looking for??&lt;/P&gt;&lt;P&gt;can any one please guide me...&lt;/P&gt;&lt;P&gt;i appreciate u'r help.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;aday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 19:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204299#M131701</guid>
      <dc:creator>former_member611341</dc:creator>
      <dc:date>2006-04-14T19:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204300#M131702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, the problem you meet is normal.&lt;/P&gt;&lt;P&gt;SAP has three major enhancement,&lt;/P&gt;&lt;P&gt;USER_EXIT&lt;/P&gt;&lt;P&gt;CUSTOM_EXIT&lt;/P&gt;&lt;P&gt;BADI&lt;/P&gt;&lt;P&gt;For user_exit, you should change the code in SAP standard application directly. So the access key is needed.&lt;/P&gt;&lt;P&gt;For CUSTOM_EXIT &amp;amp; BADI, the code can be added in the additional application, so access key is unnecessary.&lt;/P&gt;&lt;P&gt;For you situation, you can inform relevants for access key, or change the other way E.G. BADI to achieve your target. (Just do a search for the proper BADI. the new version system above 4.7 offer more BADI for us to use)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Apr 2006 04:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204300#M131702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-16T04:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204301#M131703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you zhenglin gu.I appreciate u'r  response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Apr 2006 04:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204301#M131703</guid>
      <dc:creator>former_member611341</dc:creator>
      <dc:date>2006-04-16T04:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204302#M131704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is old kind of user-exit and its a kind of modification in SAP code but SAP itself have given this place you put your screen and code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when you are trying to change SAPMV45A 8309, you are actually trying to modify SAP code and you will need access for this. Also for any logic related to this screen, you have to code in following given include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MV45ATZZ&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;For entering metadata for sales document processing. User-specific metadata must start with "ZZ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MV45AOZZ&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;For entering additional installation-specific modules for sales document processing which are called up by the screen and run under PBO (Process Before Output) prior to output of the screen. The modules must start with "ZZ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MV45AIZZ&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;For entering additional installation-specific modules for sales document processing. These are called up by the screen and run under PAI (Process After Input) after data input (for example, data validation). The modules must start with "ZZ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For writing your code in any of above include also, you will need a access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you get your answer. Let me know if you have any question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Apr 2006 04:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204302#M131704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-16T04:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204303#M131705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pal thanks for u'r good info .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adasy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Apr 2006 19:47:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1204303#M131705</guid>
      <dc:creator>former_member611341</dc:creator>
      <dc:date>2006-04-16T19:47:29Z</dc:date>
    </item>
  </channel>
</rss>

