Question

My requirement is to display source code of RFC. I have a non SAP environment. I believe SAP stores RFC source in one of the tables. If i know the table and column, I can fetch this info. Can anybody share info on this?

Thanks

Was it helpful?

Solution

If i know the table and column, i can fetch this info.

The table is REPOSRC, the column is DATA - good luck.

(For those reading along, the source is stored in a compressed form that is not suitable for external access.)

If you're not commited to your brute-force approach, you could use the function module RPY_FUNCTIONMODULE_READ_NEW - this will return the source as well. Be aware that the source will be of limited use because it will most likely use tons of other stuff from other programs and includes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top