on ‎2015 Jul 10 12:31 PM
Hi experts,
I have a DM custom logic package that calls a custom logic BAdI.
I need to change package status from "success" to "warning" or "error".
I tried this:
DATA ls_message TYPE uj0_s_message.
ls_message-msgid = 'ZBPC'.
ls_message-msgty = uj00_cs_msgty-warn. "Also tried 'W' and 'E'
ls_message-msgv1 = 'My error message'.
APPEND ls_message TO et_message.
But the package still ends on "success".
How can I do this?
Thank you
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 16 | |
| 11 | |
| 9 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.