‎2008 Jun 23 3:19 PM
Hey All,
I am facing some issues when a RFC call is made from a Java application to SAP(Custom Function Module). The issue is that the calls fail randomly when called from the Java interface, but they run successfully when reprocessed. Also when i process it in SAP through se37 it never fails. I am looking for suggestions on is there any way to capture the Data passed during the failed RFC call. I looked into the option of FBGENDAT, but that requires change to the includes in the function module, to include and do the macro. Is there any other way besides FBGENDAT to capture the data passed during an RFC call.
Any Suggestion are Highly Appreciated.
Thanks
‎2008 Jun 23 3:20 PM
‎2008 Jun 23 3:20 PM
‎2008 Jun 23 3:26 PM
and check whether switching on RFC Trace via ST01 for analysis would be an option.
http://help.sap.com/saphelp_nw70/helpdata/EN/5a/ace298ca0211d194b500a0c94260a5/frameset.htm
‎2008 Jun 23 3:31 PM
Thank you for you inputs, But I need the data passed to the FUnction module during that call. I dont think these options give me the data. I am looking for something similiar to FBGENDAT but without modifications to the FM.
Thanks
‎2008 Jul 08 3:53 AM