<?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 Idoc Grouping error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610688#M1438891</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;Can anyone help me with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I've got a custom message type to send material master from my core SAP system to another SAP system. It is a reduced message type. My scenario is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 1.) I create a material for one plant in my core system (tcode MM01)&lt;/P&gt;&lt;P&gt;- 2.) I extend the same material to another plant (tcode MM01)&lt;/P&gt;&lt;P&gt;- 3.) In table BDCP i get change pointers for the applicable fields for my 1st step (with the same Doc no.)&lt;/P&gt;&lt;P&gt;- 4.) For step to I get less change pointers (which is correct) with a new Doc no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run RBDMIDOC to create the idocs and would like to get 2 idocs, one for my 1st plant and one for the extention to the 2nd plant. Unfortunitely I get one idoc.&lt;/P&gt;&lt;P&gt;The problem that I have is that plant 2 does not exist on my 2nd SAP system and with the one idoc it goes into error due to the fact that the plant does not exist (on table MARC). Is there anyway to split the 2 from one another?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hein&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2010 20:16:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-17T20:16:14Z</dc:date>
    <item>
      <title>Idoc Grouping error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610688#M1438891</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;Can anyone help me with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I've got a custom message type to send material master from my core SAP system to another SAP system. It is a reduced message type. My scenario is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 1.) I create a material for one plant in my core system (tcode MM01)&lt;/P&gt;&lt;P&gt;- 2.) I extend the same material to another plant (tcode MM01)&lt;/P&gt;&lt;P&gt;- 3.) In table BDCP i get change pointers for the applicable fields for my 1st step (with the same Doc no.)&lt;/P&gt;&lt;P&gt;- 4.) For step to I get less change pointers (which is correct) with a new Doc no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run RBDMIDOC to create the idocs and would like to get 2 idocs, one for my 1st plant and one for the extention to the 2nd plant. Unfortunitely I get one idoc.&lt;/P&gt;&lt;P&gt;The problem that I have is that plant 2 does not exist on my 2nd SAP system and with the one idoc it goes into error due to the fact that the plant does not exist (on table MARC). Is there anyway to split the 2 from one another?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hein&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 20:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610688#M1438891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T20:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc Grouping error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610689#M1438892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what would you like  to do with the second IDOC that has the update for the plant that does not exist in the other SAP system?&lt;/P&gt;&lt;P&gt;Wouldn't it be better to just get one IDOC without a segment for the second plant?`&lt;/P&gt;&lt;P&gt;Usually you could restrict the creation with a filter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 21:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610689#M1438892</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2010-02-17T21:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc Grouping error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610690#M1438893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jürgen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would prefer to get only one segment - so leave out the one for the plant which I don't want. I did add filters to my distribution model, but apparently it doesnu2019t work. I will have a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Hein&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 08:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610690#M1438893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T08:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc Grouping error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610691#M1438894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Distribution Model Filter to discard unwanted plant´s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note: the filter contains only "true" values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filter plant: 1000 means that the marc segments with plant 1000 is in the IDoc.&lt;/P&gt;&lt;P&gt;All other plant´s are filtered out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can enter more than one value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not working or you like to filter again a dic. table, then use the following badi:&lt;/P&gt;&lt;P&gt;BADI "IDOC_CREATION_CHECK" to Filter those Values and decide to create or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 12:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610691#M1438894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T12:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc Grouping error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610692#M1438895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jip, I managed it with my filters. There were some missing entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. All is working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hein&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 09:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-grouping-error/m-p/6610692#M1438895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T09:51:34Z</dc:date>
    </item>
  </channel>
</rss>

