Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Report

Former Member
0 Likes
494

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.

4 REPLIES 4
Read only

Former Member
0 Likes
440

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.

Read only

Former Member
0 Likes
440

How do u link ? MBLNR to vendor batch ?

Regards

Prabhu

Read only

Former Member
0 Likes
440

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^

Read only

Chaitanyat
Participant
0 Likes
440

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