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: 

Upload table definition to file

Former Member
0 Kudos
134

Hi

Is it possible to upload the table definition (not contents) in SAP to a file or preferably a XML structure?

Regards

Deepa

1 ACCEPTED SOLUTION

Former Member
0 Kudos
67

Deepa,

use fm DP_GET_FIELDS_FROM_TABLE to get the fields from a table and add them to internal table and use GUI_DOWNLOAD

to download into a file

Thanks

Bala Duvvuri

1 REPLY 1

Former Member
0 Kudos
68

Deepa,

use fm DP_GET_FIELDS_FROM_TABLE to get the fields from a table and add them to internal table and use GUI_DOWNLOAD

to download into a file

Thanks

Bala Duvvuri