<?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 MB51 - layout in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb51-layout/m-p/2105454#M439298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Morning!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tx = MB51&lt;/P&gt;&lt;P&gt;When we execute MB51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Material Document List is displayed as all SAP LAYOUT reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click button LIST DETAIL (Ctrl + Shift + F12), the list is displayed as EXCEL FORMAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user wants:&lt;/P&gt;&lt;P&gt;- When he executes the MB51 he wants the List (report) is displayed straight as Excel Format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible as STANDARD? Or to get that we have to develop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 08:46:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T08:46:05Z</dc:date>
    <item>
      <title>MB51 - layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb51-layout/m-p/2105454#M439298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Morning!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tx = MB51&lt;/P&gt;&lt;P&gt;When we execute MB51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Material Document List is displayed as all SAP LAYOUT reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click button LIST DETAIL (Ctrl + Shift + F12), the list is displayed as EXCEL FORMAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user wants:&lt;/P&gt;&lt;P&gt;- When he executes the MB51 he wants the List (report) is displayed straight as Excel Format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible as STANDARD? Or to get that we have to develop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb51-layout/m-p/2105454#M439298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: MB51 - layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb51-layout/m-p/2105455#M439299</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;This cannot be performed with the standard MB51 list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can modify the standard or copy it to a Z one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Z program, right before the list appears, you can give an OK-CODE, what the detail list is requesting, and this will made the program to show the detail list instead of the standard one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of coourse with this case you have to program the BACK button also, to skip the normal report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb51-layout/m-p/2105455#M439299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: MB51 - layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb51-layout/m-p/2105456#M439300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Copy the Std report of MB51 to a report and modify.&lt;/P&gt;&lt;P&gt;Remove the code to display report.&lt;/P&gt;&lt;P&gt;Just take the final Internal Table data and pass to the fun module&lt;/P&gt;&lt;P&gt;EXCEL_OLE_STANDARD_DAT, so that the data will be displayed straight as a EXCEL file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb51-layout/m-p/2105456#M439300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: MB51 - layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb51-layout/m-p/2105457#M439301</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;U need to create a custom program as copy of RM07DOCS and update the routine output_list in order to replace the fm REUSE_ALV_HIERSEQ_LIST_DISPLAY with REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb51-layout/m-p/2105457#M439301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:59:57Z</dc:date>
    </item>
  </channel>
</rss>

