<?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"
	>

<channel>
	<title>renet@web</title>
	<atom:link href="http://www.renet-web.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.renet-web.net</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 05 Sep 2008 22:28:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>SAP Batch Determination made easy</title>
		<link>http://www.renet-web.net/2008/09/05/sap-batch-determination-made-easy/</link>
		<comments>http://www.renet-web.net/2008/09/05/sap-batch-determination-made-easy/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 05:47:29 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>SAP</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/?p=278</guid>
		<description><![CDATA[Recently a colleague encountered the following problem:
His customer tracks perishable products that are bought / inventory managed / sold using the SAP functionality Batch Management (LO-BM). The products have a shelf life and therefore a “Use by/Expiration” date.  His problem was that he was able to correctly update the characteristic “Expiration date” of the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a colleague encountered the following problem:</p>
<p>His customer tracks perishable products that are bought / inventory managed / sold using the SAP functionality Batch Management (LO-BM). The products have a shelf life and therefore a “Use by/Expiration” date.  His problem was that he was able to correctly update the characteristic “Expiration date” of the batch, but was not able to select batches during the delivery stage, based on the “Expiration date” – i.e batches that were still fit for use. </p>
<p>So here is a tutorial on how to select batches during the delivery (but it could be applied to any batch search requirement) for which the shelf life has not expired. It has to be noted that SAP covers all kinds of scenario. </p>
<p>-	It might be company practice to ship out the door products with a minimum shelf life of X days<br />
-	It might be that a specific customer requires a product with a different, longer minimum remaining shelf life<br />
-	It might also be that products that are shipped to a specific country require a yet again different minimum shelf life</p>
<p>It might be that you require all three or a logical combination of all three. SAP will easily cover all those requirements and more.</p>
<p>This tutorial only covers the batch determination process in SD, but once you get the jist of it you should be able to apply this to any other module where that function is covered. I also assume that you have set up your system in such way that you are able to have products batch managed.</p>
<h3>Step 1 – Standard SAP characteristics you will import</h3>
<p>The first thing you need to do is to check that your SAP client has all the required SAP standard  characteristics. To do this go to transaction CT04 and query your system to find all characteristics that are called LOBM*. </p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot005.jpg" alt="" title="screenshot - LOBM search" width="500" height="241" class="alignnone size-full wp-image-281" /><br />
<span id="more-278"></span><br />
If a list of values such as the one below is returned then it means that you are all set to go to Step 2 - Create and assign Batch class to products. </p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot006.jpg" alt="" title="LOBM standard chars" class="alignnone size-full wp-image-284" /></p>
<p>If not it means that you need to copy them from client 000. To do that go  to customizing and follow the path indicated:    Customizing / Logistics – General / Batch Management / Batch Valuation / Updates Standard Characteristics (or transaction BMSM)</p>
<p>The following messages will be displayed if everything goes well.</p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot001.jpg" alt="" title="P1 std chars" class="alignnone size-full wp-image-286" /></p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot002.jpg" alt="" title="P2 std chars" class="alignnone size-full wp-image-287" /></p>
<p>Once that is done you might want to go back to transaction CT04 and query for characteristics called LOBM*.</p>
<p>Why do I need to do that do you ask? Well for one thing all the work is done for you. Secondly and more importantly the standard SAP functions that will enable us to dynamically calculate the &#8220;Expiration date&#8221; based on minimum remaining shelf life, makes use of these standard characteristics – they are hard coded in the ABAP functions.</p>
<p>Moving on to step 2 and getting your basic data right.</p>
<h3>Step 2 – Create and assign Batch class to products you will do</h3>
<p>In our case we have one product, to which we have assigned one class (of technical type 023 – batches). This class has been conveniently called “EXPIRATION” and contains only one characteristic. That characteristic is one of the standard SAP ones called &#8220;LOBM_VFDAT - Expiration date, shelf life&#8221;. The system has been set up in such a way that when ever I do a goods receipt on this product, SAP will ask me to input the production date and then based on the shelf life of the product, automatically calculate the expiration date of my batch. </p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot007.jpg" alt="" title="GR 1" width="500" height="228" class="alignnone size-full wp-image-289" /></p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot009.jpg" alt="" title="GR2" width="500" height="368" class="alignnone size-full wp-image-290" /></p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot008.jpg" alt="" title="GR3" width="500" height="212" class="alignnone size-full wp-image-291" /></p>
<p>This will update a standard SAP table field (MCHA-VFDAT / MCH1-VFDAT – depending on the validity of your batch across plants). This will in turn update the value of the characteristics LOBM-VFDAT within the batch . </p>
<p>So if we look at the shelf life list report (transaction MB5M) we see that this information concurs with that contained in the classification of our batches.</p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot010.jpg" alt="" title="Mb5M" width="500" height="288" class="alignnone size-full wp-image-293" /></p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot004.jpg" alt="" title="batch" width="395" height="119" class="alignnone size-full wp-image-294" /></p>
<h3>Step 3 – Create a Batch search class you will do</h3>
<p>This is a class that will be used to search and find applicable batches during batch determination. It is not directly assigned to the product – it will be assigned to the batch search strategy of the product. </p>
<p>The question is, what characteristics should we put in this class?</p>
<p>If we go back to basics, what we will want to do, is find batches that have a remaining shelf life of X days. If we view this requirement in a different way, we can say that we will want to find batches that have an expiry date that is equal or greater to &#8220;delivery date + X days&#8221; .  My class will therefore use the following characteristics:<br />
-	LOBM-VFDAT : The expiration date of the batch – that value SAP will calculate.<br />
-	LOBM-LFDAT : The delivery date – that value will be automatically updated by SAP with the delivery date from the delivery</p>
<p>All we need is a characteristic where we will be able to input the value corresponding to X (minimum remaining shelf life required). Again, we do not need to do anything, SAP provides the characteristic &#8220;LOBM_RLZ - Remaining Shelf Life for Batch&#8221;, to do just that. We therefore have a class (also of technical type 023 – batches) that looks like this.</p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot011.jpg" alt="" title="batch search" class="alignnone size-full wp-image-296" /></p>
<h3>Step 4 – Create a sort rule you will do</h3>
<p>It’s all good to build a batch search class to find batches, but assuming SAP finds numerous batches, how should they be sorted (i.e which should be the first one used?) ? By batch number? Of course not, we want to sort batches based on the expiration date in ascending order (the batches with the date closest to the present should be the first to go).</p>
<p>To do this, call transaction CU70.</p>
<p>Give your sort sequence a name and in the following screen, give it a description as well. </p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot012.jpg" alt="" title="sortkey" class="alignnone size-full wp-image-298" /></p>
<p>Then click on the characteristics button and assign the characteristic LOBM-VFDAT to it. Also select/amend the sort order that you want.</p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot013.jpg" alt="" title="sortkey" class="alignnone size-full wp-image-299" /></p>
<p>Save your sort key.</p>
<h3>Step 5 – Create a batch search strategy you will do</h3>
<p>We want to create a search strategy during delivery processing, i.e in SD – Sales and distribution. So call transaction VCH1 – to create it. We’ll create a strategy determined based on the customer and the material (standard strategy type SD01 caters for that).</p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot014.jpg" alt="" title="sd01" class="alignnone size-full wp-image-300" /></p>
<p>Enter your customer and product (amend the strategy as required). </p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot015.jpg" alt="" title="searchstrat" class="alignnone size-full wp-image-301" /></p>
<p>Click on the “selection Criteria” button to assign the search class. In this case we indicated our search class, which copied across the characteristics associated with it.<br />
We also indicate the value &#8220;>=30&#8243; in the characteristic &#8220;Remaining Shelf Life for Batch&#8221; – this means that we will only want to select batches that have an expiration date that is greater or equal to delivery date + 30 days.</p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot018.jpg" alt="" title="searchcke" class="alignnone size-full wp-image-303" /></p>
<p>Now go back to the previous screen and now click on the “sort” button. There you will assign the sort rule you created in the previous step.</p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot017.jpg" alt="" title="assisirt" class="alignnone size-full wp-image-304" /></p>
<p>Save your work.</p>
<h3>Step 6 – Putting it into practice - the fruit of your efforts you will see</h3>
<p>Now that we have created all the required basic data, let’s see how it all hangs together.</p>
<p>We have a sales order for which we create a delivery – batch search will be triggered manually to better follow the process.<br />
In the delivery, we go to the batch determination screen and we see that the system has automatically searched, found and proposed batches that have a remaining shelf life that is greater or equal to 30 days only and it has sorted them according to expiration date – just what we wanted. </p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot022.jpg" alt="" title="3batches" class="alignnone size-full wp-image-305" /></p>
<p>The system here proposes 3 batches (yet remember that above, it did indicate that we had  5 batches in the system).  To get a better idea of what parameters were calculated/used to determine those three batches, click on the  “selection criteria button”.</p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot019.jpg" alt="" title="params" class="alignnone size-full wp-image-307" /></p>
<p>We see the >=30 that we typed in the batch search strategy. We also see that the system took the delivery date “08.09.2008” added 30 days to it and determined that the batch it was going to search for had to have an expiration date greater or equal to 08.10.2008.</p>
<p>We can also change the search parameters here (this is customizable). We’ll change the value of 30 to 4 right there in the batch determination.</p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot020.jpg" alt="" title="changestrat" class="alignnone size-full wp-image-308" /></p>
<p><img src="http://www.renet-web.net/wp-content/uploads/2008/09/screenshot021.jpg" alt="" title="more batches" class="alignnone size-full wp-image-309" /></p>
<p>This shows even more batches  - logical as we have indicated that batches should only have a remaining shelf life of 4 days or more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2008/09/05/sap-batch-determination-made-easy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Etienne en video</title>
		<link>http://www.renet-web.net/2008/06/09/etienne-en-video/</link>
		<comments>http://www.renet-web.net/2008/06/09/etienne-en-video/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 10:41:12 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>Of mention</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/?p=277</guid>
		<description><![CDATA[Deux petites video recentes d&#8217;Etienne.
 
 
]]></description>
			<content:encoded><![CDATA[<p>Deux petites video recentes d&#8217;Etienne.</p>
<p><embed id="VideoPlayback" style="width:400px;height:326px" allowFullScreen="true" flashvars="fs=true" src="http://video.google.com/googleplayer.swf?docid=6751878296125466935&#038;hl=en" type="application/x-shockwave-flash"> </embed></p>
<p><embed id="VideoPlayback" style="width:400px;height:326px" allowFullScreen="true" flashvars="fs=true" src="http://video.google.com/googleplayer.swf?docid=-1398419742190641116&#038;hl=en" type="application/x-shockwave-flash"> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2008/06/09/etienne-en-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Weekend a Brisy</title>
		<link>http://www.renet-web.net/2008/06/02/weekend-a-brisy/</link>
		<comments>http://www.renet-web.net/2008/06/02/weekend-a-brisy/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 11:33:12 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>Of mention</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/?p=276</guid>
		<description><![CDATA[Apres 4 mois &#8220;off-line&#8221; mon blog revient avec quelques photos de notre weekend a Brisbane. Weekend passe en tres bonne compagnie puisque nous avions ete gentiment invites chez Stephanie et Young (ou est-ce qu&#8217;on s&#8217;est invite? - je me souviens plus). Ce fut aussi l&#8217;occasion de rencontrer leur petit tresor Ai Vy ainsi que de [...]]]></description>
			<content:encoded><![CDATA[<p>Apres 4 mois &#8220;off-line&#8221; mon blog revient avec quelques photos de notre weekend a Brisbane. Weekend passe en tres bonne compagnie puisque nous avions ete gentiment invites chez <a href="http://dungmsteph.blogspot.com/">Stephanie et Young</a> (ou est-ce qu&#8217;on s&#8217;est invite? - je me souviens plus). Ce fut aussi l&#8217;occasion de rencontrer leur petit tresor <a href="http://poissonaivy.blogspot.com/">Ai Vy</a> ainsi que de faire la connaissance de <a href="http://www.lifeischocolate.com/">Laure</a> et sa petite <a href="http://www.iletaitunefoislola.com/">Lola</a> qui comme les photos en temoignent avait tape dans l&#8217;oeil d&#8217;Etienne.</p>
<p><object width="500" height="580" align="middle"><param name="FlashVars" VALUE="ids=72157605392722553&#038;names=Brisy 2008&#038;userName=renet@web&#038;userId=39636569@N00&#038;titles=on&#038;source=sets"></param><param name="PictoBrowser" value="http://www.db798.com/pictobrowser.swf"></param><param name="scale" value="noscale"></param><param name="bgcolor" value="#ffffff"></param><embed src="http://www.db798.com/pictobrowser.swf" FlashVars="ids=72157605392722553&#038;names=Brisy 2008&#038;userName=renet@web&#038;userId=39636569@N00&#038;titles=on&#038;source=sets" loop="false" scale="noscale" bgcolor="#ffffff" width="500" height="580" name="PictoBrowser" align="middle"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2008/06/02/weekend-a-brisy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BB a la pistoche</title>
		<link>http://www.renet-web.net/2008/02/02/bb-a-la-pistoche/</link>
		<comments>http://www.renet-web.net/2008/02/02/bb-a-la-pistoche/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 03:14:14 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>Etienne</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/2008/02/02/bb-a-la-pistoche/</guid>
		<description><![CDATA[Premiere seance a la piscine pour notre bebe nageur. Comme d&#8217;habitude, il a ete remarquable!
 
]]></description>
			<content:encoded><![CDATA[<p>Premiere seance a la piscine pour notre bebe nageur. Comme d&#8217;habitude, il a ete remarquable!</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/YcB4LE3hhZ8"></param> <embed src="http://www.youtube.com/v/YcB4LE3hhZ8" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2008/02/02/bb-a-la-pistoche/feed/</wfw:commentRss>
		</item>
		<item>
		<title>3 mois deja!</title>
		<link>http://www.renet-web.net/2008/01/18/3-mois-deja/</link>
		<comments>http://www.renet-web.net/2008/01/18/3-mois-deja/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 22:02:47 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>Precious</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/2008/01/18/3-mois-deja/</guid>
		<description><![CDATA[Que le temps passe vite  - Etienne a hier souffle les bougies de son troisieme mois.

]]></description>
			<content:encoded><![CDATA[<p>Que le temps passe vite  - Etienne a hier souffle les bougies de son troisieme mois.<br />
<img src='http://www.renet-web.net/wp-content/uploads/2008/01/etienne3mois.jpg' alt='3mois' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2008/01/18/3-mois-deja/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Australian Open 2008</title>
		<link>http://www.renet-web.net/2008/01/13/australian-open-2008/</link>
		<comments>http://www.renet-web.net/2008/01/13/australian-open-2008/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 11:02:44 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>Of mention</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/2008/01/13/australian-open-2008/</guid>
		<description><![CDATA[
Demain, comme chaque annee debutera le Australian Open de tennis edition 2008. La France est le pays qui, avec 29 joueurs, presente le contingent le plus important - esperons que cette equipe brillera par ses performances.
Quelques photos des matchs de qualification:

]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.renet-web.net/wp-content/uploads/2008/01/australian-open.jpg' alt='ausOpen' /></p>
<p>Demain, comme chaque annee debutera le <a href="http://www.australianopen.com/">Australian Open</a> de tennis edition 2008. La France est le pays qui, avec 29 joueurs, presente le <a href="http://www.australianopen.com/en_AU/bios/nations/scoreboard.html">contingent</a> le plus important - esperons que cette equipe brillera par ses performances.</p>
<p>Quelques photos des matchs de qualification:<br />
<object width="500" height="580" align="middle"><param name="FlashVars" VALUE="ids=72157603703062043&#038;names=Australian Open 2008&#038;userName=renet@web&#038;userId=39636569@N00&#038;titles=on&#038;source=sets"></param><param name="PictoBrowser" value="http://www.db798.com/pictobrowser.swf"></param><param name="scale" value="noscale"></param><param name="bgcolor" value="#ffffff"></param><embed src="http://www.db798.com/pictobrowser.swf" FlashVars="ids=72157603703062043&#038;names=Australian Open 2008&#038;userName=renet@web&#038;userId=39636569@N00&#038;titles=on&#038;source=sets" loop="false" scale="noscale" bgcolor="#ffffff" width="500" height="580" name="PictoBrowser" align="middle"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2008/01/13/australian-open-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rencontre avec Milie</title>
		<link>http://www.renet-web.net/2008/01/10/rencontre-avec-milie/</link>
		<comments>http://www.renet-web.net/2008/01/10/rencontre-avec-milie/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 13:21:30 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>Of mention</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/2008/01/10/rencontre-avec-milie/</guid>
		<description><![CDATA[
Grace a internet il arrive parfois que l&#8217;on ait la chance de faire la connaissance &#8216;virtuelle&#8217; de personnes bien sympathiques&#8230;c&#8217;est encore mieux lorsqu&#8217;on les rencontre! Et bien voila, c&#8217;est chose faite avec Milie. 
Milie de France To Australia a profite d&#8217;un sejour avec son autre moitie a Melbourne pour venir nous rendre visite. Pour etre [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm3.static.flickr.com/2135/2182323185_9ae8ac4aef.jpg" alt="milie" /></p>
<p>Grace a internet il arrive parfois que l&#8217;on ait la chance de faire la connaissance &#8216;virtuelle&#8217; de personnes bien sympathiques&#8230;c&#8217;est encore mieux lorsqu&#8217;on les rencontre! Et bien voila, c&#8217;est chose faite avec <a href="http://francetoaustralia.blogspot.com/">Milie</a>. </p>
<p>Milie de <a href="http://francetoaustralia.blogspot.com/">France To Australia</a> a profite d&#8217;un sejour avec son autre moitie a Melbourne pour venir nous rendre visite. Pour etre honnete j&#8217;ai surtout laisse les filles entre elles &#8230; pour se raconter des trucs de filles, me joignant a elles que lorsque ma charge de travail non negligeable (euheum euheum..ca c&#8217;est pour mon boss) me le permettait. Etienne aussi semblait ravi de rencontrer Milie et il n&#8217;a pas arrete de lui faire des gouzi gouzi.</p>
<p>C&#8217;etait vraiment sympa et je suis certain que l&#8217;on aura l&#8217;occasion de remettre ca, ici ou a Sydney ou encore a Brisbane (Dung si tu m&#8217;entends..)</p>
<p><a href="http://www.flickr.com/photos/renetweb/2182323185/">Lien</a> vers la photo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2008/01/10/rencontre-avec-milie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Etienne - week 4</title>
		<link>http://www.renet-web.net/2007/11/29/etienne-week-4/</link>
		<comments>http://www.renet-web.net/2007/11/29/etienne-week-4/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 12:04:08 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>Etienne</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/2007/11/29/etienne-week-4/</guid>
		<description><![CDATA[Il n&#8217;y a pas un jour qui passe sans que je suis emerveille devant mon fils.

]]></description>
			<content:encoded><![CDATA[<p>Il n&#8217;y a pas un jour qui passe sans que je suis emerveille devant mon fils.<br />
<a href="http://www.flickr.com/photos/renetweb/2064821051/" title="IMG_3964 by renet@web, on Flickr"><img src="http://farm3.static.flickr.com/2016/2064821051_38b445b5e3.jpg" width="500" height="333" alt="IMG_3964" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2007/11/29/etienne-week-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>And then there were three</title>
		<link>http://www.renet-web.net/2007/10/22/and-then-there-were-three/</link>
		<comments>http://www.renet-web.net/2007/10/22/and-then-there-were-three/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 07:30:12 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>Etienne</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/2007/10/22/and-then-there-were-three/</guid>
		<description><![CDATA[
Le petit est a present a la maison. Pour le moment tout se passe bien. Pourvu que ca dure.
Encore une petite video avec comme musique de fond &#8220;le premier jour&#8221; de Etienne Daho.
 
]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.renet-web.net/wp-content/uploads/2007/10/family3.jpg' alt='family' /></p>
<p>Le petit est a present a la maison. Pour le moment tout se passe bien. Pourvu que ca dure.<br />
Encore une petite video avec comme musique de fond &#8220;le premier jour&#8221; de <a href="http://fr.wikipedia.org/wiki/Étienne_Daho">Etienne Daho</a>.</p>
<p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-6193751032135597773&#038;hl=en" flashvars=""> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2007/10/22/and-then-there-were-three/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BB est la!</title>
		<link>http://www.renet-web.net/2007/10/18/bb/</link>
		<comments>http://www.renet-web.net/2007/10/18/bb/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 22:35:11 +0000</pubDate>
		<dc:creator>renet@web</dc:creator>
		
	<dc:subject>Of mention</dc:subject>
		<guid isPermaLink="false">http://www.renet-web.net/2007/10/18/bb/</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=43018729681890258&#038;hl=en" flashvars=""> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renet-web.net/2007/10/18/bb/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
