Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

want create dump message

Former Member
0 Likes
493

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

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
394

Execute this


report abc.
message 'This is a custom dump message' type 'X'.

2 REPLIES 2
Read only

Former Member
0 Likes
394

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
395

Execute this


report abc.
message 'This is a custom dump message' type 'X'.