<?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: Button on application tool bar? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-application-tool-bar/m-p/1427938#M204948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to add new button on status of VA01, you have only one way: to change the standard status U of program SAPMV45B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be better not to make it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway if you really need to change it, use the menu painter trx SE41, but you have to register the abap object in OSS to obtein the key for modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After inserting new button , you have to manage it by trx VFBS (Next Control Screen): here you have to define all actions have to be done when user presses your button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have to indicate the function code of new button, the action (so which routine has to be called) and next action (so you have to define which function code has to be setted after yours).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I advise you to implement your routines in include MV45AFZZ: it's routine for user-exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't (or don't want) to change a standard program you can try to insert a button on the screen exit: 8309/8310/8459/8460 of program SAPMV45A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Jul 2006 06:36:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-02T06:36:36Z</dc:date>
    <item>
      <title>Button on application tool bar?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-application-tool-bar/m-p/1427936#M204946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to keep one button in application tool bar in VA01 transaction.Please let me know the procedure.&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>Sat, 01 Jul 2006 03:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-application-tool-bar/m-p/1427936#M204946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-01T03:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Button on application tool bar?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-application-tool-bar/m-p/1427937#M204947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot add any buttons to application tool bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have only menu exits, function exits and screen exits. You can try with these menu exits ( SD Menu exits )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RVEXAKK2  Additional Customer-specific Lists / Reports                &lt;/P&gt;&lt;P&gt;V43A3X1   GUI exit '+3X1': Sales activities/actions (GOTO menu)       &lt;/P&gt;&lt;P&gt;V43A5X1   GUI exit '+5X1': Sales activities/actions (INFORMATION menu)&lt;/P&gt;&lt;P&gt;V43A6X1   GUI exit '+6X1': Sales activities/actions (ENVIRONMENT menu)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't think these are helpful to you. Have a look at these documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jul 2006 21:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-application-tool-bar/m-p/1427937#M204947</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-01T21:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Button on application tool bar?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-application-tool-bar/m-p/1427938#M204948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to add new button on status of VA01, you have only one way: to change the standard status U of program SAPMV45B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be better not to make it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway if you really need to change it, use the menu painter trx SE41, but you have to register the abap object in OSS to obtein the key for modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After inserting new button , you have to manage it by trx VFBS (Next Control Screen): here you have to define all actions have to be done when user presses your button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have to indicate the function code of new button, the action (so which routine has to be called) and next action (so you have to define which function code has to be setted after yours).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I advise you to implement your routines in include MV45AFZZ: it's routine for user-exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't (or don't want) to change a standard program you can try to insert a button on the screen exit: 8309/8310/8459/8460 of program SAPMV45A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jul 2006 06:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-application-tool-bar/m-p/1427938#M204948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-02T06:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Button on application tool bar?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-application-tool-bar/m-p/1427939#M204949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try for any menu exit for the Tcode Va01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think u can find one....&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;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jul 2006 11:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-on-application-tool-bar/m-p/1427939#M204949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-02T11:25:42Z</dc:date>
    </item>
  </channel>
</rss>

