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

Checking Dictionary objects

Former Member
0 Likes
550

Hi, I am having all the custom developed tables in the internal table, now I have to do the syntax check for the same, is there any tcode to do this other than SPDD and SPAU.

Thanks.

V

3 REPLIES 3
Read only

tarangini_katta
Active Contributor
0 Likes
511

Hi you want to do sysntax check for the itab.

Then this statement will work for you.

SYNTAX-CHECK FOR itab MESSAGE mess LINE lin WORD wrd

Thanks

Read only

0 Likes
511

Thanks for replying, no I have to check the consistency of ztables created in SE11.

Read only

Former Member
0 Likes
511

HI

Alternatively, use transaction code DB02.

Choose Checks->Database -> ABAP Dictionary consistency.

hope this helps

regards

Aakash Banga