2011 Jun 15 12:22 PM
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.
2011 Jun 15 12:36 PM
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)
2011 Jun 15 1:02 PM
I think it will still be assigned a generic userid then, for example, wf-batch. So maybe you can set breakpoint for this?
2011 Jun 16 4:53 AM
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.
2011 Jun 16 4:55 AM