Finding SAP table names and descriptions
Looking for a quick way to generate an SAP tables list plus descriptions? Read on for tips from our expert.
To get a list of SAP table names and descriptions, browse table DD02T in SE16 or run the following SQL in sqlplus:
Select tabname, ddtext from sapr3.dd02t where ddlanguage = 'E'
Editor's note: SAP provides a lot of useful documentation on tables on the SAP Community Network. Explore these resources for an introduction to SAP tables, and get SAP table lists for the various SAP modules.
- Get a list of the most frequently used tables in SAP ERP
- Explore these common questions about SAP tables
- Find more tips on SAP tables from the SAP Community Network