cancel
Showing results for 
Search instead for 
Did you mean: 

Find the buyer whos processed the shopping cart

Former Member
0 Kudos

Hi All,

Is it possible to find out the buyer who processed the shopping cart?. I have req to add buyer id in Sc structure to populate with the user name of the buyer in SOCO. I have tried various ways to do it. The buyer Id is not getting updated. I have another post discussed about this which didnt solve my problem. I am including that also here.

http://scn.sap.com/message/13548690

Thanks and regards

Thrinath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have replied to your earlier thread

Former Member
0 Kudos

Hi all,

I have found the solution for this. What i did was the following.

1. Created a Z FM as an update task, added code to update buyers id, BBP_PD_SC_UPDATE is called inside the ZFM with updated buyers id.
2. Called this ZFM in wddomodifyview of the /SAPSRM/WDC_DO_SOCO_GAF_2 as a post-exit.
3. Enhanced FPM_GAF_COMPONENT's onbuttonpressed method with a pre-exit, such that when the user clicks process_all or process selected or edit selected a commit work is called.

Thus updating the SC with the buyer id after processing any document from buyers queue.

Thanks and regards for your help.

thrinath

Answers (0)