Source code in tables
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!
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
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
Can you please expedite the exact requirement.
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]
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