<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3429" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT color=#0000ff size=2><SPAN 
class=910183412-22102008><FONT face=Arial>You might investigate the Business 
Transaction Events (tcode FIBF)&nbsp;1140 and&nbsp;2213.&nbsp; We 
didn't&nbsp;use&nbsp;the SAP configuration to trigger the parked document 
approval but rather issue our own event in 2213 and restrict the Post button in 
1140.&nbsp; I believe&nbsp;the existence of the configuration for a company code 
is what disables&nbsp;the post button.&nbsp; Also since we don't use the sap 
method the field BKPF-XWFFR had to be set to&nbsp;<SPAN><SPAN class=L0S33>'X' 
<FONT face=Arial>to avoid messages that appear in the FIPP.Release method.&nbsp; 
For sure this is a more involved means than just using the SAP configuration but 
if you can't find a way to enable the post button this&nbsp;is an option to 
disable it for the circumstances you 
require.</FONT></SPAN></SPAN></FONT></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2><SPAN 
class=910183412-22102008><SPAN><SPAN 
class=L0S33></SPAN></SPAN></SPAN></FONT><FONT face=Arial color=#0000ff 
size=2><SPAN class=910183412-22102008><SPAN 
style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><BR></SPAN><FONT 
color=#000000><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Business 
Transaction Event Interface 1140.&nbsp; During the creation and maintenance of 
Journal Entries this</SPAN><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"> 
</SPAN><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">interface 
will be used to restrict the POST button.<SPAN style="mso-spacerun: yes">&nbsp; 
</SPAN>All finance documents need to be parked so that the Approval Workflows 
will execute. The checking of called and batch processing to allow posting when 
the&nbsp;document is created&nbsp;by lockbox process or some other automated 
load pgm.</SPAN></FONT></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=910183412-22102008><FONT color=#000000><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><!--StartFragment --><FONT 
size=3><FONT face="Times New Roman">&nbsp;
<STYLE type=text/css>
SPAN {
font-family: "Courier New";
font-size: 10pt;
color: #000000;
background: #FFFFFF;
}
.L1S31 {
font-style: italic;
color: #808080;
}
.L1S33 {
color: #4DA619;
}
.L1S52 {
color: #0000FF;
}
</STYLE>
</FONT></FONT><SPAN>&nbsp;&nbsp;<SPAN 
class=L1S52>if</SPAN>&nbsp;sy-tcode&nbsp;=&nbsp;<SPAN 
class=L1S33>'FV50'</SPAN><BR>&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;sy-tcode&nbsp;=&nbsp;<SPAN 
class=L1S33>'FB50'</SPAN><BR>&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;sy-tcode&nbsp;=&nbsp;<SPAN 
class=L1S33>'FB50L'</SPAN><BR>&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;(&nbsp;sy-tcode&nbsp;=&nbsp;<SPAN 
class=L1S33>'FBB1'</SPAN>&nbsp;&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;sy-binpt&nbsp;=&nbsp;<SPAN 
class=L1S33>'&nbsp;'</SPAN>&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;sy-calld&nbsp;=&nbsp;<SPAN 
class=L1S33>'&nbsp;'</SPAN>&nbsp;)<BR>&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;(&nbsp;sy-tcode&nbsp;=&nbsp;<SPAN 
class=L1S33>'FB01'</SPAN>&nbsp;&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;sy-binpt&nbsp;=&nbsp;<SPAN 
class=L1S33>'&nbsp;'</SPAN>&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;sy-calld&nbsp;=&nbsp;<SPAN 
class=L1S33>'&nbsp;'</SPAN>&nbsp;)<BR>&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;(&nbsp;sy-tcode&nbsp;=&nbsp;<SPAN 
class=L1S33>'FB01L'</SPAN>&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;sy-binpt&nbsp;=&nbsp;<SPAN 
class=L1S33>'&nbsp;'</SPAN>&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;sy-calld&nbsp;=&nbsp;<SPAN 
class=L1S33>'&nbsp;'</SPAN>&nbsp;)<BR>&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;(&nbsp;sy-tcode&nbsp;=&nbsp;<SPAN 
class=L1S33>'FB05'</SPAN>&nbsp;&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;sy-binpt&nbsp;=&nbsp;<SPAN 
class=L1S33>'&nbsp;'</SPAN>&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;sy-calld&nbsp;=&nbsp;<SPAN 
class=L1S33>'&nbsp;'</SPAN>&nbsp;).<BR>&nbsp;&nbsp;&nbsp;&nbsp;t_exctab-okcod&nbsp;=&nbsp;<SPAN 
class=L1S33>'BU'</SPAN>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S31>"Post&nbsp;Button&nbsp;ok&nbsp;code&nbsp;to&nbsp;exclude</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>append</SPAN>&nbsp;t_exctab.<BR>&nbsp;&nbsp;<SPAN 
class=L1S52>endif</SPAN>.</SPAN><FONT face="Times New Roman" size=3> 
</FONT></SPAN></FONT></SPAN></FONT><SPAN 
style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><STRONG><BR></STRONG></SPAN><SPAN 
style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><BR></SPAN><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Business 
Transaction Event Interface 2213 when a user parks a journal entry.&nbsp; First 
it determines if the document is being parked for the first time or being 
changed.&nbsp; If it is the first time, the document is checked that it was 
parked with transaction FV50, FB50, FB50L, FB01, FB01L, <SPAN 
style="mso-spacerun: yes">&nbsp;</SPAN>or FB05 and that the company code, 
document number and fiscal year are filled and then the event FIPP.CREATED is 
created.&nbsp;&nbsp; The FIPP.CREATED event triggers a new journal entry 
approval workflow.</SPAN><SPAN 
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">&nbsp;<SPAN 
style="mso-spacerun: yes">&nbsp;</SPAN></SPAN></DIV>
<DIV class=MsoNormal 
style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"><SPAN 
style="FONT-SIZE: 11pt; FONT-FAMILY: Arial"><!--StartFragment --><FONT 
size=3><FONT face="Times New Roman">&nbsp;
<STYLE type=text/css>
SPAN {
font-family: "Courier New";
font-size: 10pt;
color: #000000;
background: #FFFFFF;
}
.L1S31 {
font-style: italic;
color: #808080;
}
.L1S33 {
color: #4DA619;
}
.L1S52 {
color: #0000FF;
}
</STYLE>
</FONT></FONT><SPAN><SPAN 
class=L1S31>*&nbsp;Check&nbsp;if&nbsp;Document&nbsp;is&nbsp;parked&nbsp;for&nbsp;the&nbsp;first&nbsp;time&nbsp;or&nbsp;changed</SPAN><BR>&nbsp;&nbsp;<SPAN 
class=L1S52>if</SPAN>&nbsp;i_funcl&nbsp;<SPAN class=L1S52>eq</SPAN>&nbsp;<SPAN 
class=L1S33>'I'</SPAN>.<BR><BR><SPAN 
class=L1S31>*&nbsp;&nbsp;&nbsp;Check&nbsp;document&nbsp;is&nbsp;parked&nbsp;with&nbsp;certain&nbsp;tcodes&nbsp;to&nbsp;kick&nbsp;off&nbsp;workflow</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>if</SPAN>&nbsp;t_vbkpf-tcode&nbsp;<SPAN 
class=L1S52>eq</SPAN>&nbsp;<SPAN 
class=L1S33>'FV50'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;t_vbkpf-tcode&nbsp;<SPAN 
class=L1S52>eq</SPAN>&nbsp;<SPAN 
class=L1S33>'FB50'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;t_vbkpf-tcode&nbsp;<SPAN 
class=L1S52>eq</SPAN>&nbsp;<SPAN 
class=L1S33>'FB50L'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;t_vbkpf-tcode&nbsp;<SPAN 
class=L1S52>eq</SPAN>&nbsp;<SPAN 
class=L1S33>'FB01'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;t_vbkpf-tcode&nbsp;<SPAN 
class=L1S52>eq</SPAN>&nbsp;<SPAN 
class=L1S33>'FB01L'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>or</SPAN>&nbsp;t_vbkpf-tcode&nbsp;<SPAN 
class=L1S52>eq</SPAN>&nbsp;<SPAN class=L1S33>'FB05'</SPAN>.<BR><BR><SPAN 
class=L1S31>*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check&nbsp;if&nbsp;document&nbsp;number&nbsp;is&nbsp;filled</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>if</SPAN>&nbsp;wf_id-bukrs&nbsp;<SPAN 
class=L1S52>ne</SPAN>&nbsp;space&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;wf_id-gjahr&nbsp;<SPAN 
class=L1S52>ne</SPAN>&nbsp;space<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>and</SPAN>&nbsp;wf_id-belnr&nbsp;<SPAN 
class=L1S52>ne</SPAN>&nbsp;space.<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>call</SPAN>&nbsp;<SPAN class=L1S52>function</SPAN>&nbsp;<SPAN 
class=L1S33>'SWE_EVENT_CREATE_FOR_UPD_TASK'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>exporting</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>event</SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L1S33>'CREATED'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objtype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L1S33>'FIPP'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objkey&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;wf_objkey<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>tables</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;event_container&nbsp;=&nbsp;container_instanz.<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>endif</SPAN>.<BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>endif</SPAN>.</SPAN><FONT face="Times New Roman" size=3> 
</FONT></SPAN></DIV>
<DIV class=MsoNormal 
style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"><SPAN 
style="FONT-SIZE: 11pt; FONT-FAMILY: Arial"><FONT color=#0000ff 
size=2></FONT>&nbsp;</DIV></SPAN>
<DIV><SPAN 
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN 
style="mso-spacerun: yes"></SPAN></SPAN><SPAN 
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN 
style="mso-spacerun: yes"></SPAN></SPAN><SPAN 
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN 
style="mso-spacerun: yes"><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
<DIV align=left>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt" align=left><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Regards<?xml:namespace prefix = o ns 
= "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Margaret 
Schumacher<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face=Arial color=#0000ff 
size=2></FONT><BR></P></P></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Nat 4 Govender 
[mailto:ngovender4@toyota.co.za] <BR><B>Sent:</B> Wednesday, October 22, 2008 
4:57 AM<BR><B>To:</B> SAP Workflow Users' Group<BR><B>Cc:</B> SAP Workflow 
Users' Group<BR><B>Subject:</B> Re: Issue with Park document release 
workflow<BR></FONT><BR></DIV>
<DIV></DIV><FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" 
size=2>
<DIV>Hi Ibrahim,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Prior to these changes could you see 'Post' option in FBV0 or FBV2 to post 
the document manually?</DIV>
<DIV>&nbsp;</DIV>
<DIV>If no then check with your authorisation department.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>If yes then get the system to automatically released the document and this 
will allow the user to post manually or viw workflow.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks </DIV>
<DIV>Nat Govender<BR></DIV>
<DIV><BR>
<DIV><BR></DIV><FONT color=#990099>-----sap-wug-bounces@mit.edu wrote: 
-----<BR><BR></FONT>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">To: 
  "SAP Workflow Users' Group" &lt;SAP-WUG@mit.edu&gt;<BR>From: "Ibrahim Khan" 
  &lt;ikhansap@gmail.com&gt;<BR>Sent by: sap-wug-bounces@mit.edu<BR>Date: 
  10/22/2008 04:11AM<BR>Subject: Issue with Park document release 
  workflow<BR><BR>Hi Friends, <BR>&nbsp; I am using a custom workflow for 
  Invoice approval. For triggering the standard FIPP.CREATED event i have done 
  the following customising in SPRO: <BR><BR>1. SPRO -&gt; FI -&gt; AR &amp; AP 
  -&gt; Business Transactions -&gt; Outgoing inv/credit -&gt; Carry out or check 
  settings for doc parking <BR>(or transaction O7L2). <BR>&nbsp; <BR>2. Define 
  your Workflow Variants for Preliminary Posting Release (Workflow you will use 
  to 'Release' the FI for Posting) (tx OBWA). <BR>&nbsp; <BR>3. Assign your 
  Workflow variants to the company codes for which it will apply (tx OBWJ). 
  <BR>&nbsp; <BR><BR>But after doing the above settings i am not able to see the 
  'Post' option in FBV0 or FBV2 to post the document manually. I am able to see 
  this only after setting the released flag. But the user wants both option to 
  post it manually as well as through workflow. How to achieve this. Please 
  advice. <BR><FONT face="Default Monospace,Courier New,Courier,monospace" 
  size=2>_______________________________________________<BR>SAP-WUG mailing 
  list<BR>SAP-WUG@mit.edu<BR><A 
  href="http://mailman.mit.edu/mailman/listinfo/sap-wug" 
  target=blank>http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR></FONT></BLOCKQUOTE><BR></DIV></FONT><BR>
<HR style="WIDTH: 100%; HEIGHT: 2px">

<P><SMALL>This message is a privileged and private communication and may be 
read,copied and used only by the intended recipient(s). If you are not an 
intended recipient, please let us know by return email. Please then delete the 
message and do not disclose its contents to any person. Neither the sender nor 
Toyota South Africa Motors accepts any liability whatsoever as a result of the 
further dissemination of this message. Whilst all reasonable steps are taken to 
avoid corruption of data or information, we do not accept any liability should 
such corruption occur. </SMALL></P></BODY></HTML>