<div>Jocelyn,</div>
<div>&nbsp;</div>
<div>In standard EBP SC workflow the last task, after all approvals, &nbsp;is to change the status of the SC to 'Released' then the background job 'BBP_GET_REQ' will process all SC with 'Released' status to create a PO automatically. After that the workflow status is set to 'Approved' from 'Awaiting approval'.
</div>
<div>&nbsp;</div>
<div>Our&nbsp;business requirement is not to create a backend PO automatically upon final approval. but upon final approval the SC must appear in a buyer queue,&nbsp;which is similar&nbsp;to&nbsp;BBP_MONSC (shopping cart monitor). There the buyer will approve&nbsp; all or few&nbsp;line items of the SC . This feature is not available in 
3.5 but&nbsp;we managed to get it working and are able to create a PO for each line item.</div>
<div>&nbsp;</div>
<div>Buyer, from his shopping cart monitor, would like to see all approved carts. Since I removed the 'final step' from the workflow, the workflow status remains as 'Awaiting approval' and it is confusing the buyer.</div>

<div>&nbsp;</div>
<div>My question is between PO creation and afer final approval, which I way can change the staus or tell the buyer that he could process the cart for PO creation.</div>
<div>&nbsp;</div>
<div>When went deep into the code, I found out that CRM_JEST has entries by GUID for each categaory such as SC, Confirmation..each GUID has several statuses that include 'Awaiting Approval' 'Approved' and 'Released'.</div>

<div>&nbsp;</div>
<div>I was wondering if I created a custom status for SC GUID, by using BBP_*STATUS*CHANGE* FM I can set the status. By changing to a custom status also helps me becuase the background job will&nbsp; never reprocess the SC which has been already converted into several POs. 
</div>
<div>&nbsp;</div>
<div>I know I had to&nbsp;develop lot of workaround solutions to meet the requirements. It is working fine and business users are happy except for the status. </div>
<div>&nbsp;</div>
<div>Your input is highly appreciated.</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>Raju</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/12/05, <b class="gmail_sendername">Dart, Jocelyn</b> &lt;<a href="mailto:jocelyn.dart@sap.com">jocelyn.dart@sap.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Raju,<br>Under no circumstances should you modify the status to a custom status!<br><br>EBP uses the statuses to determine what can/cannot happen to the
<br>document.&nbsp;&nbsp;Putting your own statuses into the mix is likely to have<br>serious and unexpected side-effects.&nbsp;&nbsp; This sort of stuff is also likely<br>to invalidate your maintenance agreement.<br><br>In practice your shopping cart should go to &quot;approved&quot; status while it
<br>is waiting for the po to be created.&nbsp;&nbsp;Check your approval workflow has<br>finished completed.&nbsp;&nbsp; In the check status results list the user can<br>expand the shop cart to see the items and whether a purchase order has<br>
been created yet.<br><br><br>Regards,<br>Jocelyn Dart<br>Senior Consultant<br>SAP Australia Pty Ltd.<br>Level 1/168 Walker St.<br>North Sydney<br>NSW, 2060<br>Australia<br>T&nbsp;&nbsp; +61 412 390 267<br>M&nbsp;&nbsp; + 61 412 390 267<br>E&nbsp;&nbsp; 
<a href="mailto:jocelyn.dart@sap.com">jocelyn.dart@sap.com</a><br><a href="http://www.sap.com">http://www.sap.com</a><br><br>The information contained in or attached to this electronic transmission<br>is confidential and may be legally privileged. It is intended only for
<br>the person or entity to which it is addressed. If you are not the<br>intended recipient, you are hereby notified that any distribution,<br>copying, review, retransmission, dissemination or other use of this<br>electronic transmission or the information contained in it is strictly
<br>prohibited. If you have received this electronic transmission in error,<br>please immediately contact the sender to arrange for the return of the<br>original documents.<br>Electronic transmission cannot be guaranteed to be secure and
<br>accordingly, the sender does not accept liability for any such data<br>corruption, interception, unauthorized amendment, viruses, delays or the<br>consequences thereof.<br>Any views expressed in this electronic transmission are those of the
<br>individual sender, except where the message states otherwise and the<br>sender is authorized to state them to be the views of SAP AG or any of<br>its subsidiaries. SAP AG, its subsidiaries, and their directors,<br>officers and employees make no representation nor accept any liability
<br>for the accuracy or completeness of the views or information contained<br>herein. Please be aware that the furnishing of any pricing information/<br>business proposal herein is indicative only, is subject to change and
<br>shall not be construed as an offer or as constituting a binding<br>agreement on the part of SAP AG or any of its subsidiaries to enter into<br>any relationship, unless otherwise expressly stated.<br><br><br>-----Original Message-----
<br>From: <a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a> [mailto:<a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a>] On Behalf<br>Of Zavier, Johnson<br>Sent: Thursday, 13 October 2005 9:09 AM
<br>To: <a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a><br>Subject: RE: Change EBP workflow status to a custom one<br><br>Hi Raju,<br>Not sure whether this will work. Have a look at function<br>BBP_PD_SC_STATUS_CHANGE.
<br><br>I am curious to read that you had modified EBP shopping cart workflow.<br><br>I just want to ask you whether you faced any problem with 'Approval'<br>preview from SRM portal. When I created my own with copy of SAP
<br>template, the preview was not working as expected.<br><br>Thanks<br>Johnson zavier<br><br><br><br><br>Date: Wed, 12 Oct 2005 09:45:08 -0500<br>From: Raju Omkaram &lt;<a href="mailto:romkaram@gmail.com">romkaram@gmail.com
</a>&gt;<br>To: &quot;SAP Workflow Users' Group&quot; &lt;<a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>Subject: Change EBP workflow status to a custom one<br>Message-ID:<br>&lt;<a href="mailto:f0b793290510120745v263ffa0ewc2b9a8dd9c8f2b61@mail.gmail.com">
f0b793290510120745v263ffa0ewc2b9a8dd9c8f2b61@mail.gmail.com</a>&gt;<br>Content-Type: multipart/alternative;<br><br>Hi,<br>I had to modify EBP shopping cart workflow.<br>Although the cart is approved by all apporvers the workflow status is
<br>still 'Awaiting approval' until a backend doument is created in R/3.<br>Is there a way to change the status 'Awaiting approval' to user defined<br>status before it hits the backend R/3?<br>Thanks<br>Raju<br><br><br><br>
------------------------------------------------------------------------<br>This e-mail contains confidential information.&nbsp;&nbsp;If you are not the<br>intended recipient or have received this e-mail in error, please notify<br>
the sender immediately and destroy this e-mail.&nbsp;&nbsp;Any unauthorized<br>copying, disclosure or distribution of the e-mail or the information it<br>contains, is strictly forbidden.<br><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><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>