‎2007 Feb 13 9:51 AM
hi,
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.
Thanks,
Vind.
‎2007 Feb 13 9:57 AM
Hi,
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.
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.
‎2007 Feb 13 9:58 AM
‎2007 Feb 13 10:33 AM
hi
good
try with these user exits.
MBCF0002 Customer function exit: Segment text in material doc. item
MBCF0005 Material document item for goods receipt/issue slip
MBCF0006 Customer function for WBS element
MBCF0007 Customer function exit: Updating a reservation
MBCF0009 Filling the storage location field
MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1
MBCF0011 Read From RESB and RKPF For Print List in MB26
MBCFC003 Maintenance of batch master data for goods movements
MBCFC004 Maintenance of batch specifications for goods movements
thanks
mrutyun^
‎2007 Feb 13 11:53 AM
Hi,
Copying the Std report RM07DOCS and doing modifications is one way.
Other way is Develop your own report using the Tables MKPF and MSEG.
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.
I think The new field to be added(MCH1-LICHA) is the same Batch NO which is present in MSEG-CHARG .
Design your own ALV Report and make it as Interactive, such that when double clicked on MBLNR field it calls the Transaction MB03.
Regards,
Chaitanya