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

How to debug in Eployee Self Service?

Former Member
0 Likes
687

hello,

I have set external breakpoints that I can hit within ECC however I did not hit the breakpoints while in ESS?

any tips would be appreciated.

thanks

the program I am trying to hit is RPUBENOVIEW

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
637

For ESS each screen will be associated with any of the BADI/BAPI.

Keep a break point in those and trigger the ESS sreens from the portal ,we can debug in this way.

4 REPLIES 4
Read only

prasenjit_sharma
Active Contributor
0 Likes
637

Hi,

Check if there is an RFC user that is used to login to the ECC system. If yes you need to set break-points for that user.

Regards

Prasenjit

Read only

0 Likes
637

thanks I will do that!

Read only

0 Likes
637

How can I check for that username? or where could I find it? I know you can set the username in your setting for external debugging, but not sure how to get the RFC name

thanks!

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
638

For ESS each screen will be associated with any of the BADI/BAPI.

Keep a break point in those and trigger the ESS sreens from the portal ,we can debug in this way.