2007 Oct 26 7:55 AM
In the program, i want to dynamicly check whether the table exists in the dictionary, and return the result to me.
2007 Oct 26 7:59 AM
Hi,
Write a query to check the table DD02L for the table name.
Best regards,
Prashant
2007 Oct 26 7:59 AM
I dont know a function module, but you can use table DD02L
regards
Hans
2007 Oct 26 8:02 AM
hi
good
i dont think there is any such function to check the presence of the table.
bcz you can check it directly in se11 rather than using any function.
thanks
mrutyun^
2007 Oct 26 8:02 AM
2007 Oct 26 8:03 AM
2007 Oct 26 8:06 AM
Hi..
Call the FM
DB_EXISTS_TABLE
This FM takes the DB table name as input and Returns the SUBRC = 0 If table is existing.
reward if Helpful.