cancel
Showing results for 
Search instead for 
Did you mean: 

How to find required BAPIs for WhoIsWho?

Former Member
0 Kudos

I have a requirement to develop WhoIsWho self-service

web dynpro application for EP 6.0 and ECC 5.0.

How and where to find required BAPIs, Tables and columns for WhoIsWho Application?

Accepted Solutions (1)

Accepted Solutions (1)

oliver
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Tiruna,

take a look at Transaction BAPI in the tree under

Personal Management -> Personal Administration

and there in EmployeePersonalData you'll find these:

BAPI_PERSDATA_CHANGE

BAPI_PERSDATA_CREATE

BAPI_PERSDATA_CREATESUCCESSOR

BAPI_PERSDATA_DELETE

BAPI_PERSDATA_DELIMIT

BAPI_PERSDATA_GETDETAIL

BAPI_PERSDATA_GETDETAILEDLIST

BAPI_PERSDATA_GETLIST

BAPI_PERSDATA_SIMULATECREATION

Theese BAPIs should give you access to the employee HR data in R/3 (if that's what you are looking for ;-).

In HR i would not go directly on the db tables because they are normally clustered and secured for the obvious reasons.

Regards,

ok

Answers (2)

Answers (2)

Former Member
0 Kudos

Shanmuga,

I have question here, I am also working as same as you. How to configure in SPRO for whoiswho self-service? Can you pls send me some steps?

Thanks,

Kumar.

Former Member
0 Kudos

Thanks Oliver.