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

Capturing RFC call data.

Former Member
0 Likes
1,179

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
887

Tbale ARFCSSTATE and ARFCSDATA contains system logs.

4 REPLIES 4
Read only

Former Member
0 Likes
888

Tbale ARFCSSTATE and ARFCSDATA contains system logs.

Read only

ThomasZloch
Active Contributor
0 Likes
887

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

Read only

0 Likes
887

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

Read only

Former Member
0 Likes
887

Closing Thread