<?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/1650109#M288959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I understand correct, that means that my IDOC allways will be sent and generate an error on the destination system when the MATMAS not has arrived before...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's not exactly how I wish to have it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 06:19:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T06:19:57Z</dc:date>
    <item>
      <title>IDOC Filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650105#M288955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the userexit ZXSBDU01 to modify an outgoing idoc (MATMAS + COND_A).&lt;/P&gt;&lt;P&gt;Is it possible to say somehow in this user-exit, that the IDOC should not be sent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there other user-exits to filter outgoing IDOCS? My problem is that I have to filter outgoing COND_A IDOCS dependent of the related material. So I have to make a complex logic, which will go out and which not. I think i can't do this with BD64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 08:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650105#M288955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T08:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650106#M288956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can do like this , depending on COND_A values , populate values into any Z- field with 'R' (Required) 'NR' (Not Required) values in the Idoc , if these idoc's are reaching EDI system or XI , then implement the logic depending on this field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if value is R then XI or EDI system will consider that Idoc , if it is 'NR' then XI or EDI system will not consider that Idoc .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650106#M288956</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-11-20T16:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650107#M288957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you look into the IDoc serialization part? I never used it though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this you can have idoc dependencies. Here is link from SAP help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/en/0b/2a66c9507d11d18ee90000e8366fc2/frameset.htm"&amp;gt;http://help.sap.com/saphelp_47x200/helpdata/en/0b/2a66c9507d11d18ee90000e8366fc2/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Sumant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650107#M288957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T16:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650108#M288958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Appana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not work, because I'm using SAP to SAP RFC Connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 06:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650108#M288958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T06:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650109#M288959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I understand correct, that means that my IDOC allways will be sent and generate an error on the destination system when the MATMAS not has arrived before...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's not exactly how I wish to have it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 06:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-filtering/m-p/1650109#M288959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T06:19:57Z</dc:date>
    </item>
  </channel>
</rss>

