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

Debug RFC called from external system with no dialog user

Former Member
0 Likes
2,395

Hi all,

We need to debug the rfc function module which is called from the external system( Siebel ) .

The user id is not dialog user so can not set external debugger.

Need you help.

Thanks,

Anmol.

Hi all,

We need to debug the rfc function module which is called from the external system( Siebel ) .

The user id is not dialog user so can not set external debugger.

Need you help.

Thanks,

Anmol.

4 REPLIES 4
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
911

The user id is not dialog user so can not set external debugger.

As a workaround you can introduce an infinite loop in the code(i guess the RFM is a custom one). In doing so you'll keep the Work Process in "Running" state so that you can debug it! (SM50->Program/Session->Program->Debugging)

Read only

former_member201275
Active Contributor
0 Likes
911

I think it will still be assigned a generic userid then, for example, wf-batch. So maybe you can set breakpoint for this?

Read only

Former Member
0 Likes
911

Hi Suhas,

Nice to know you became Moderator...

Hmmm the solution you provided was the last option..

Any ways the issue is resolved we changed the user to dialog user and then debugged the code.

Thanks a Lot,

Anmol.

Read only

Former Member
0 Likes
911

Duplicate POst

Edited by: anmol112 on Jun 15, 2011 11:55 PM