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

WORKORDER_GOODSMVT BADI Not triggering

Sijin_Chandran
Active Contributor
0 Likes
1,366

Hello all ,

I have Implemented a BADI IMPLEMENTATION for CO11N.

I have confirmed about this BADI by using the below mentioned technique as well ,

http://scn.sap.com/docs/DOC-33611

The strange thing is that my implementation is not triggering , though everything is error free.

method : GM_SCREEN_OKCODE_CHECK

if i_okcode = 'DELE'.

    c_error_flg = 'X'.

endif.

Hello all ,

I have Implemented a BADI IMPLEMENTATION for CO11N.

I have confirmed about this BADI by using the below mentioned technique as well ,

http://scn.sap.com/docs/DOC-33611

The strange thing is that my implementation is not triggering , though everything is error free.

method : GM_SCREEN_OKCODE_CHECK

if i_okcode = 'DELE'.

    c_error_flg = 'X'.

endif.

4 REPLIES 4
Read only

former_member217544
Active Contributor
0 Likes
971

Hi,

Is that Badi Activated. Keep a break point and check if it is coming to that badi.

Regards,

Swarna

Read only

0 Likes
971

HI Swarna ,

I have left no stones unturned .

Kept hardcore breakpoint and runtime breakpoint everything.

I donno why this thing is not working .

Read only

Abhijit74
Active Contributor
0 Likes
971

Hello,

Classical BADI WORKORDER_GOODSMVT has been migrated to enhancement spot WORKORDER_GOODSMVT. Could you please implement in enhancement spot.

Thanks,

Abhijit

Read only

Sijin_Chandran
Active Contributor
0 Likes
971

Hi Everyone ,

I did coding in this method as per below thread ,

http://scn.sap.com/thread/3330909

but as mentioned in this thread the correct method was COMPLETE_GOODSMOVEMENT.

Thanks everyone for your time and comments.