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

Modifying table control in MIGO

Former Member
0 Likes
575

Hi,

I'm trying to modify MIGO transaction, and I found the MB_MIGO_BADI Badi, but I have no idea how to modify the central table control, They want to show new column on it. If anybody had done this stuff before I will be very grateful.

Thanks in advance.

Jano

2 REPLIES 2
Read only

Former Member
0 Likes
452

use this

MB_MIGO_BADI

in this

use this method LINE_MODIFY

Read only

0 Likes
452

Hi,

They do not want to modify the lines, They wants to put another field on the table control, I'm seeing the sap sample (CL_EXM_IM_MB_MIGO_BADI) in the method line_modify it just to modify the line data just in case you want to change any data, am I wrong?

Thanks