cancel
Showing results for 
Search instead for 
Did you mean: 

sourcing cockpit

Former Member
0 Kudos

Hi All,

what will happen if purchaser selects rejection button for SC in sourcing cockpit.

If purchaser does this by mistake, can we reroute that SC to sourcing cockpit again.

Abdul Raheem

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can place the cart back in soco by executing function module BBP_PDIGP_DB_DIRECT_UPDATE. take the following steps

1) Open shopping cart using tcode BBP_PD, look at the item details by clicking on the item

2) In table BBP_PDIGP retreive the item GUID (copy) from the field GUID

3) tcode SE37,  Function module = BBP_PDIGP_DB_DIRECT_UPDATE with the following input parameters:

    IV_ITEM_GUID_SOURCING = item GUID pulled from step 2 (paste)

    IV_SOURCE_REL_IND = X

4) Execute and it will show up in sourcing cockpit.

X=Sourcing Relevant

Within the same shopping cart this FM will need to be executed for each line item you would like to return to soco, as each line has it's own unique GUID.

Answers (2)

Answers (2)

former_member208675
Active Contributor
0 Kudos

Hi,

'Reject' button works as 'Complete' in SOCO.

As you reject SC from SOCO it will not be possible to do any changes to the same.

Field SOURCE_REL_IND will be flagged as 'Y' and SC will show complete status.

Regards,

Former Member
0 Kudos

Please refer to the below SCN link.

http://scn.sap.com/thread/899735

Hope it may help.

With Regards,

Malay