<?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 Re: IDOC filtering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1685573#M301898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;Hope the Filtering concept is clear with the reply for Fierry, If your Filter Criteria is on the company code, only 2 communication IDOCs are created when you run BD12. Filtering will be done before you run RSEOUT00 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Rewards Points for Usefull answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2006 05:16:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-17T05:16:57Z</dc:date>
    <item>
      <title>IDOC filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1685571#M301896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a quick question here. I am having 2 distribution models created for 2 destinations. They have filters on company code X and Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean one model has filter on X and other on Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I send 2 customers belonging to company code X and Y using BD12 program, will 4 communication idocs gets generated or only 2 comm. idocs are generated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If 4 comm. idocs are generated, when will those be filtered out? At the time of sending out using RSEOUT00?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 02:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1685571#M301896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T02:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1685572#M301897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two filtering in IDoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Segment Filtering:&lt;/P&gt;&lt;P&gt;Segment filtering can be achieved using T/Code BD56. Here you can suppress a whole segment irrespective of data inside it . You have to give Message Type / Sender Prrtner / Receiver Partner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Filtering:&lt;/P&gt;&lt;P&gt;Data filtering can be done in dustribution model where you can restrict whole IDOCS or partials IDOCS to be send based on data in fields inside IDOC depending on whether the segment in which you filter is at the highest level or at a lower level. For example in MATMAS if you put a filter of E1MARCM for a particular plant , only data for this plant will go and other plants will be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link for detail information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com//saphelp_470/helpdata/EN/0b/2a611c507d11d18ee90000e8366fc2/frameset.htm" target="test_blank"&gt;http://help.sap.com//saphelp_470/helpdata/EN/0b/2a611c507d11d18ee90000e8366fc2/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your cases when running BD12:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- If you use distribution model A which has filter on company code X, SAP will  generate IDoc(s) ONLY belong to company X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- If you use distribution model B which has filter on company code Y, SAP will generate IDoc(s) ONLY belong to company Y.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;The filter is happening when the IDoc(s) distributes to a given logical system (in your case when you are running RSEOUT00).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 04:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1685572#M301897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T04:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1685573#M301898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;Hope the Filtering concept is clear with the reply for Fierry, If your Filter Criteria is on the company code, only 2 communication IDOCs are created when you run BD12. Filtering will be done before you run RSEOUT00 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Rewards Points for Usefull answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 05:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1685573#M301898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T05:16:57Z</dc:date>
    </item>
  </channel>
</rss>

