cancel
Showing results for 
Search instead for 
Did you mean: 

Pop Up Error Message in Fiori

Former Member
0 Kudos

Dear Gateway Experts,

I would like to popup an error message in Standard Fiori PR Approval App by doing some validation in the Backend(inside a BADI). For this I have used the below code inside the BADI and its working fine, but in Fiori I am getting the error message text as "RFC Error" and i want to change the text of this, please let me know how to achieve this.

DATA: lo_busi_exc TYPE REF TO /iwbep/cx_mgw_busi_exception.

MESSAGE e069(<messageclass>).

RAISE EXCEPTION lo_busi_exc.


Accepted Solutions (0)

Answers (0)