‎2008 Aug 22 1:51 PM
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,
‎2008 Aug 22 1:56 PM
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..
‎2008 Aug 22 2:01 PM
try this
MESSAGE E001(ZMESGCLASS) with table_name.
and in message class declare message like
"your message & "
Thnaks
‎2008 Sep 04 8:00 AM