<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SAP Training, Tutorials, How-tos, News, Weblogs, Screencasts, SAP Jobs, Forums and much more, all on SAP &#187; FI</title>
	<atom:link href="http://saplab.org/tag/fi/feed/" rel="self" type="application/rss+xml" />
	<link>http://saplab.org</link>
	<description>SAP Training, Tutorials, How-tos, News, Weblogs, Screencasts, SAP Jobs, Forums and much more, all on SAP</description>
	<lastBuildDate>Wed, 18 Apr 2012 13:54:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Trigger workflow when a document is Parked &#8211; Part 1</title>
		<link>http://saplab.org/2011/03/trigger-workflow-when-a-document-is-parked-part-1/</link>
		<comments>http://saplab.org/2011/03/trigger-workflow-when-a-document-is-parked-part-1/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 09:47:55 +0000</pubDate>
		<dc:creator>Antonio Caldas</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[Business Object]]></category>
		<category><![CDATA[Document]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[FI]]></category>
		<category><![CDATA[FI/CO]]></category>
		<category><![CDATA[Great SAP Tips]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1997</guid>
		<description><![CDATA[Good morning readers. Today I have the pleasure to publish a very good guest post, by Cold Coffee, who was kind enough to send us a very thorough and detailed explanation on how to trigger a custom SAP Workflow whevener a document is parked in the FI module. This tutorial explains a step by step [...]
	
	
	
					<li>
				<a href="http://saplab.org/2011/02/how-to-create-a-sales-order-in-sap-part-1/" rel="bookmark">
													
				How to create a Sales Order in SAP (Part 1)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/how-to-do-a-support-package-stack-upgrade-part-1/" rel="bookmark">
													
				How To Do a Support Package Stack Upgrade &#8211; Part 1</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_jade" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fsaplab.org%252F2011%252F03%252Ftrigger-workflow-when-a-document-is-parked-part-1%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FiwCmpa%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Trigger%20workflow%20when%20a%20document%20is%20Parked%20-%20Part%201%22%20%7D);"></div>
<p>Good morning readers. Today I have the pleasure to publish a very good guest post, by <strong><a title="ABAP Guides" href="http://www.abapguides.blogspot.com/" target="_blank">Cold Coffee</a></strong>, who was kind enough to send us a very thorough and detailed explanation on how to trigger a custom <a title="SAP Business Workflow" href="http://saplab.org/category/workflow/">SAP Workflow</a> whevener a document is parked in the <a title="SAP FI" href="http://saplab.org/tag/fico/">FI module</a>.</p>
<p>This tutorial explains a step by step process for the creation of the <a title="SAP Business Workflow" href="http://saplab.org/category/workflow/">SAP Business workflow</a>, which is triggered whenever a document is parked, as well as the functionality for posting and the necessary workflow configuration.</p>
<p>Due to the length and level of detail included, this article will be divided into 4 parts, to be published on the next 4 days (including today).</p>
<h4>Scenario</h4>
<ul>
<li>Initiator parks the document.</li>
<li>Workflow is triggered on ‘COMPLETED’ event.</li>
<li>It is sent to Finance Officer</li>
<li>He /she either release the document for payment or reject it.</li>
<li>Upon release document is sent to Finance Manager.</li>
<li>That person can view it, post it or reject it.</li>
</ul>
<h4>Notifications</h4>
<ul>
<li>When workflow is triggered, initiator receives a mail that document has been sent to his supervisor.</li>
<li>When document is rejected, workflow is set to complete and initiator can be sent a comments mail.</li>
</ul>
<h4>Used Business Object</h4>
<ul>
<li>FIPP</li>
</ul>
<h2>Workflow Creation Steps</h2>
<p>Go to transaction code <strong>SWDD</strong>. Create a new workflow and save it under your package.</p>
<p><img class="aligncenter" title="SAP Business Workflow" src="http://saplab.org/wp-content/images/workflow/part1/sap-workflow01.jpg" alt="SAP Business Workflow" width="628" height="383" /></p>
<p>Go to the<strong> Work flow container</strong> and add a new element. The following screen opens:</p>
<p><img class="aligncenter" title="SAP Business Workflow" src="http://saplab.org/wp-content/images/workflow/part1/sap-workflow02.jpg" alt="SAP Business Workflow" width="628" height="458" /></p>
<p>Create a new element <strong>ZFIPP</strong> as we are using<strong> BO FIPP</strong></p>
<p><img class="aligncenter" title="SAP Business Workflow" src="http://saplab.org/wp-content/images/workflow/part1/sap-workflow03.jpg" alt="SAP Business Workflow" width="579" height="489" /></p>
<p>Also set import and export parameters:</p>
<p><img class="aligncenter" title="SAP Business Workflow" src="http://saplab.org/wp-content/images/workflow/part1/sap-workflow04.jpg" alt="SAP Business Workflow" width="580" height="491" /></p>
<p>Click on the Basics Data button or press Ctrl-f8 and enter the work flow starting event:</p>
<p><img class="aligncenter" title="SAP Business Workflow" src="http://saplab.org/wp-content/images/workflow/part1/sap-workflow05.jpg" alt="SAP Business Workflow" width="273" height="80" /></p>
<p>We want the work flow to start on ‘Completed’  event <strong>OF FIPP BO</strong>.</p>
<p>Activate the triggering event. It will be done through a Customizing Request.</p>
<p><img class="aligncenter" title="SAP Business Workflow" src="http://saplab.org/wp-content/images/workflow/part1/sap-workflow06.jpg" alt="SAP Business Workflow" width="628" height="456" /></p>
<p>Also generate Automatic Binding</p>
<p><strong><img class="aligncenter" title="SAP Business Workflow" src="http://saplab.org/wp-content/images/workflow/part1/sap-workflow07.jpg" alt="SAP Business Workflow" width="628" height="562" /></strong></p>
<p>Both the Activation and Binding buttons should be green by now</p>
<p><img class="aligncenter" title="SAP Business Workflow" src="http://saplab.org/wp-content/images/workflow/part1/sap-workflow08.jpg" alt="SAP Business Workflow" width="628" height="315" /></p>
<p>Now our workflow should look like this: Event is successfully configured.</p>
<p><img class="aligncenter" title="SAP Business Workflow" src="http://saplab.org/wp-content/images/workflow/part1/sap-workflow09.jpg" alt="SAP Business Workflow" width="628" height="477" /></p>
<p>On the next series we will detail the workflow design, covering task creation, notifications and events. Please be sure to come back tomorrow!</p>
<p>&nbsp;</p>


	
	
	
					<li>
				<a href="http://saplab.org/2011/02/how-to-create-a-sales-order-in-sap-part-1/" rel="bookmark">
													
				How to create a Sales Order in SAP (Part 1)</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2010/07/saplab-version-2-0-is-on-line/" rel="bookmark">
													
				SAPLAB Version 2.0 is on-line!</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/how-to-do-a-support-package-stack-upgrade-part-1/" rel="bookmark">
													
				How To Do a Support Package Stack Upgrade &#8211; Part 1</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2011/03/trigger-workflow-when-a-document-is-parked-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SAPLAB Version 2.0 is on-line!</title>
		<link>http://saplab.org/2010/07/saplab-version-2-0-is-on-line/</link>
		<comments>http://saplab.org/2010/07/saplab-version-2-0-is-on-line/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 16:43:26 +0000</pubDate>
		<dc:creator>Antonio Caldas</dc:creator>
				<category><![CDATA[SAP Blogs & Resources]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Basis]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[Business Suite]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[CAF]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[CE]]></category>
		<category><![CDATA[CO]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[EC]]></category>
		<category><![CDATA[ECC 6.0]]></category>
		<category><![CDATA[Emerging]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[FI]]></category>
		<category><![CDATA[FI/CO]]></category>
		<category><![CDATA[Great SAP Tips]]></category>
		<category><![CDATA[marketplace]]></category>
		<category><![CDATA[MiniSAP]]></category>
		<category><![CDATA[MM]]></category>
		<category><![CDATA[Netweaver]]></category>
		<category><![CDATA[PM]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[PP]]></category>
		<category><![CDATA[QM]]></category>
		<category><![CDATA[sap fi]]></category>
		<category><![CDATA[sap pp]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[System Tools]]></category>
		<category><![CDATA[TCodes]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[TR]]></category>
		<category><![CDATA[UWL]]></category>
		<category><![CDATA[Webdynpro ABAP]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://saplab.org/?p=1624</guid>
		<description><![CDATA[It gives me great pleasure to announce that today I&#8217;m releasing version 2.0 of the SAPLAB.org blog. Since the beginning of this project, roughly and more seriously about 2 years ago, I tried as much as possible to update the blog with useful and practical information around several SAP subjects. While doing this, I always [...]
	
	
	
					<li>
				<a href="http://saplab.org/2010/07/best-of-sap-sites-directory/" rel="bookmark">
													
				Best of SAP Sites Directory</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/sap-application-areas/" rel="bookmark">
													
				SAP Application Areas</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/" rel="bookmark">
													
				15 SAP Frequently Asked Questions (FAQ)</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_jade" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fsaplab.org%252F2010%252F07%252Fsaplab-version-2-0-is-on-line%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22SAPLAB%20Version%202.0%20is%20on-line%21%22%20%7D);"></div>
<p>It gives me great pleasure to announce that today I&#8217;m releasing version 2.0 of the <a href="http://saplab.org/">SAPLAB.org</a> blog. Since the beginning of this project, roughly and more seriously about 2 years ago, I tried as much as possible to update the blog with useful and practical information around several SAP subjects. While doing this, I always tried to add my own personal flavor and experience to it, without, obviously, compromising any client sensible information.</p>
<p>The result and feedback has been good and now I&#8217;ve decided to raise this project to a new level. Besides the new look and feel, which is now more web 2.0 friendly, new functionalities will come and also more posts in the following weeks. Please be aware and keep visiting the blog! Please click here to <a href="http://feedburner.google.com/fb/a/mailverify?uri=saplaborg&#038;loc=en_US" target="_blank" title="Subscribe SAPLAB newsletter">subscribe the newsletter</a>, which will bring updates to your e-mail.</p>
<p>I&#8217;d also like to take this opportunity to thank all returning visitors, as well as new visitors landing in <a href="http://saplab.org/">SAPLAB</a>. Please take your time to browse through the blog and don&#8217;t forget to leave your comments. <strong>It&#8217;s what gives life to this project!</strong></p>
<p>Sincerely, kind regards.</p>
<p>Antonio Caldas</p>


	
	
	
					<li>
				<a href="http://saplab.org/2010/07/best-of-sap-sites-directory/" rel="bookmark">
													
				Best of SAP Sites Directory</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/03/sap-application-areas/" rel="bookmark">
													
				SAP Application Areas</a>
			</li>
				
					<li>
				<a href="http://saplab.org/2009/10/15-sap-frequently-asked-questions-faq/" rel="bookmark">
													
				15 SAP Frequently Asked Questions (FAQ)</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://saplab.org/2010/07/saplab-version-2-0-is-on-line/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

