cancel
Showing results for 
Search instead for 
Did you mean: 

Debugger triggerring more than once

Former Member
0 Kudos

Hi Experts,

I am working on sap portal 7.3 and my project is based on webdynpro java.

I have set an external breakpoint in ECC for checking whether am I able to successfully pass the data from portal to RFC and while doing so the debugger window is triggering three times eventhough am executing the RFC only once.

Can anyone please help me with this?

Regards,

Murali Krishnan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Venkat_Pendyala
Explorer
0 Kudos

Hi,

Try by activating remote debugging

junwu
Active Contributor
0 Kudos

how you call the rfc?

Former Member
0 Kudos

wdcontext.wdget<componentcontrollername>.execute<rfcname>

this is the way to execute rfc.

junwu
Active Contributor
0 Kudos

how are you sure the three times execution is not triggered from front-end? did you debug?

Former Member
0 Kudos

yes the debugger is triggering three times from porta only because I have checked in the backend with internal breakpoint and its triggerin only one time

junwu
Active Contributor
0 Kudos

then you have to debug your front end code.

Former Member
0 Kudos

What is the step for debugging the code in portal?