Application Development 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: 

Is there any function to check whether table exist in the dictionary

Former Member
0 Kudos
1,076

In the program, i want to dynamicly check whether the table exists in the dictionary, and return the result to me.

6 REPLIES 6

former_member223537
Active Contributor
0 Kudos
136

Hi,

Write a query to check the table DD02L for the table name.

Best regards,

Prashant

h_senden2
Active Contributor
0 Kudos
136

I dont know a function module, but you can use table DD02L

regards

Hans

Former Member
0 Kudos
136

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^

Former Member
0 Kudos
136

Thanks guys

JozsefSzikszai
Active Contributor
0 Kudos
136

DB_EXISTS_TABLE

varma_narayana
Active Contributor
0 Kudos
136

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.