‎2011 Nov 04 3:47 PM
How can I remote enable RS_ABAP_SOURCE_SCAN for external source scan tool?
--
John
‎2011 Nov 04 4:10 PM
It'd be pretty difficult. This is a report program not a FM and it produces a report.
Rob
‎2011 Nov 04 4:46 PM
Hi John,
Welcome to the forum..
RS_ABAP_SOURCE_SCAN is a report program and one way to make it remote enabled is to create a "Remote Enabled (RFC)" Function module from SE37. This function moduel should be designed in such a way that it has the same number and type of import parameters as the selection screen parameters of the report RS_ABAP_SOURCE_SCAN. Also, it should have an export table parameter of the type of internal table GT_ALV_ITEM used in the report for displaying the result.
Hope this helps.
-Sajan Joseph.
‎2011 Nov 04 5:24 PM
‎2012 Apr 16 3:28 PM
Hello,
it took me approx. one hour to turn the report into a real class (not just a local one) and I can then use it freely where i want/ need. Including RFC function wrapper around it.
P.s.: misuse the SE24 class source code view together with the local class definition in program.
cheers Otto