‎2008 Dec 15 8:06 AM
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
‎2008 Dec 15 8:30 AM
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
‎2008 Dec 15 8:32 AM
Thanks for replying, no I have to check the consistency of ztables created in SE11.
‎2008 Dec 15 8:31 AM
HI
Alternatively, use transaction code DB02.
Choose Checks->Database -> ABAP Dictionary consistency.
hope this helps
regards
Aakash Banga