<div>Sue,</div>
<div>&nbsp;</div>
<div>Once shopping cart is approved it means that all the approvals have been done. I had exactly same requirement as yours with a small twist though. In std EBP, upon final approval of the cart, the WF status is set to 'Approved' and a backend document is created in R/3 and the SC is available for view in sourcing cockpit. The requirement we had was that the status of workflow must be approved but no backend document should be created. A buyer in the sourcing cockpit ( we use a shoppingg cart monitor for buyers to review the SCs) will decide which line items of the different SCs need to be converted into PO.
</div>
<div>&nbsp;</div>
<div>I developed a custom workflow to avoid using BBP_PD_SC_STATUS_CHANGE_WF instead a used custom code to set the Workflow status to 'Approved' from 'Awaiting Approval'. In shopping cart monitor when converting to PO we cloned REQ REQ functionality to create backend document.
</div>
<div>&nbsp;</div>
<div>I ensured that I never set workflow status to 'Released' since the REQREQ job will create yet another backend document.</div>
<div>&nbsp;</div>
<div>I had to this because in 3.5 we do not have line item conversion to PO. I used all ebp FMs in the workflow to avoid any core mods. If we upgrade I would change the start conditions to the SAP released workflow.<br><br>
Hope this helps.</div>
<div>&nbsp;</div>
<div>Raju</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 11/29/05, <b class="gmail_sendername">Susan R. Keohan</b> &lt;<a href="mailto:keohan@ll.mit.edu">keohan@ll.mit.edu</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello all,<br><br>Silly question to follow...<br><br>Is it possible to change the status of a Shopping Cart from Approved (1) to Resubmitted (10) ?
<br><br>The function module&nbsp;&nbsp;BBP_PD_SC_STATUS_CHANGE_WF doesn't want to do this, so I am guessing this is<br>not do-able without a mod.&nbsp;&nbsp;Unless there is a config change to allow this ?<br><br>The reason for asking is to allow shopping carts of a certain type to go to the sourcing cockpit,
<br>which means they have been approved and released, but when the buyer sees it in the sourcing<br>cockpit, if the cart requires changes, they want to send it back.<br><br>Happy WF-ing,<br>Sue<br><br>--<br>Susan R. Keohan
<br>SAP Workflow Developer<br>MIT Lincoln Laboratory<br>244 Wood Street<br>LI-200<br>Lexington, MA. 02420<br>781-981-3561<br><a href="mailto:keohan@ll.mit.edu">keohan@ll.mit.edu</a><br><br>_______________________________________________
<br>SAP-WUG mailing list<br><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br></blockquote></div><br>