<?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: Add new button in VL02N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131091#M1975148</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Once check screen no 3702 and click on layout .&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1781662-icobar.png" /&gt;&lt;/P&gt;&lt;P&gt;Maybe this helps.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2020 05:00:19 GMT</pubDate>
    <dc:creator>former_member597044</dc:creator>
    <dc:date>2020-02-18T05:00:19Z</dc:date>
    <item>
      <title>Add new button in VL02N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131090#M1975147</link>
      <description>&lt;P&gt;Hi guys.&lt;/P&gt;
  &lt;P&gt;I need you help please. &lt;/P&gt;
  &lt;P&gt;I need to add a new button in vl02n (program SAPMV50A, screen number 3000). The new button should be at righ side of "Batch determin." button. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1781653-screen-3000.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;I've seen that it can be added in the STATUS-GUI, but I don't need it there.&lt;/P&gt;
  &lt;P&gt;How can I solve this?&lt;/P&gt;
  &lt;P&gt;Thanks. &lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 01:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131090#M1975147</guid>
      <dc:creator>former_member276797</dc:creator>
      <dc:date>2020-02-18T01:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add new button in VL02N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131091#M1975148</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Once check screen no 3702 and click on layout .&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1781662-icobar.png" /&gt;&lt;/P&gt;&lt;P&gt;Maybe this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 05:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131091#M1975148</guid>
      <dc:creator>former_member597044</dc:creator>
      <dc:date>2020-02-18T05:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add new button in VL02N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131092#M1975149</link>
      <description>&lt;P&gt;To add a new button on SAPMV50A 3000 screen you definitely need to change the screen definition/layout i.e. register a repair key to the standard SAP object and just change it. Actually you need to change 3702 screen as  &lt;SPAN class="mention-scrubbed"&gt;sumanth_2025&lt;/SPAN&gt; pointed out. 3702 screen is included in 3000 on.&lt;/P&gt;&lt;P&gt;Adding a button is easy. The tricky part is to implement the processing of the new button.&lt;/P&gt;&lt;P&gt;What is that you need that new button to do?&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 08:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131092#M1975149</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2020-02-18T08:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add new button in VL02N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131093#M1975150</link>
      <description>&lt;P&gt;You do it as for any other standard dynpro screen:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;either there is a screen exit to include a custom subscreen,&lt;/LI&gt;&lt;LI&gt;or you have to change the standard as explained by Dominik.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;NB: the space that you think is not occupied is reserved to button "batch creation" as explained by Sumanth.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 09:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131093#M1975150</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-02-18T09:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Add new button in VL02N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131094#M1975151</link>
      <description>&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;
As &lt;SPAN class="mention-scrubbed"&gt;sumanth_2025&lt;/SPAN&gt; said, there is a hidden button there, therefore, it is difficult to add a new one instead. I decided to add it in the toolbar, it is the fastest and easiest solution to implement.&lt;/P&gt;&lt;P&gt;Thanks for your answers.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 21:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-button-in-vl02n/m-p/12131094#M1975151</guid>
      <dc:creator>former_member276797</dc:creator>
      <dc:date>2020-02-18T21:48:03Z</dc:date>
    </item>
  </channel>
</rss>

