2024 Oct 16 3:47 PM - edited 2024 Oct 16 3:48 PM
Hi Experts,
I'm trying to to display an error message in my Fiori App, but instead a warning message is displayed with the option to continue processing.
Creating the Message
APPEND VALUE #( %tky = run-%tky ) TO failed-run.
APPEND VALUE #( %tky = run-%tky
%msg = new_message( id = 'ZM_RUN'
number = 001
severity = if_abap_behv_message=>severity-error ) TO reported-run.
A Warning is displayed
Does anyone of you, know why this happends and how to solve this issue?
Note: The process is started via a Button "transform Product" on an Object Page in display mode.
Thanks and regards, Sebastian
Request clarification before answering.
User | Count |
---|---|
41 | |
15 | |
10 | |
9 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.