Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

download customer table structures.

Former Member
0 Likes
718

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

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
674

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

3 REPLIES 3
Read only

Former Member
0 Likes
674

Hi,

Use FM DDIF_FIELDINFO_GET.

Regds,

Senthil

Read only

Former Member
0 Likes
674

You can use table DD03M:

TABNAME = ZTABLE, try to filter by language FIELDNAME = DDLANGUAGE

Regards

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
675

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.