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: 

Export Description Field ( Short Text ) to Excel ,Pls..

Former Member
0 Kudos

Hai all,

How can i export Description Field ( Short Text ) in ABAP Dictionary ( SE11 ) to MS-EXCEL. I have exported it ( Structure Table ) before but i didn't get the Description Field ( Short Text ).

Regards

Indra Budiman.

1 REPLY 1

athavanraja
Active Contributor
0 Kudos

write a small program

use FM "TR_NAMETAB_GET" to get the table definition and use gui_download to download it to excel.

IV_TABNAME 'SFLIGHT'

IV_GET_LENGTHS_IN_CHARMODE 'X'

IV_GET_TEXTS 'X'

Regards

Raja