hi,
i want to take a print of all z tables made in the system with their description. I have gone to SE16 where i can see the names but not all at a glance. can any one help me.
use DD02T table
u can get all the table names with their description in DD02t table.
hi,
DD02L - table properties
DD02T - table texts
DD03L - field properties
DD03T - field texts
regards.
sakshi
Hi,
Please refer to following blog.
/people/faisal.altaf2/blog/2010/02/14/get-name-of-tables-used-in-t-code
Hope this helps.
Regards,
Chandravadan
Try the repository transactions SE84-SE86, you will be able to select the database table per package, and display in lists easily exportable.
Regards,
Raymond
I could see them all at once in SE16. What's the problem?
Rob
Hi
you can get the list of all tables in the system in table VARID with the table description and variant information also.
Thanks
srinivas
Hi ,
Your problem is solved ? , ie you had the list of ZTABLES as per given suggestions from many of the membes?
Thanks,
Vengal Rao.
Hi,
In transaction SE11, in database table write Z* and press F4, you can find all the ZTABLES existing. It gives all names ata glance.
Regards,
Divya.
Hi,
If you want to get this information via SE16, use DD02V. This is a view over the table list (DD02L) and the corresponding descriptions (DD02T).
The method via SE11 -> Z* -> F4 from Divya's answer also works, but by default it shows only database tables and not structures (which might actually be what you want).
Regards,
Mark
Hi,
I think all the above replies are sufficient..