Dear Experts,
I want to raise exception and put custom error message within "Show Details" message dialog as below picture.
I can't find the way to put custom message to "Show Details" section.
I'm using message container and "/iwbep/cx_mgw_busi_exception" for raise an exception.
RAISE EXCEPTION type /iwbep/cx_mgw_busi_exception
EXPORTING
textid = /iwbep/cx_mgw_busi_exception=>business_error
message = lv_message.
I tried so many attribute but It didn't work.
Is it possible to make this kind of dialog (Message dialog with "Show Details") with custom error message?
Best Regards,