cancel
Showing results for 
Search instead for 
Did you mean: 

No address found for partner function type : 0002 and 0013

Former Member
0 Kudos

Hi Experts,

I have SRM PO and it is partially confirmed ,requester and Goods receipant has left the organisation, now another user trying to post the confirmation, getting the error :

No address found for partner function type : 0002

No address found for partner function type : 0013

We understood that requester and Goods receipant has left the organisation and this user is not there in organisation structure, hence we are getting the error.

Now we are trying to amend requester and goods receipant in the PO with new user(alreday there in the Orgn structure) but system is not allowing to do the same.

How can i post the confirmation now?? is ther any way to post the confirmation without amending the PO ?

Thanks in advance

Suresh.A

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Please find the below steps

Step1:

Fetch the shopping baskets GUID using the table CRMD_ORDERADM_H.

Creator of shopping basket -CREATED_BY

Shopping basket no.: OBJECT_ID

Creation date: CREATED_AT

Fetch the shopping baskets GUID.

Step 2

Fetch the GUID of Alternative goods recipient:New User who would be doing Goods Receipt

Use the Function Module'HR_OBJECTBUPA_GETBUPA'

Use function module BBP_PD_SC_GETDETAIL input the shopping basket and GUID.

Fetch E_PARTNER-PARTNER_GUID's of Partner type 00000016 and 00000020.

Go to CRMD_PARTNER table for the above GUIDs replace the PARTNER_NO for 16 and 20

with PARTNER GUID of the alternative goods recipient.

Thanks

Trinath