<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Multiple MATMAS IDoc getting created through RBDMIDOC program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-matmas-idoc-getting-created-through-rbdmidoc-program/m-p/7420026#M1549192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating MATMAS Idocs by RBDMIDOC proram, but as MATMAS message type is used in multiple distribution models ( i.e. MATAMAS is being sent to multiple partners), its creating multiple IDocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my IDoc to get triggered only for a particular partner. How can i acheive this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searched on SDN but did not found solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Oct 2010 06:36:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-12T06:36:18Z</dc:date>
    <item>
      <title>Multiple MATMAS IDoc getting created through RBDMIDOC program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-matmas-idoc-getting-created-through-rbdmidoc-program/m-p/7420026#M1549192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating MATMAS Idocs by RBDMIDOC proram, but as MATMAS message type is used in multiple distribution models ( i.e. MATAMAS is being sent to multiple partners), its creating multiple IDocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my IDoc to get triggered only for a particular partner. How can i acheive this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searched on SDN but did not found solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 06:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-matmas-idoc-getting-created-through-rbdmidoc-program/m-p/7420026#M1549192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T06:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple MATMAS IDoc getting created through RBDMIDOC program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-matmas-idoc-getting-created-through-rbdmidoc-program/m-p/7420027#M1549193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the standard settings, IDOCs will be transmitted to all the Partners which are maintained in WE20 (Partner Configuration).  You can restrict the triggering of IDOC based on some condition using the Business transaction event MGV00100 (Publish &amp;amp; Subscribe).  This event is called from Function module MASTERIDOC_CREATE_MATMAS (Line number 2074).  Documentation of Standard FM SAMPLE_INTERFACE_MGV00100  reads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Event rissen by the ALE outbound process for MATMAS.

* It allows to modify the idoc's control header the idoc data aswell
* as serialization information created by the standard SAP outbound
* process.

* Raising the EXCEPTION ERROR will prevent the IDOC from being
* submitted to the ALE layer.

* BE CAREFUL WITH ANY CHANGES TO IDOC_CONTROL. IT MAY EFFECT YOUR WHOLE
* ALE-SCENARIO&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to copy the Standard FM SAMPLE_INTERFACE_MGV00100 to a Z function module and assign it using transaction code FIBF.  Search SCN to get more details about configuring Business transaction events using FIBF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 06:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-matmas-idoc-getting-created-through-rbdmidoc-program/m-p/7420027#M1549193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T06:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple MATMAS IDoc getting created through RBDMIDOC program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-matmas-idoc-getting-created-through-rbdmidoc-program/m-p/7420028#M1549194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. I am stuck up at Process. When I am assigning  Z function module to process in  FIBF transaction   Which process i need to select ?&lt;/P&gt;&lt;P&gt;In F4 help there is no process related to material master or ALE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 09:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-matmas-idoc-getting-created-through-rbdmidoc-program/m-p/7420028#M1549194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T09:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple MATMAS IDoc getting created through RBDMIDOC program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-matmas-idoc-getting-created-through-rbdmidoc-program/m-p/7420029#M1549195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a look at this WiKi post [Business Transaction Event - VKOA0100 - For Outbound Pricing IDOC Filtering |http://wiki.sdn.sap.com/wiki/display/ABAP/Business&lt;EM&gt;Transaction&lt;/EM&gt;Event&lt;EM&gt;-&lt;/EM&gt;VKOA0100&lt;EM&gt;-&lt;/EM&gt;For&lt;EM&gt;Outbound&lt;/EM&gt;Pricing&lt;EM&gt;IDOC&lt;/EM&gt;Filtering]to understand the process.  This Wiki explain similar scenario related to Pricing Outbound Idocs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 09:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-matmas-idoc-getting-created-through-rbdmidoc-program/m-p/7420029#M1549195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T09:42:27Z</dc:date>
    </item>
  </channel>
</rss>

