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: 

Why 'Message i398(00) with 'Just for a test'' does not work in badi

Former Member
0 Kudos

Dear all :

I got a confusing problem,

In ECC5.0 in badi ME_PROCESS_PO_CUST.

I write the code in method 'PROCESS_HEADER',

METHOD IF_EX_ME_PROCESS_PO_CUST~PROCESS_HEADER.

BREAK-POINT.

MESSAGE I398(00) WITH 'JUST FOR A TEST'.

ENDMETHOD.

It worked well,but i put it into ECC6.0 ,It does't work,

What can I do now?

Thank you very much.

Message was edited by:

Leibnitz.Pan

1 REPLY 1

0 Kudos

Hi,

Are you sure that you are able to nvoke the BADI i mean can you see in the debug mode that this statement is being executed in your program flow and there is no effect. Just check if the BADI implementation is getting invoked. Also check the message class tat you are using is existing in the new system.

Regards,

Sesh