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: 

problem with mb_migo_badi

Former Member
0 Kudos

Hi experts,

I am using badi 'MB_MIGO_BADI' to create subscreen in item level (migo). when i am testing in development server its

working fine. Then I have transported in quality sever there its not calling my implimented badi. Badi is in active only.

pls anybody help me regarding this..

Thanks

Ramesh Manoharan

7 REPLIES 7

Former Member
0 Kudos

Hi,

Put a break point in the implemetation in your quality server and see if the implementation is getting triggered if yes check the screen that you have created is active.Try to retransport the request and check there should not be any error.

Regards,

Himanshu

0 Kudos

Hi

Thanks for ur reply . when i debug the standard program i found some error

The below standard code is in development server:

CALL METHOD cl_exithandler=>get_instance

EXPORTING

exit_name = 'MB_MIGO_BADI'

null_instance_accepted = x

CHANGING

instance = if_badi.

IF NOT lcl_migo_globals=>if_badi IS INITIAL.

CALL METHOD if_badi->init

CHANGING

ct_init = t_badi.

after executing the above code result is

if_badi =

t_badi = MIGO_BADI_IMPLEMENTATION_CIN and MIGO_BADI_IMPLEMENTATION_CIN_1.

here MIGO_BADI_IMPLEMENTATION_CIN_1 is my implimented badi.

The below code is in quality server:

CALL METHOD cl_exithandler=>get_instance

EXPORTING

exit_name = 'MB_MIGO_BADI'

null_instance_accepted = x

CHANGING

instance = if_badi.

IF NOT lcl_migo_globals=>if_badi IS INITIAL.

CALL METHOD if_badi->init

CHANGING

ct_init = t_badi.

after executing the above code result is

if_badi =

t_badi = MIGO_BADI_IMPLEMENTATION_CIN .

here MIGO_BADI_IMPLEMENTATION_CIN_1 is not getting called in program.

Pls help me regading this...

Thanks

Ramesh Manoharan.

Former Member
0 Kudos

hi

solved by my own.

Thanks

Ramesh Manoharan

0 Kudos

Hi Ramesh,

Can you explain how you add that tab in item leavel. I need to do same requirement . Please explin briefly.

Thanx & Regards

Rami Reddy

0 Kudos

closed

0 Kudos

hello .....

I am getting the same error that badi is not triggering in quality although its fully active and all the custom screen are dere in qty.

Please help me i got struck here ....

Thanks

Vinod.

<< Personal information removed >>

Edited by: Rob Burbank on Jun 3, 2011 10:12 AM

Former Member
0 Kudos

I'm also facing same issue. How did you resolve the issue?

Thanks,

Milind