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: 

Convert SE11 Table Fields as HTML format not Contents?

Former Member
0 Kudos

SAP Experts,

I want to convert SE11 Table Attributes fields into HTML format.

But i don't want contents of Table.

Please, Response to me, how to do?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I'd suggest you write a little ABAP report which calls the function NAMETAB_GET with the tabname set to the table you want listed... the DNTAB structure will contain all the useful columns of data from SE11. Then you can download the list as HTML using the usual System > List > Save. Try the function out in SE37 to see what it returns.

1 REPLY 1

Former Member
0 Kudos

I'd suggest you write a little ABAP report which calls the function NAMETAB_GET with the tabname set to the table you want listed... the DNTAB structure will contain all the useful columns of data from SE11. Then you can download the list as HTML using the usual System > List > Save. Try the function out in SE37 to see what it returns.