cancel
Showing results for 
Search instead for 
Did you mean: 

Which SAP table stores the ABAP program Source Code

Former Member
0 Kudos

Hi All,

Which SAP table stores the ABAP source code .

Is it possible to retrieve the abap program code from database table

wherein it is stored .

Scenario :

In our project SAP got decommissioned and SAP database is migrated to Oracle . As SAP is decomissioned , we are not able to access the SAP frontend . But we need a program code to service a request . Is it possible to retrieve the program code from the database

which is migrated to oracle .

Thanks

Shikha

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

The program code is stored in a table named REPOSRC. The code itself is compressed and you will be unable to access it via SQL or other tools.

Why not do a system copy to a sandbox that you can delete afterwards?

Markus