<?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: EXIT in initial Screen VA01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287539#M786492</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;i had the similar requirement, but then used field exit to get this done.&lt;/P&gt;&lt;P&gt;remember you cant get value of other field in field exit( eg order type in sales office field exit)&lt;/P&gt;&lt;P&gt;for that you can use FM   'GET_DYNP_VALUE'  to find value for other screen field like &lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'GET_DYNP_VALUE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      I_FIELD = 'VBAK-AUART'&lt;/P&gt;&lt;P&gt;      I_REPID = 'SAPMV45A'&lt;/P&gt;&lt;P&gt;      I_DYNNR = '0101'&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      O_VALUE = auart&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will find you the value for order type in sales office field exit code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to define field exit goto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmod &amp;gt; then type in command field PRFB. then define field exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u need more help let me know.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mandy on Jan 14, 2008 2:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2008 19:28:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-14T19:28:12Z</dc:date>
    <item>
      <title>EXIT in initial Screen VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287538#M786491</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;I need an exit in the initial screen of tx. VA01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you enter the Order Type and the Organizational Data I need to validate some order Types.&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;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 19:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287538#M786491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T19:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT in initial Screen VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287539#M786492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;i had the similar requirement, but then used field exit to get this done.&lt;/P&gt;&lt;P&gt;remember you cant get value of other field in field exit( eg order type in sales office field exit)&lt;/P&gt;&lt;P&gt;for that you can use FM   'GET_DYNP_VALUE'  to find value for other screen field like &lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'GET_DYNP_VALUE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      I_FIELD = 'VBAK-AUART'&lt;/P&gt;&lt;P&gt;      I_REPID = 'SAPMV45A'&lt;/P&gt;&lt;P&gt;      I_DYNNR = '0101'&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      O_VALUE = auart&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will find you the value for order type in sales office field exit code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to define field exit goto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmod &amp;gt; then type in command field PRFB. then define field exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u need more help let me know.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mandy on Jan 14, 2008 2:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 19:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287539#M786492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T19:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT in initial Screen VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287540#M786493</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;Try USEREXIT_FIELD_MODIFICATION in include MV45AFZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 19:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287540#M786493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T19:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT in initial Screen VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287541#M786494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USEREXIT_FIELD_MODIFICATION will test only after going to second screen not on initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mandy on Jan 14, 2008 2:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 19:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287541#M786494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T19:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT in initial Screen VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287542#M786495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use enhancement point &lt;STRONG&gt;FCODE_BEARBEITEN_01&lt;/STRONG&gt; in enhancement spot  &lt;STRONG&gt;ES_SAPMV45A&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 20:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287542#M786495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T20:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT in initial Screen VA01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287543#M786496</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;The following exit will work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V45A0002                   EXIT_SAPMV45A_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not working for your scenario, try the following also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPMV45A_003  and component V45A0002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if solved your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 04:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-in-initial-screen-va01/m-p/3287543#M786496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T04:40:22Z</dc:date>
    </item>
  </channel>
</rss>

