<?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: User Exit for Va01 ( additional data B ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940682#M1334524</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;In Standard Program 'SAPMV45A', , you will get two screens 8309 &amp;amp; 8310 as "Sales Document Header User Exit Header".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add the required tab there by designing the layout in this screen and can write the logic in either " MV45AFZZ" or "MV50AFZ1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2009 13:12:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-10T13:12:13Z</dc:date>
    <item>
      <title>User Exit for Va01 ( additional data B )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940677#M1334519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to add a table control to the transaction VA01 sub screen  (additional data b), for this we need to have access key.&lt;/P&gt;&lt;P&gt;Is it advisable to modify using access key .........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 11:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940677#M1334519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T11:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for Va01 ( additional data B )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940678#M1334520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes.  You need access key to do changes in the user exit, because it would be an INCLUDE program inside the main program SAPMV45A.  It is not a standalone user exit (SMOD/CMOD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the user exit is MV45AOZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 13:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940678#M1334520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T13:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for Va01 ( additional data B )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940679#M1334521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the program MV45AFZZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access key(Object key) is mandatory to add custom changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under this check the form routine--"FORM userexit_field_modification.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with sy-tcode = 'VA01'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add your validation under this condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 13:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940679#M1334521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T13:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for Va01 ( additional data B )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940680#M1334522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi   thanks for the response , my concern is to add custom fields on va01 for this there is a user exit  screen 8459 (item user exit) in program  SAPMV45A, now to add fields to screen 8459 we have to modify program SAPMV45A.MV45AFZZ can be  used only to place the flow logic modules , but to design the screen 8459 and flow logic we have to modify SAPMV45A.&lt;/P&gt;&lt;P&gt;is it required to modify the whole program SAPMV45A ?.....any other way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 04:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940680#M1334522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T04:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for Va01 ( additional data B )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940681#M1334523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you should write the code in the PBO and PAI of the user exit screen 8459.  Definitely you need access key for this.  This is the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 12:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940681#M1334523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T12:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for Va01 ( additional data B )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940682#M1334524</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;In Standard Program 'SAPMV45A', , you will get two screens 8309 &amp;amp; 8310 as "Sales Document Header User Exit Header".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add the required tab there by designing the layout in this screen and can write the logic in either " MV45AFZZ" or "MV50AFZ1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 13:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-va01-additional-data-b/m-p/5940682#M1334524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T13:12:13Z</dc:date>
    </item>
  </channel>
</rss>

