2010 Sep 23 5:14 PM
Hi experts,
i want to download all customer tables (Z), not data, the structure of the tables, if there any way to do so?
Report, or function module?
tks in advance
2010 Sep 23 5:49 PM
You have a very good utility program here
link:[Download List of Custom Tables|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cc39e11e-0b01-0010-ebbf-ba091ba457ce?quicklink=index&overridelayout=true]
Pass Z* to dd03l-tabname and get the tables later you can use fm CEV3_TABLE_READ, pass the table names and get the structure.
Hi experts,
i want to download all customer tables (Z), not data, the structure of the tables, if there any way to do so?
Report, or function module?
tks in advance
2010 Sep 23 5:18 PM
2010 Sep 23 5:23 PM
You can use table DD03M:
TABNAME = ZTABLE, try to filter by language FIELDNAME = DDLANGUAGE
Regards
2010 Sep 23 5:49 PM
You have a very good utility program here
link:[Download List of Custom Tables|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cc39e11e-0b01-0010-ebbf-ba091ba457ce?quicklink=index&overridelayout=true]
Pass Z* to dd03l-tabname and get the tables later you can use fm CEV3_TABLE_READ, pass the table names and get the structure.