cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging WDA External Candidate Application - E-Recruitment

Former Member
0 Likes
267

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

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

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

Former Member
0 Likes

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,

Former Member
0 Likes

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