cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging ESS applications

Former Member
0 Kudos

Hi All,

We are having ESS applications which brings Employees general data on portal. But in general data employees orgnisation unit is incorrect .

I want to know how to debug this application so as to check where exactly it is picking the wrong org.unit for an employee in R3-HR.

Regards,

Ganesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Ganesh,

how you know that organization unit is wrong for employee until and unless you dubug right.

weather you debug from webdynpro or from R3.

if organization unit is wrong you will not get the personal data for the employee.

Thanks,

Regards

Vijai

Former Member
0 Kudos

Ganesh,

Instead of debugging the ess application, go to PA30 and check the org unit in infotype 1 which is valid for current date.

It could be a possibility that you employee is assigned to a position which is in the incorrect org unit.

check in transaction ppose. Locate the org unit mentioned on ESS application and check if your employee holds any position in the org unit.

However, if you insist on debugging, you can put external breakpoint in the relevant BAPI to debug. List of RFCs called is mostly documented in SAP help. for eg:

http://help.sap.com/saphelp_erp60_sp/helpdata/en/f6/263359f8c14ef98384ae7a2becd156/frameset.htm

Find your service in SAP help and find out the relevant BAPI. Put external breakpoint for employee user ID and then login to ESS using same ID. You should be able to debug then

Regards,

Ashutosh

Former Member
0 Kudos

Hi,

Thanks for the link but where exactly can I find the relevant BAPI which is being used in particular service.

Also I have checked in PA30 org units are coming proper in PA30 for an employee.

Regards,

Ganesh

Edited by: Ganesh Khandekar on Oct 1, 2008 1:26 PM

Former Member
0 Kudos

Ganesh,

run st05(rfc trace) in r/3 and check what fms are getting called.

then put breakpoints in those fm and do external debugging

if you want to debug from java side

follow these links

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/849170e3-0601-0010-d59e-ddfce735...

I suggest r/3 debugging may yield results

Thanks

Bala Duvvuri

Former Member
0 Kudos

hi Ganesh,

Where is ur UME data r u using LDAP.

Go to User Administration---> Identity Management and search for any user

check what is displayed here

Unique ID: USER.CORP_LDAP.<ur ID>

If this is correct then the data from the LDAP is correct.

then you can look into other things.

regards,

kris