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 and download tables from sap

Former Member
0 Kudos

hi!

i need to download tables from sap 46c in order to upload them again in anther sap system.

is it possible lie doing with programs?

regards

yifat

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

do you mean the table definition or table entries?

if its table definition you can check out this FM

DD_CREATE_TABLE

Regards

Raja

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

do you mean the table definition or table entries?

if its table definition you can check out this FM

DD_CREATE_TABLE

Regards

Raja

Former Member
0 Kudos

hi, about download table content, you can using this one, RFC_READ_TABLE.

It's a RFC FM, so you can call it from your target SAP system, with a available RFC destination already built.

After call it, do modify TABLE in target system.

By the way, I think if you really need to copy data to onther SAP system, you can try client copy, or transportation.

thanks