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: 

mb_migo_badi not triggering for mode: display and material document

Former Member
0 Kudos

Hi all,

I implemented mb_migo_badi for migo, i added standard field in a new tab, so i am able ot get field value in it.

the problem is when you select mode: display and ref doc :Material document

the value is not comming in to the new field.

the method LINE_MODIFY is not triggering for these modes.

do we have to set any condition in any method..

please help me out...

thanks,

srinivas

2 REPLIES 2

Former Member
0 Kudos

Hi Srinivas,

In method PBO_DETAIL call the display screen which you have created for display mode by passing screen number to

E_DYNNR and program name to E_CPROG parameter. Normally we create two screen one for display and another

for rest of the actions.

Check example on website saptechnical for the same

Hope this helps you.

Best Regards,

Akanksha.

Edited by: Akanksha Tiwari on May 10, 2011 1:14 PM

0 Kudos

hi,

i specified all the values in PBO_DETAIL. i am getting value in the field in MIGO screen for mode:Goodsreciept and

ref_doc: PO.

but for mode ; display and ref_doc: material document i am not able to get the value.

do i need to specify any condition in MODE method??