<?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; sapdev</title>
	<atom:link href="http://www.sapdev.info/author/sapdev/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.1</generator>
		<item>
		<title>SAP CS &#8211; BAPI &#8211; Clôture d&#8217;un ordre de service</title>
		<link>http://www.sapdev.info/2009/02/23/sap-cs-bapi-cloture-dun-ordre-de-service/</link>
		<comments>http://www.sapdev.info/2009/02/23/sap-cs-bapi-cloture-dun-ordre-de-service/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 13:57:23 +0000</pubDate>
		<dc:creator>sapdev</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[CS]]></category>

		<guid isPermaLink="false">http://jmegias.free.fr/?p=24</guid>
		<description><![CDATA[La BAPI :  CO_IH_CLOSE_ORDER_TECHNICAL permet de clôturer les ordres de service. On peut préciser si l&#8217;on veut clôturer également les avis liés à l&#8217;ordre. Exemple :  data : wt_return type TABLE OF BAPIRET2,               wv_aufnr type aufnr      CALL FUNCTION &#8216;CO_IH_CLOSE_ORDER_TECHNICAL&#8217;       EXPORTING         order_number                          = wv_aufnr         do_not_close_notification       = &#8216; &#8217;      TABLES         return                                       = wt_return.]]></description>
			<content:encoded><![CDATA[<p>La BAPI : <!--StartFragment --> <span><strong><em>CO_IH_CLOSE_ORDER_TECHNICAL</em></strong></span> permet de clôturer les ordres de service.</p>
<blockquote><p>On peut préciser si l&#8217;on veut clôturer également les avis liés à l&#8217;ordre.</p></blockquote>
<p><span style="text-decoration: underline;">Exemple :</span></p>
<p><!--StartFragment --> <span><span class="L1S52">data</span> : wt_return <span style="color: #0000ff;"><span class="L1S52">type</span> <span class="L1S52">TABLE</span> <span class="L1S52">OF</span></span> BAPIRET2,</span></p>
<p>              wv_aufnr <span style="color: #0000ff;">type</span> aufnr </p>
<p><!--StartFragment --> <span>   <span style="color: #0000ff;"><span class="L0S52">CALL</span> <span class="L0S52">FUNCTION</span></span> <span class="L0S33">&#8216;CO_IH_CLOSE_ORDER_TECHNICAL&#8217;</span><br />
      <span style="color: #0000ff;"><span class="L0S52">EXPORTING</span><br />
</span>        order_number                          = wv_aufnr<br />
        do_not_close_notification       = <span class="L0S33">&#8216; &#8217;</span><br />
     <span class="L0S52"><span style="color: #0000ff;">TABLES</span></span><br />
        <span class="L0S52">return</span>                                       = wt_return.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapdev.info/2009/02/23/sap-cs-bapi-cloture-dun-ordre-de-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transport de textes standards &#8211; SO10</title>
		<link>http://www.sapdev.info/2009/01/22/transport-de-textes-standards-so10/</link>
		<comments>http://www.sapdev.info/2009/01/22/transport-de-textes-standards-so10/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 10:10:44 +0000</pubDate>
		<dc:creator>sapdev</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[ABAP]]></category>

		<guid isPermaLink="false">http://sapdev.unblog.fr/2009/01/22/transport-de-textes-standards-so10/</guid>
		<description><![CDATA[Un post juste pour retenir le programme qui permet de transporter les textes ST ce qui n&#8217;est pas possible depuis le menu de la transaction SO10. Il faut utliser le programme  : RSTXTRAN Il faut avoir un ordre de transport et se laisser guider &#8211; Trés simple]]></description>
			<content:encoded><![CDATA[<p>Un post juste pour retenir le programme qui permet de transporter les textes ST ce qui n&#8217;est pas possible depuis le menu de la transaction SO10.</p>
<p>Il faut utliser le programme  : RSTXTRAN</p>
<p>Il faut avoir un ordre de transport et se laisser guider &#8211; Trés simple</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapdev.info/2009/01/22/transport-de-textes-standards-so10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autorisations de modifier les zones dans la fiche fournisseur (MK02, XK02)</title>
		<link>http://www.sapdev.info/2008/12/10/autorisations-de-modifier-les-zones-dans-la-fiche-fournisseur-mk02-xk02/</link>
		<comments>http://www.sapdev.info/2008/12/10/autorisations-de-modifier-les-zones-dans-la-fiche-fournisseur-mk02-xk02/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 10:24:44 +0000</pubDate>
		<dc:creator>sapdev</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[MM]]></category>

		<guid isPermaLink="false">http://sapdev.unblog.fr/2008/12/10/autorisations-de-modifier-les-zones-dans-la-fiche-fournisseur-mk02-xk02/</guid>
		<description><![CDATA[On a la possibilité de griser des zones dans la fiche fournisseur. Il faut gérer l&#8217;objet d&#8217;autorisation : F_LFA1_AEN avec comme paramètre le groupe de zones. On définit dans le custo les différents groupes de zones Comptabilité financière -&#62; Comptabilité Clients et Fournisseurs -&#62; Comptes fournisseurs -&#62; Données de base -&#62; Préparer la modification des [...]]]></description>
			<content:encoded><![CDATA[<p>On a la possibilité de griser des zones dans la fiche fournisseur.</p>
<p>Il faut gérer l&#8217;objet d&#8217;autorisation : F_LFA1_AEN avec comme paramètre le groupe de zones.</p>
<p>On définit dans le custo les différents groupes de zones</p>
<p><em>Comptabilité financière -&gt; Comptabilité Clients et Fournisseurs -&gt; Comptes fournisseurs -&gt; Données de base -&gt; Préparer la modification des données de base fournisseur -&gt; Préparer la modification des données de base fournisseurs</em></p>
<ul>
<li><em>Définir des groupes de zones pour les fiches fournisseurs (Ex : 01 &#8211; Données banque)</em></li>
<li><em>Regrouper des zones pour les fiches fournisseurs ( 01 &#8211; LFBK-BANKL</em></li>
</ul>
<p><em>                                                                                      01- LFBK-BANKN&#8230;)</em></p>
<p><em>Les user qui n&#8217;auront pas le groupe 01 dans l&#8217;objet d&#8217;autorisation F_LFA1_AEN accéderont aux données bancaires qu&#8217;en affichage.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapdev.info/2008/12/10/autorisations-de-modifier-les-zones-dans-la-fiche-fournisseur-mk02-xk02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP &#8211; ABAP &#8211; BAPI &#8211; Mouvement de stock &#8211; MIGO</title>
		<link>http://www.sapdev.info/2008/10/15/sap-abap-bapi-mouvement-de-stock-migo/</link>
		<comments>http://www.sapdev.info/2008/10/15/sap-abap-bapi-mouvement-de-stock-migo/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 12:03:58 +0000</pubDate>
		<dc:creator>sapdev</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[MM]]></category>

		<guid isPermaLink="false">http://sapdev.unblog.fr/2008/10/15/sap-abap-bapi-mouvement-de-stock-migo/</guid>
		<description><![CDATA[La BAPI pour réaliser les mouvements de stock est : BAPI_GOODSMVT_CREATE suivi de BAPI_TRANSACTION_COMMIT comme d&#8217;hab. Exemple de transfert mvt 311 : data : ws_header type  BAPI2017_GM_HEAD_01 ,          ws_item type   BAPI2017_GM_ITEM_CREATE ,          wt_item type table of   BAPI2017_GM_ITEM_CREATE, data : ws_return type  BAPIRET2,          wt_return type table of BAPIRET2. data :  wv_doc    type BAPI2017_GM_HEAD_RET-MAT_DOC,           wv_year   type BAPI2017_GM_HEAD_RET-DOC_YEAR.    * Entête  [...]]]></description>
			<content:encoded><![CDATA[<p>La BAPI pour réaliser les mouvements de stock est : BAPI_GOODSMVT_CREATE suivi de BAPI_TRANSACTION_COMMIT comme d&#8217;hab.</p>
<p><span style="text-decoration: underline;">Exemple de transfert mvt 311</span> :</p>
<p><span style="font-size: x-small; font-family: arial,helvetica,sans-serif;">data : ws_header type <!--StartFragment --> <span>BAPI2017_GM_HEAD_01</span> ,</span></p>
<p><span style="font-size: x-small; font-family: arial,helvetica,sans-serif;">         ws_item type <!--StartFragment -->  <span><span>BAPI2017_GM_ITEM_CREATE</span> </span>,</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: x-small;">         wt_item type table of   <span><span>BAPI2017_GM_ITEM_CREATE,</span></span></span></span></p>
<p><span><span><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: x-small;">data : ws_return type <!--StartFragment --> <span>BAPIRET2,</span></span></span></span></span></p>
<p><span><span><span><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: x-small;">         wt_return type table of <span>BAPIRET2.</span></span></span></span></span></span></p>
<p><span style="font-family: Arial;"><span style="font-size: x-small;"><span><span><span><span style="font-family: arial,helvetica,sans-serif;"><span>data : <!--StartFragment --> <span>wv_doc    <span class="L0S52">type</span> BAPI2017_GM_HEAD_RET-MAT_DOC,<br />
          wv_year   <span class="L0S52">type</span> BAPI2017_GM_HEAD_RET-DOC_YEAR.</span><span style="font-size: small;"> </span></span></span>  </span></span></span></span></span></p>
<p><span style="font-family: Arial;"><span style="font-size: x-small;"><span><span><span><!--StartFragment --><span style="font-size: small;"><span style="color: #0033ff;"><span style="font-size: x-small;">* Entête</span> </span></span></span></span></span></span></span></p>
<p><span style="font-family: Arial;"><span style="font-size: x-small;"><span><span><span>C</span></span></span></span></span><span style="font-family: Arial;"><span style="font-size: x-small;"><span><span><span><span><span class="L0S52">lear</span> ws_header.<br />
  ws_header-pstng_date       = sy-datum.<br />
  ws_header-doc_date          = sy-datum.<br />
  ws_header-REF_DOC_NO = &#8217;REFERENCE&#8217;.<br />
<span style="color: #0033ff;"><span class="L0S31">*    Poste</span><br />
</span>  <span class="L0S52">clear</span> ws_item. <span class="L0S52">refresh</span> wt_item.<br />
  ws_item-material           = wv_matnr.<br />
  ws_item-plant                = wv_werks.<br />
  ws_item-stge_loc           = &#8217;MAG1.<br />
  ws_item-MOVE_STLOC = &#8217;MAG2&#8242;.<br />
  ws_item-move_type        = <span class="L0S33">&#8217;311&#8242;</span>.<br />
  ws_item-entry_qnt          = wv_quantite.<br />
  ws_item-entry_uom        = wv_unite.<br />
  ws_item-mvt_ind            = <span class="L0S33">&#8216; &#8217;</span>.<br />
  <span class="L0S52">append</span> ws_item to wt_item.</span><span style="font-size: small;"> </span></span></span></span></span></span></p>
<blockquote><p><span style="font-family: Arial;"><span style="font-size: x-small;"><span><span><span><!--StartFragment --><span style="font-size: small;">  </span><span><span class="L0S52">CALL</span> <span class="L0S52">FUNCTION</span> <span class="L0S33">&#8216;BAPI_GOODSMVT_CREATE&#8217;</span><br />
    <span class="L0S52">EXPORTING</span><br />
      GOODSMVT_HEADER             = ws_header<br />
      GOODSMVT_CODE                 = <span class="L0S33">&#8217;04&#8242;</span><br />
   <span class="L0S52">IMPORTING</span><br />
     MATERIALDOCUMENT             = wv_doc<br />
     MATDOCUMENTYEAR             = wv_year<br />
    <span class="L0S52">TABLES</span><br />
      GOODSMVT_ITEM                  = wt_item<br />
      <span class="L0S52">RETURN</span>                                 = wt_return.</span><span style="font-size: small;"> </span></span></span></span></span></span></p></blockquote>
<p><span style="font-family: Arial;"><span><span><span>Attention au paramètre GOODSMVT_CODE qui varie suivant le type de mvt.</span></span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapdev.info/2008/10/15/sap-abap-bapi-mouvement-de-stock-migo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVIS QM/CS &#8211; Module Fonction pour la clôture des avis</title>
		<link>http://www.sapdev.info/2008/10/10/avis-qmcs-module-fonction-pour-la-cloture-des-avis/</link>
		<comments>http://www.sapdev.info/2008/10/10/avis-qmcs-module-fonction-pour-la-cloture-des-avis/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 13:58:01 +0000</pubDate>
		<dc:creator>sapdev</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[AVIS]]></category>
		<category><![CDATA[QM]]></category>

		<guid isPermaLink="false">http://sapdev.unblog.fr/2008/10/10/avis-qmcs-module-fonction-pour-la-cloture-des-avis/</guid>
		<description><![CDATA[Vous pouvez utiliser le MF : IQS0_complete_notification pour clôturer un avis que ce soit de service ou qualité. exemple :   CALL FUNCTION &#8216;IQS0_COMPLETE_NOTIFICATION&#8217;          EXPORTING             I_QMNUM                  = wv_qmnum             I_POST                        = &#8216;X&#8217;           EXCEPTIONS             OTHERS                   = 2.]]></description>
			<content:encoded><![CDATA[<p>Vous pouvez utiliser le MF : IQS0_complete_notification pour clôturer un avis que ce soit de service ou qualité.</p>
<p>exemple :</p>
<p><!--StartFragment --> <span> <span class="L0S52">CALL</span> <span class="L0S52">FUNCTION</span> <span class="L0S33">&#8216;IQS0_COMPLETE_NOTIFICATION&#8217;</span><br />
         <span class="L0S52">EXPORTING</span><br />
            I_QMNUM                  = wv_qmnum<br />
            I_POST                        = <span class="L0S33">&#8216;X&#8217;</span><br />
          <span class="L0S52">EXCEPTIONS</span><br />
            <span class="L0S52">OTHERS</span>                   = <span class="L0S32">2</span>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapdev.info/2008/10/10/avis-qmcs-module-fonction-pour-la-cloture-des-avis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
