cancel
Showing results for 
Search instead for 
Did you mean: 

PO created but SC still in SOCO

Former Member
0 Kudos

Hi,

We are working on SRM 4.0 Extended Classic Scenario.

Once the PO is created in SRM, the Shopping cart should get removed from the SOCO of the Purchaser, but the SC are still in the SOCO.

We have applied some notes and the issue is now resolved, the SC no longer remains in the SOCO.

I want to remove the old SC's that are still there in the SOCO of the Purchaser, but its not possible manually through FM 'BBP_PDIGP_DB_DIRECT_UPDATE' as we have around 1500 Shopping cart to be removed.

Is there any process by which we can remove all this SC's from the SOCO.

Regards

Hiten

Accepted Solutions (1)

Accepted Solutions (1)

dennis_bruder
Employee
Employee
0 Kudos

Hi all,

that's a known problem and many notes are available in OSS. Job BBP_GET_STATUS_2 is setting the sourcing flag again. You can fix this error by downloading the corresponding notes.

Regards

Dennis

Former Member
0 Kudos

Hello Hitendra

How are you?

Try a simple query on the table CRMD*I (don't remember the table name exactly) for the source_rel_indicator as 'X'. you get all the GUID. And now you select all the entries and go in deugging mode and mark it what ever you want.

You will have search for shopping carts which are older than the date on which you applied the OSS NOTES.

Do reward points if useful.

Thanks and Regards

Kasee Palaniappan

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Hitendra,

You can create a simple query, which is update the field in table BBP_PDIGP field SOURCE_REL_IND = "Y", it will remove the requirement from Sourcing worklist.

Regards,

w1n

Former Member
0 Kudos

We have some 1500 SC's in the SOCO for which PO are created. Is it possible to find out which are the SC that should be removed from the SOCO? Any logic to filter the SC for which PO created and should be removed from the SOCO.

Former Member
0 Kudos

Hi,

You can use FM BBP_PD_SC_ITEM_GETDETAIL, in table E_ITEM_REL you can find relationship between SC Item and PO Item. If any exist, mark field SOURCE_REL_IND in structure E_ITEM with "Y"

Regards,

Marcin Gajewski