Application Development 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: 

changing layout of transaction 'mb5w' .

Former Member
0 Kudos

Hello,

I want the column 'BIMST' (Old Material No) to display in the list report of 'List of Stock Values:Balances' when i run the transaction 'mb5w' , How to do that ?

Thanks..

Shehryar

1 ACCEPTED SOLUTION

former_member480923
Active Contributor
0 Kudos

Hi

The TCode MB5W is a report transaction without LDB so you can copy the program into a Z program and modify it your requirement.

But be careful in modifying select statements with ur values as it could be off the index.

Hope it helps

Anirban

7 REPLIES 7

Former Member
0 Kudos

check out these user exits for the trnsaction

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

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

former_member480923
Active Contributor
0 Kudos

Hi

The TCode MB5W is a report transaction without LDB so you can copy the program into a Z program and modify it your requirement.

But be careful in modifying select statements with ur values as it could be off the index.

Hope it helps

Anirban

0 Kudos

how to copy ?

0 Kudos

Copy using copy to option avialble in SE38 and make a Z program.

Hope this helps

Anirban

0 Kudos

yeah i can do frm there.. but what will be the source prog ?

Thanks,

Shehryar

0 Kudos

The program would be RM07MBST.

Regards,

Ravi

0 Kudos

Hi shehryar,

1. RM07MBST

This will be the source program.

2. This we can get from tcode

se93

3. goto se93,

type the tcode : MB5W

and choose display.

regards,

amit m.