Application Development 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: 

Table type-System table

Former Member
0 Kudos

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

Former Member
0 Kudos

hi chkout

<b>DD02l</b>

and

<b>dd40l</b>

plz reward if useful

6 REPLIES 6

Former Member
0 Kudos

hi chkout

<b>DD02l</b>

and

<b>dd40l</b>

plz reward if useful

Former Member
0 Kudos

Hi Hema,

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

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

Siri

Former Member
0 Kudos

DD02L -


fOR tABLE AND sTRUCTURE

DD40L -


FOR tABLE tYPES

Message was edited by: Manoj Gupta

0 Kudos

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

Former Member
0 Kudos

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

DD40T ---> Text on table types

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

Former Member
0 Kudos

You can use the function module DB_CREATE_TABLE to create the table