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 name for table details

Former Member
0 Likes
512

Hi Experts

Whats the table name to find out the database table details including table field name, data element, data type and its length.

Thanks in advance.

regards

raja

1 ACCEPTED SOLUTION
Read only

naveen_inuganti2
Active Contributor
0 Likes
486

Hi..

DD03L

Thanks,

Naveen.I

Hi Experts

Whats the table name to find out the database table details including table field name, data element, data type and its length.

Thanks in advance.

regards

raja

2 REPLIES 2
Read only

naveen_inuganti2
Active Contributor
0 Likes
487

Hi..

DD03L

Thanks,

Naveen.I

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
486

hi ,

Check DD03L , " Table Fields

Table Name = tabname 
Datatype  = DATATYPE
length = LENG

Regards