Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remote enable RS_ABAP_SOURCE_SCAN

Former Member
0 Likes
941

How can I remote enable RS_ABAP_SOURCE_SCAN for external source scan tool?

--

John

4 REPLIES 4
Read only

Former Member
0 Likes
810

It'd be pretty difficult. This is a report program not a FM and it produces a report.

Rob

Read only

Former Member
0 Likes
810

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.

Read only

0 Likes
810

But then, how do you get the report back??

Rob

Read only

OttoGold
Active Contributor
0 Likes
810

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