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

Table type-System table

Former Member
0 Likes
2,730

Hi,

I would like to know the system table where the table types are stored.

I have a requirement to generate the table type manually through code.The name of the system table where the table types are stored will be useful.

Kindly reply.

Thanks in advance,

Hema

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,626

hi chkout

<b>DD02l</b>

and

<b>dd40l</b>

plz reward if useful

6 REPLIES 6
Read only

Former Member
0 Likes
1,627

hi chkout

<b>DD02l</b>

and

<b>dd40l</b>

plz reward if useful

Read only

Former Member
0 Likes
1,626

Hi Hema,

Pls Check the table <b>DD40L</b>.

Text on table types : <b>DD40T</b>

Siri

Read only

Former Member
0 Likes
1,626

DD02L -


fOR tABLE AND sTRUCTURE

DD40L -


FOR tABLE tYPES

Message was edited by: Manoj Gupta

Read only

0 Likes
1,626

Check the table DD02L for tables and

DD03L table with field names.

You can try to use fm DB_EXISTS_TABLE or DDIF_TABL_GET

Read only

Former Member
0 Likes
1,626

DD40L ---> Table types (internal tables defined in DD)

DD40T ---> Text on table types

DD42S ---> Key fields for table types (internal tab. define

Read only

Former Member
0 Likes
1,626

You can use the function module DB_CREATE_TABLE to create the table