<br><font size=2 face="sans-serif">Dont suppose you have any sample code,
to start me off??</font>
<br>
<br><font size=2 face="sans-serif">John<br>
<br>
CSC Computer Sciences Limited<br>
Registered Office: Royal Pavilion, Wellesley Road, Aldershot, Hampshire,
GU11 1PZ, UK<br>
Registered in England No: 0963578<br>
<br>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. <br>
NOTE: Regardless of content, this e-mail shall not operate to bind CSC
to any order or other contract unless pursuant to explicit written agreement
or government initiative expressly permitting the use of e-mail for such
purpose.<br>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Susan R. Keohan&quot;
&lt;keohan@ll.mit.edu&gt;</b> </font>
<br><font size=1 face="sans-serif">Sent by: sap-wug-bounces@mit.edu</font>
<p><font size=1 face="sans-serif">09/04/07 03:17 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">&quot;SAP Workflow Users' Group&quot;
&lt;sap-wug@mit.edu&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: SRM n-step approval for PO workflow</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Yes John. &nbsp;But you need to insert your own code.<br>
<br>
Have fun!<br>
Sue<br>
<br>
John A Haworth wrote:<br>
&gt; Thanks for the explanation. So if I create a z.... named badi and
activate <br>
&gt; it, it will automatically be picked up from the NextDynamicApproverGet
<br>
&gt; method?<br>
&gt; <br>
&gt; John<br>
&gt; <br>
&gt; CSC Computer Sciences Limited<br>
&gt; Registered Office: Royal Pavilion, Wellesley Road, Aldershot, Hampshire,
<br>
&gt; GU11 1PZ, UK<br>
&gt; Registered in England No: 0963578<br>
&gt; <br>
&gt; ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
&gt; This is a PRIVATE message. If you are not the intended recipient,
please <br>
&gt; delete without copying and kindly advise us by e-mail of the mistake
in <br>
&gt; delivery. <br>
&gt; NOTE: Regardless of content, this e-mail shall not operate to bind
CSC to <br>
&gt; any order or other contract unless pursuant to explicit written agreement
<br>
&gt; or government initiative expressly permitting the use of e-mail for
such <br>
&gt; purpose.<br>
&gt; ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; &quot;Susan R. Keohan&quot; &lt;keohan@ll.mit.edu&gt; <br>
&gt; Sent by: sap-wug-bounces@mit.edu<br>
&gt; 09/04/07 02:07 PM<br>
&gt; Please respond to<br>
&gt; &quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;<br>
&gt; <br>
&gt; <br>
&gt; To<br>
&gt; &quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;<br>
&gt; cc<br>
&gt; <br>
&gt; Subject<br>
&gt; Re: SRM n-step approval for PO workflow<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Hi John,<br>
&gt; <br>
&gt; The BADI is called from within BUS4101, method NextDynamicApproverGet,
<br>
&gt; FM BBP_WFL_DIN_APPR_BY_RULE_GET, BADI Definition = BBP_WFL_APPROV_BADI.
<br>
&gt; interface = IF_EX_BBP_WFL_APPROV_BADI. &nbsp;So when you create your
BADI <br>
&gt; implementation, ultimately, it will be called by BUS4101, <br>
&gt; NextDynamicApproverGet. &nbsp;When I was testing this functionality
out, I <br>
&gt; just activated the BADI and put my own code in. &nbsp;There are several
<br>
&gt; examples:<br>
&gt; <br>
&gt; SAP_APP_BADI_EXAMPL3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Example
Implementation with Value Limit <br>
&gt; Approval for PO<br>
&gt; SAP_APP_BADI_EXAMPLE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Example
of an Implementation of this BADI<br>
&gt; SAP_LIA_BADI_EXMPL_2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Example
for BADI Implementation in Line <br>
&gt; Item Approval<br>
&gt; SAP_LIA_BADI_EX_SIMP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Simple
Example for BADI Version for Item <br>
&gt; Approval<br>
&gt; <br>
&gt; I didn't have much luck using the standard SAP workflows, but modelled
<br>
&gt; ours on them. &nbsp;So we do not use the BADI, per se.<br>
&gt; <br>
&gt; John A Haworth wrote:<br>
&gt;&gt; Hi<br>
&gt;&gt;<br>
&gt;&gt; Just started to look at this SRM workflow (WS14000145) for n step
PO <br>
&gt;&gt; approval.<br>
&gt;&gt;<br>
&gt;&gt; Just need a couple of pointers, if a new BADI is created, where
is <br>
&gt; called <br>
&gt;&gt; from? does the standard one pick up the approval limits from the
org <br>
&gt;&gt; chart? The org chart has been created with the approvers limits
and <br>
&gt;&gt; managers, the first approver is informed, but a subsequent change
and <br>
&gt;&gt; value increase to the PO doesnt cancel the first workitem and
create a <br>
&gt; new <br>
&gt;&gt; one.<br>
&gt;&gt;<br>
&gt;&gt; Any info would be good.<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt;<br>
&gt;&gt; CSC Computer Sciences Limited<br>
&gt;&gt; Registered Office: Royal Pavilion, Wellesley Road, Aldershot,
Hampshire, <br>
&gt; <br>
&gt;&gt; GU11 1PZ, UK<br>
&gt;&gt; Registered in England No: 0963578<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
&gt;&gt; This is a PRIVATE message. If you are not the intended recipient,
please <br>
&gt; <br>
&gt;&gt; delete without copying and kindly advise us by e-mail of the mistake
in <br>
&gt;&gt; delivery. <br>
&gt;&gt; NOTE: Regardless of content, this e-mail shall not operate to
bind CSC <br>
&gt; to <br>
&gt;&gt; any order or other contract unless pursuant to explicit written
<br>
&gt; agreement <br>
&gt;&gt; or government initiative expressly permitting the use of e-mail
for such <br>
&gt; <br>
&gt;&gt; purpose.<br>
&gt;&gt;<br>
&gt; ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; SAP-WUG mailing list<br>
&gt;&gt; SAP-WUG@mit.edu<br>
&gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
&gt; <br>
&gt; <br>
&gt; ------------------------------------------------------------------------<br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; SAP-WUG mailing list<br>
&gt; SAP-WUG@mit.edu<br>
&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<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>
Phone: 781-981-3561<br>
Fax: &nbsp; 781-981-1607<br>
keohan@ll.mit.edu<br>
_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
</tt></font>
<br>