Source code in tables

Question:
Does anybody know where SAP stores ABAP source code? I know we can use "READ REPORT" to get source code into itab,
and also tables D010SINF stores the general information of programs. Thanks a lot in advance!
Answer:
I'm pretty sure the table is D010S but you cannot view it with the dictionary in SAP. If you go to the database server and use the DBMS tools there you will be able to view the table but the source code is not in a format that you'll be able to read
Answer:
Thank you all for the kind information!
Could you put a little effort to explain how to use native SQL to get it?
Yes its is D010S only, but OPEN SQL would not read this table, you'll need to use native SQL.
Regards
Sudhir/Mohit
Answer:
Can you please expedite the exact requirement.
Answer:
Hi TwoABAPers,
My Dev server was down, and the backup tape tells us "data is not consistant", so we can't restore the whole system, but SAPDATA & Oracle... I have my ABAP list, so I try to read oracle database to get some of ABAP programs' source. Would you mind to help me a little?
Thank you very much!
quote="TwoABAPers"]Can you please expedite the exact requirement.[/quote]
Answer:
Hi Turby !!
For more infomation on Native SQL, In ABAP EDitor type EXEC and press F1.
OR
SAPLibrary --> Basis Component --> BC - ABAP Programming --> ABAP Database Access --> Native SQL
Regards,
Sudhir/Mohit

More Articles:

Code Change and Audit?
how to know FB02 transaction is related to .?
Split a CHAR8 and convert the sond half to NUMC4?
Pls help : Did my SAP got virus ?
LAST WEEK DAY in a MONTH?
Desiption between ALV View Controls & Data?