on 2020 Jan 31 6:32 AM
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
Request clarification before answering.
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( ).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.