Application Development 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: 

How to debug in Eployee Self Service?

Former Member
0 Kudos

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

kesavadas_thekkillath
Active Contributor
0 Kudos

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

prasenjit_sharma
Active Contributor
0 Kudos

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

0 Kudos

thanks I will do that!

0 Kudos

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!

kesavadas_thekkillath
Active Contributor
0 Kudos

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.