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: 

Information message in BADI

Former Member
0 Kudos

Hello All,

I want to raise an information message in BADI . Can you please let me know to do so.

I am using MESSAGE ID 'Z_ID' TYPE 'I' NUMBER '000'. But it is not working.

Please let me know how to handle messages in BADI .

Thank you in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

if the BADI Method -Parameters have the option of exception handling then you can raise the messges other wise my suggestion is call the fm POPUP_TO_INFORM or POPUP_TO_CONFIRM

4 REPLIES 4

former_member195698
Active Contributor
0 Kudos

what is the error that you are getting ? Have you created the message in the message class ?? try using type 'S' message once...

0 Kudos

I not getting any error, But the message is not been raised.... I have tryed with Message type S to. It is not been raised....

Former Member
0 Kudos

if the BADI Method -Parameters have the option of exception handling then you can raise the messges other wise my suggestion is call the fm POPUP_TO_INFORM or POPUP_TO_CONFIRM

uwe_schieferstein
Active Contributor
0 Kudos

Hello Swapna

Since it is a message of an existing message class simply use:

MESSAGE i000(z_id).

Regards

Uwe