on ‎2025 May 05 11:47 PM
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 .
Request clarification before answering.
within the transaction DBACOCKPIT you can use the "SQL Editor"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would say that the best approach will be the native DBMS tool. Almost every DBMS engine have a tool to export data, examples:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.