<?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: Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962002#M395417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do u link ? MBLNR to vendor batch ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2007 09:58:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-13T09:58:57Z</dc:date>
    <item>
      <title>Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962000#M395415</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 requirment is  to provide a copy MB51 report and add a column to the standard report (field to be added as an additional column is mch1-licha 'vendor batch no) . may i know the steps to includ this additional column to a sap standard report TC : MB51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 09:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962000#M395415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T09:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962001#M395416</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 program name for this report is RM07DOCS. Copy this program and  check for the final internal table and add the field name in the itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIST is the internal table used for display. in that add this extra column also include this in the select statements wherever the are fetching from mch1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 09:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962001#M395416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962002#M395417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do u link ? MBLNR to vendor batch ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 09:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962002#M395417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T09:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962003#M395418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with these user exits.&lt;/P&gt;&lt;P&gt;MBCF0002            Customer function exit: Segment text in material doc. item&lt;/P&gt;&lt;P&gt;MBCF0005            Material document item for goods receipt/issue slip&lt;/P&gt;&lt;P&gt;MBCF0006            Customer function for WBS element&lt;/P&gt;&lt;P&gt;MBCF0007            Customer function exit: Updating a reservation&lt;/P&gt;&lt;P&gt;MBCF0009            Filling the storage location field&lt;/P&gt;&lt;P&gt;MBCF0010            Customer exit: Create reservation BAPI_RESERVATION_CREATE1&lt;/P&gt;&lt;P&gt;MBCF0011            Read From RESB and RKPF For Print List in  MB26&lt;/P&gt;&lt;P&gt;MBCFC003            Maintenance of batch master data for goods movements&lt;/P&gt;&lt;P&gt;MBCFC004            Maintenance of batch specifications for goods movements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 10:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962003#M395418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T10:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962004#M395419</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;Copying the Std report RM07DOCS and doing modifications is one way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other way is Develop your own report using the Tables MKPF and MSEG.&lt;/P&gt;&lt;P&gt;Most of the Report Output fileds are in MSEG table.(Material, Plant,St.Location, Mov.Type,Material Doc No,Item,Post.Date,Qty, Unit) Get the Texts of Material and Plant from MAKT and  T001W Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think The new field to be added(MCH1-LICHA) is the same Batch NO which is present in MSEG-CHARG .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Design your own ALV Report and make it as Interactive, such that when double clicked on MBLNR field it calls the Transaction MB03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 11:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1962004#M395419</guid>
      <dc:creator>Chaitanyat</dc:creator>
      <dc:date>2007-02-13T11:53:46Z</dc:date>
    </item>
  </channel>
</rss>

