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: 

Get Table Description with ABAP

Former Member
0 Kudos

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

athavanraja
Active Contributor
0 Kudos

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

olivergrande
Associate
Associate
0 Kudos

Hallo Tobias,

you can also use FM DDIF_TABL_GET.

Regards,

Oliver