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: 

How to add a new column in a standard transaction mb5b

Former Member
0 Kudos

Hi,

In t-code mb5b, there are columns which describe the material description, material , opening stock , opening value, etc. I have to add a column with the field name "opening rate". Values for opening rate are calculated using the formula

opening rate = opening value / opening stock.Please help.

3 REPLIES 3

Former Member
0 Kudos

Check if it is possible using any user exit or BADI or screen exit.

Regards,

Aparna Gaikwad

0 Kudos

I looks possible using user-exits.Can someone tell me the step by step procedure.

Former Member
0 Kudos

Hi

if you want to add a new Column in the Standard transaction you need to create a copy of program RM07MLBD. Add your field in the end of STYPE_BELEGE, Populate the text for field in FieldCat and in the end Populate the value by doing calculation on each row and modifying the table.

Rajnesh