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

Download/Upload custom table structure

Former Member
0 Likes
1,425

Hi,

Is there any code that can download/Upload a custom table structure from/to SAP

Regards

Mireille

Hi,

Is there any code that can download/Upload a custom table structure from/to SAP

Regards

Mireille

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
852

I think the only way to do that is thru the transport system.

Regards,

Rich Heilman

Read only

andreas_mann3
Active Contributor
0 Likes
852

Hi,

FROM SAP:

1) with SE16 -> table DD03M or DD03L and -> transfer to excel

2) with abap: a) select with RFC_GET_NAMETAB

b) download with GUI_DOWNLOAD

TO SAP:

-> see this thread

Regards Andreas

Read only

0 Likes
852

Hi Andrea,

Now that is downloaded, How it cant be uploaded back to different R/3 Server

Regards