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

exception with values

Former Member
0 Likes
552

Hi all,

i'm doing validation for tables which is selected dynamically and if table is nt valid then it throw a exception, all things wkging fine up to there but i want that it throw a exception with invalid table names which is selected dynamically.

how to do that?

regards,

3 REPLIES 3
Read only

Former Member
0 Likes
523

Hi anuj,

When u declare the message..declare it with the table name, so that u can see that in the error message..

for ex.

Message e039(zaba) with 'table name'.

Try this...

Success..

Read only

former_member745780
Active Participant
0 Likes
523

try this

MESSAGE E001(ZMESGCLASS) with table_name.

and in message class declare message like

"your message & "

Thnaks

Read only

Former Member
0 Likes
523

thanx all,.