<?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 - DEVELOPPEMENT ABAP &#187; PP</title>
	<atom:link href="http://www.sapdev.info/tag/pp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sapdev.info</link>
	<description>SAP - ABAP / QM - Julien Mégias</description>
	<lastBuildDate>Thu, 08 Jul 2010 07:37:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Exemples : ALV, Image, PDF, menu dans screen painter SAP</title>
		<link>http://www.sapdev.info/2009/10/14/exemples-alv-image-pdf-menu-dans-screen-painter-sap/</link>
		<comments>http://www.sapdev.info/2009/10/14/exemples-alv-image-pdf-menu-dans-screen-painter-sap/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 19:33:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[ALV]]></category>
		<category><![CDATA[OBJET]]></category>
		<category><![CDATA[PP]]></category>

		<guid isPermaLink="false">http://www.sapdev.info/?p=298</guid>
		<description><![CDATA[Je vous propose une vidéo de mon dernier projet technique : Le suivi du programmes de montage d&#8217;une ligne de production. Il y a pas mal d&#8217;exemples d&#8217;utilisation d&#8217;ALV, de graphiques, d&#8217;images.. dans des écrans SAP.]]></description>
			<content:encoded><![CDATA[<p>Je vous propose une vidéo de mon dernier projet technique : Le suivi du programmes de montage d&#8217;une ligne de production.</p>
<p>Il y a pas mal d&#8217;exemples d&#8217;utilisation d&#8217;ALV, de graphiques, d&#8217;images.. dans des écrans SAP.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="500" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.sapdev.info/wp-content/uploads/2009/10/ZPTM.swf" /><embed type="application/x-shockwave-flash" width="600" height="500" src="http://www.sapdev.info/wp-content/uploads/2009/10/ZPTM.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapdev.info/2009/10/14/exemples-alv-image-pdf-menu-dans-screen-painter-sap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BADI &#8211; BOM_UPDATE &#8211; CS02 Modification des nomenclatures</title>
		<link>http://www.sapdev.info/2009/04/22/badi-bom_update-cs02-modification-des-nomenclatures/</link>
		<comments>http://www.sapdev.info/2009/04/22/badi-bom_update-cs02-modification-des-nomenclatures/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 13:11:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[BADI]]></category>
		<category><![CDATA[PP]]></category>

		<guid isPermaLink="false">http://www.sapdev.info/?p=259</guid>
		<description><![CDATA[La définition BOM_UPDATE permet la vérification des données des nomenclatures (CS01, CS02) lors de la sauvegarde. On utilise ici la méthode CHANGE_AT_SAVE pour vérifier que le groupe marchandise des postes en N (Poste article non géré en stock) contient bien la chaine de caractères &#8216;ORD&#8217;, si ce n&#8217;est pas le cas on génère un message d&#8217;erreur. [...]]]></description>
			<content:encoded><![CDATA[<p>La définition <strong>BOM_UPDATE </strong>permet la vérification des données des nomenclatures (CS01, CS02) lors de la sauvegarde.</p>
<p>On utilise ici la méthode CHANGE_AT_SAVE pour vérifier que le groupe marchandise des postes en N (Poste article non géré en stock) contient bien la chaine de caractères &#8216;ORD&#8217;,</p>
<p>si ce n&#8217;est pas le cas on génère un message d&#8217;erreur.</p>
<p><img class="size-full wp-image-261 alignnone" title="badi_bom_update11" src="http://www.sapdev.info/wp-content/uploads/2009/04/badi_bom_update11.jpg" alt="badi_bom_update11" width="540" height="238" /></p>
<p>Code de la méthode Change_at_save</p>
<p>On utilise la table &#8217;DELTA_STPOB&#8217; et l&#8217;exception &#8216;ERROR_WITH_MESSAGE&#8217;</p>
<p><img class="size-full wp-image-263 alignnone" title="badi_bom_update2" src="http://www.sapdev.info/wp-content/uploads/2009/04/badi_bom_update2.jpg" alt="badi_bom_update2" width="433" height="171" /></p>
<p>La BADI génère bien le message d&#8217;erreur &#8211; Transaction CS02</p>
<p><img class="size-full wp-image-266 alignnone" title="badi_bom_update31" src="http://www.sapdev.info/wp-content/uploads/2009/04/badi_bom_update31.jpg" alt="badi_bom_update31" width="502" height="159" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapdev.info/2009/04/22/badi-bom_update-cs02-modification-des-nomenclatures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
