cancel
Showing results for 
Search instead for 
Did you mean: 

Get Central Person for users which are deleted from System

Former Member
0 Kudos

Hello,

I use function module CRM_CENTRALPERSON_GET to get central person for SRM users. The function doesn't retrieve any value for users which are deleted from SRM system.

Is there any way by which i can retrieve BU Partner GUID?

Regards,,,

Sunil Joyous

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

<u>I am not sure that the information for Contact Persons deleted in the system is stored in any table or Any Function module can retrieve the same....</u>

Look in SRM tables - BUT000, HRP1000, HRP1001,

<b>In SE16 Transaction for this BP -></b>

<u>Look for field values for this particular Business Partner in 'BUT000' table. Carefully check the values of the field contents -></u>



XDELE
 
XBLCK

If any ot them is / or both are them is set to 'X', make it blank space or vice-versa.

See that it helps in your case.


Sample code

select * from HRP1001 where otype = 'CP' and PLVAR = '01'.                                                                                
select * from HRP1000 where otype = 'CP' and PLVAR = '01'. 

Related link ->

Also refer to Function module - BP_CENTRALPERSON_GET

Hope this will help. Do let me know.

Regards

- Atul