cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Flashing message on Analysis for Office through ABAP - Planning Sequence

Former Member
0 Kudos
590

Hi,

I have a requirement wherein I have to flash an Error message based certain conditions through ABAP which getting called through planning sequence attached to a Button in AO report.

So the way we get Standard successful, warning or error messages based on operation status on AO; is there any way to send custom message to AO?

Please let me know.

Thank you.

Avadhoot Nayakal

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member302041
Contributor

I guess you mean that you have implemented custom planning function type in ABAP?

Correct?

If so then in the method "process" there is an object l_r_msg

You can add there your own messages as for example:

MESSAGE e000(rspls) INTO DATA(lv-dummy) WITH 'any message'.
i_r_msg->add_msg( ).