‎2016 Sep 15 7:45 AM
Hi ,
The following is the requirement:
SYSTEM # 2:
Execute SM20:
Enter From/to->date/time ,Client, User and click on "Reread Audit Log" button, then it display ALV Report.
I want entries of this output.
I will call this report in SYSTEM #1 to get the entries of above output in SYSTEM # 2.
Please help on how to get data of other system by submitting report through RFC.
Regards,
Sree
‎2016 Oct 06 11:24 AM
‎2016 Sep 15 8:07 AM
You cant submit a report via RFC. You can only call RFC-enabled Function Modules via RFC. Check SAP documentation RFC - Connectivity - SAP Library
‎2016 Sep 15 8:13 AM
First, did you
What did you already try, look for?
Some hints for a dynamic tool, building a generic FM
Regards,
Raymond
(*) Look for RFC Restrictions in online help.
‎2016 Sep 15 8:18 AM
Dear Sreekanth,
Please use the below syntax :
CALL FUNCTION func DESTINATION dest parameter_list.
dest = u need to maintain in SM59 first.
Please make sure your FM exists in the System 2.
Regards,
Yance
‎2016 Sep 15 8:21 AM
Hi Sreekanth,
You need to create an RFC enabled FM to submit the program and then read the ALV output into an internal table. You may use list to memory while performing the submit and then use FM LIST_FROM_MEMORY to read the ALV into an internal table. Now pass the same as output table parameter of the RFC enabled FM.
Regards,
Shayeree
‎2016 Oct 06 11:24 AM