on 2008 Jan 28 3:09 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.