cancel
Showing results for 
Search instead for 
Did you mean: 

BRF expression : check Purchaser is different from SC's creator

former_member252154
Active Participant
0 Kudos

Hello,

We need a different WF depending on it is the SC's creator that changes his own PO or it is the Purchaser who modifies the PO.

How can we check Purchaser is different than the SC's creator with BRF expression?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member252154
Active Participant
0 Kudos

Thanks

Former Member
0 Kudos

Hi ,

I think you have given option to SC creator to change the PO.. the PO item level will have SC item Guid id in SRC_GUID... you have to first find the SC creator user id by calling BBP_PD_SC_ITEM_GETDETAIL.. E_PARTNER partner function 16 will be used to find the user id.by calling FM 'BP_CENTRALPERSON_GET'. once you find the SC creator details.. call FM 'BBP_OM_STRUC_GET_PUSR_FROM_PGP' to get the purchaser user by passing the PO pur.group.. Now you will have SC creator id and PO purchaser user id..

Saravanan