Finding SAP table names and descriptions

lkptantan發表於2008-05-26
To get a list of SAP table names and descriptions, browse table DD02T in SE16 or run the following SQL in sqlplus:

Code

Select tabname, ddtext from sapr3.dd02t where ddlanguage = 'E'
[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/167898/viewspace-1004634/,如需轉載,請註明出處,否則將追究法律責任。

相關文章