on ‎2010 May 17 7:23 AM
Hi I am trying to enhance E-Recruitment External candidate registration and Candidate profile applications which are built in Webdynpro ABAP.
My problem is I am not able to debug these applications using external(http) breakpoint as the breakpoint is set using my ID and the application user by default uses the user RCF_PUBLIC( I think so).
Please help me in finding a way to debug these applications.
@Moderators
I'm not sure where to post this message, in Webdynpro abap seciton or HCM. when I searched I saw a couple of similar questions in this section, hence posted here.
Thanks,
Sunil
Edited by: XSSDev on May 17, 2010 8:26 AM
Request clarification before answering.
Guys,
Thanks for all the replies, they were all helpful.
Here is how I was able to debug it.
Transaction SICF -> select the WDA application ->activate Debugger(edit->debugging->activate debugger)->change the User to 'RCF_PUBLIC' or watever the user maintained in logon data for that service.
now set your breakpoint and test the application. I was able to successfully debug it.
Thanks and Regards,
Sunil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
The reason could be user RCF_PUBLIC does not have debug authorization. You have to assign debug authorization to the user and put a breakpoint for user RCF_PUBLIC.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
http breakpoint is correct. it just means that it is not hitting that part of code at all.
do a trace RFC and SQL
check out the configuration on SICF, check for authority, test RFC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 59 | |
| 29 | |
| 21 | |
| 11 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.