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

Get Table Description with ABAP

Former Member
0 Likes
5,355

Is it possible to read out the Description Text(Short Text) of a Database Table and assign it to a field via ABAP???

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
1,762

Is it possible to read out the Description Text(Short Text) of a Database Table(<b>its available in DD02T table</b>) and assign it to a field via ABAP??? (<b>YES</b>)

Regards

Raja

Read only

olivergrande
Associate
Associate
0 Likes
1,762

Hallo Tobias,

you can also use FM DDIF_TABL_GET.

Regards,

Oliver