cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ECC custom table extraction through Data Service

Former Member
0 Likes
966

Hi,

We are trying to extract the ECC tables without abap data flow due to limitation not able to install packages in ECC.

Extracting through normal data flow and execute in background option .Presently we are running on DS 4.2. SP5

We are getting the below error after running couple of hours. Please let me know any suggestion for this kind of error codes .

error.jpg

Accepted Solutions (1)

Accepted Solutions (1)

former_member187605
Active Contributor

It's never a good idea to extract huge ECC tables in a normal data flow.

Refer to Best way to read data from SAP ECC for a more elaborate discussion on the different options.

Answers (1)

Answers (1)

Former Member

Please go through the link posted by Dirk. If you can create RFC Programs then you can make better use of RFC data transfer method while pulling data from SAP ECC, but this method will also generate ABAP programs on the Application server.

https://wiki.scn.sap.com/wiki/display/EIM/RFC+transport+method

What is the Data transfer method which you are using in the Datastore configuration?

If you have access to tables being used by SAP Application server then you can directly connect to the daatabase and pull data

Regards

Arun Sasi