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

Debugging RFC FM from WSDL web services

Former Member
0 Likes
530

Hi friends,

I am using WSDL as my web services and calling SAP RFC FM to send some files, I would like to Debug and test the FM....

I have same user ID and pwd for both SAP login and WSDL credentials, activated external debugging to set some break-points..but whenever I run the external WSDL application(already logged into SAP n RFC FM session is ready with external break-points) there is no pop up of a different session with debugging.

I hope the above information helps in understanding my issue, please provide me the appropriate steps/solution to Debug an RFC FM which is called from a non-sap like WSDL application. good points will be given for sure.....

Thanks & Regards,

Santosh

Hi friends,

I am using WSDL as my web services and calling SAP RFC FM to send some files, I would like to Debug and test the FM....

I have same user ID and pwd for both SAP login and WSDL credentials, activated external debugging to set some break-points..but whenever I run the external WSDL application(already logged into SAP n RFC FM session is ready with external break-points) there is no pop up of a different session with debugging.

I hope the above information helps in understanding my issue, please provide me the appropriate steps/solution to Debug an RFC FM which is called from a non-sap like WSDL application. good points will be given for sure.....

Thanks & Regards,

Santosh

2 REPLIES 2
Read only

former_member227140
Active Participant
0 Likes
496

hello santosh,

whatever procedure you are following is right...may be i would suggest 2 things here

1) In your FM , if you have message as your expost parmeter ,take 1 field message on your application say a ADOBE form...

and then may be you can bind this message to message in your export parameter of FM.

then just manually write say sy-subrc = '0'.

message = 'sucess'

else

message 'fail'.

and check what value of mesage you are getting on your adobe form after you execute..

i think either this wsdl application is not at all excuted or if you want to debug just try 1 or 2 more users and see if you can get into debug mode.

also let me know what code you are writting to execute your FM from WSDL application.

thanks

Read only

Former Member
0 Likes
496

Moderator message - Cross post locked Rob