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

SE14 - mass check for Database objects

Vladimir_Kogan
Participant
0 Likes
2,011

Dear Gurus

We have a lot of tables, that have error/problems in check DB14->Check->Database object

How can I find all problematic tables in single report?

Regards

Vladimir

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,318

you can use report RUTDBCHK. It does the se14 functionality. Maybe debugg some and you will find the corresponding FM related, which would in turn return an error / information about the status

5 REPLIES 5
Read only

Former Member
0 Likes
1,319

you can use report RUTDBCHK. It does the se14 functionality. Maybe debugg some and you will find the corresponding FM related, which would in turn return an error / information about the status

Read only

0 Likes
1,318

Hi

It its the same check, but I cannot run it on all tables in data dictionary

Regards

Vladimir

Read only

0 Likes
1,318

Hi Vladimir,

have you found a way checking all tables in data dictionary?

Regards,

Christoph

Read only

0 Likes
1,318

check report RUTMSJOB

Read only

0 Likes
1,318

Great Utility!!!

Thank you a lot!