cancel
Showing results for 
Search instead for 
Did you mean: 

Extract ECC

jazcruz
Explorer
0 Kudos
193

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 Kudos

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

mamartins
Active Contributor
0 Kudos

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
Explorer
0 Kudos
ODBC connection to the database
jazcruz
Explorer
0 Kudos
o use DB. But I can’t use DB since, its risky. I can only access SAP ECC systems not DB.