cancel
Showing results for 
Search instead for 
Did you mean: 

HR EMPLOYEE DATA NOT UPDATED IN ADRCON TABLE

Former Member
0 Kudos

Hello

We have developed a report to upload the business partners ( customers, vendors, employees) into GTS system.

This report uses /SAPSLL/API_1006_SYNCH_MASS function module for customers and vendors (i.e bp type 01 and 02) and /SAPSLL/API_CONTP_SYNCH_MASS for uploading persons( type 03).

It worked fine. But now we tried to upload a file for employee (HR data) and we used /SAPSLL/API_CONTP_SYNCH_MASS for this also.

The employee gets created in BUT000 and PNTBP table, but it is not getting created in adrcon table. So, no screening could be done for the employees.

What could be the reason? Is there any OSS note to implement for this?

When i checked inside the /SAPSLL/API_CONTP_SYNCH_MASS fuction module, it mentioned that it is suitable for partner type 03, 07 and 11. But i am not sure why it is not updating in adrcon table only.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aravind,

Can you debug and let us know what happens at line 117-119 of /SAPSLL/API_CONTP_SYNCH_MASS.

*------- Verhindern, dass die Tabellen für SAP GTS erneut im

*-       BADI des Geschäftspartners verbucht werden

     CALL FUNCTION '/SAPSLL/BP_NO_INPUT_PROCESS' .


I think it would also be useful to set a break point in Function module /SAPSLL/BP_GTS_DATA_MAINTAIN.


I think you should also activate and reactivate BADI /SAPSLL/BP_MAINTAIN.

Best Regards,

Eoin