‎2010 Apr 27 8:31 AM
hi experts,
I want give my own dump message in my report , in the dump i want give my own message in that dump error.
Is there any functional module.i
‎2010 Apr 27 9:38 AM
Execute this
report abc.
message 'This is a custom dump message' type 'X'.
‎2010 Apr 27 8:36 AM
Hi,
I don't think there is a way to define your own dump message as it is standard.
instead you can handel your excepctions and give your own custome messages.
Regards
Bikas
‎2010 Apr 27 9:38 AM
Execute this
report abc.
message 'This is a custom dump message' type 'X'.