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

Extract ECC

jazcruz
Explorer
0 Likes
900

We have a requirement to extract the data from SAP ECC , which involves multiple tables involved in it around 10 tables and also involve loop logic from one table to another. What is the best approach to perform this ?

Is there any other way beyond ABAP program? I mean can we write SQL without installing any other tool?

Note : Client doesn't allow any external tools like BODS and all. Because they are going to decommission SAP soon . 

Accepted Solutions (0)

Answers (2)

Answers (2)

nachtaktiv
Participant
0 Likes

within the transaction DBACOCKPIT you can use the "SQL Editor"

mamartins
Active Contributor
0 Likes

I would say that the best approach will be the native DBMS tool. Almost every DBMS engine have a tool to export data, examples:

bjansen
Participant
0 Likes
ODBC connection to the database
jazcruz
Explorer
0 Likes
o use DB. But I can’t use DB since, its risky. I can only access SAP ECC systems not DB.