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: 

Can we pass a warning message through a Badi into the status bar

Former Member
0 Kudos

Hi all,

I need to pass a warning message with BADI ' INVOICE_UPDATE ' to the status bar.

Is it possible with BADI to pass a warning message at the status bar.

Thanks & Regards,

Pooja Joshi

5 REPLIES 5

former_member181995
Active Contributor
0 Kudos

Yes why not!

0 Kudos

Could you plz tell me how we can pass that warning message to the status bar as i am trying for that but i am not able to pass it to status bar.

Thanks & Regards,

Pooja Joshi.

0 Kudos

In proper method use like

IF <Your condition>.
    MESSAGE WXXX(ZMSG)."Zmsg is your message class
  ENDIF.

0 Kudos

I tried by this still i am not able to display it into the status bar.

Thanks.

0 Kudos

so Where is is firing?

As my knowledge Warning message W and Error message are depends on the context.

we cannot expect their colour like green or yellow.

they would fire as their severity.