<?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: MATMAS E1MEANM Segment Missing via Change Pointers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/matmas-e1meanm-segment-missing-via-change-pointers/m-p/1381424#M186152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We haven't solved the issue, yet, but we have a work around.  Since UPC is always in MARA and we can't get a material into R/3 or staging db without MARA, we have changed our database view definition to pull MEAN when it exists (mostly for non-unit UOM codes such as GTINs) and MARA if it doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give our legacy group the ability to have the data we need until we put something in to make sure all segment are sent.  As we have just gone live with our R/3 system, they are holding off on any development in R/3 unless proven absolutely necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer.  Although it is not what I wanted to hear, I'm sure it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2006 19:00:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-05T19:00:41Z</dc:date>
    <item>
      <title>MATMAS E1MEANM Segment Missing via Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matmas-e1meanm-segment-missing-via-change-pointers/m-p/1381422#M186150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are having an issue with two possible causes, but one that seems the most common.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment:  ECC 5.0 interfacing MATMAS data to a staging database via BizTalk through the BizTalk SAP Adapter.  Change pointers are turned on globally and for MATMAS.  There are no filters or views in the partner profile for MATMAS.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did an initial push of materials to our staging database with great success.  After that, we turned on change pointers to pick up any new materials created or changes to existing materials.  Here is where the issue lies:  we do not get all information from the material when the change pointers are processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The specific segment that we seem to miss when a material is created is the E1MEANM segment.  Our staging database provides our legacy applications with UPC/EAN/GTIN data out of that segment.  This is used by external ordering applications such as our E-Commerce solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first suspicion was that BizTalk was deleting our mean table when an idoc showed up without a MEAN segment for the specific material.  We have proven this to not be the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second and mostly likely problem is that when a new material is created, the MEAN segment is not getting populated in the IDOC.  This is a problem as the systems external to R/3 use UPC/EAN to interface orders to R/3.  Without the data, the order process from those systems fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen this before?  If so, what was the cause?  Is there a way to force R/3 to send a full MATMAS IDOC from a change pointer rather than just the effected segments/fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin Moran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 17:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matmas-e1meanm-segment-missing-via-change-pointers/m-p/1381422#M186150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T17:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: MATMAS E1MEANM Segment Missing via Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matmas-e1meanm-segment-missing-via-change-pointers/m-p/1381423#M186151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using ARTMAS-Idoc sometimes, I think this should be similar to MATMAS-Idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are missing a segment during initial sending, one of the first checks should be indeed, if the master data of the article was already created. There can be hundreds of views still missing.&lt;/P&gt;&lt;P&gt;If you can't handle a material without EAN, then it should be possible to make the EAN-field mandatory. &lt;/P&gt;&lt;P&gt;If mandatory field isn't an option, then you need to filter the Idocs until EAN was filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In earlier releases these Idocs where sent completely (with all segments) all the time and some customers complained: "we don't need all the data, we only want to have the changes". Then SAP changed behavior, now other customers run into problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both periods we needed a flag / attribut / whatever to change the behavior - I don't know any (standard) help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's not so complicated to change the behavior in a user exit (did this for POS-download once):&lt;/P&gt;&lt;P&gt;in an exit, which was in the area of the change analysis (maybe to make some own filters) you can add artifical change pointers for all segments -&amp;gt; later segment filling should be triggered for every segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ECC 5.0 implicit exits should be available -&amp;gt; you should be able to find a place to change the behavior. Maybe there is a structure or a table later, which holds the 'has changed' information. If you can enhance this, then it might be even easier to get complete Idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 16:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matmas-e1meanm-segment-missing-via-change-pointers/m-p/1381423#M186151</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-07-05T16:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: MATMAS E1MEANM Segment Missing via Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matmas-e1meanm-segment-missing-via-change-pointers/m-p/1381424#M186152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We haven't solved the issue, yet, but we have a work around.  Since UPC is always in MARA and we can't get a material into R/3 or staging db without MARA, we have changed our database view definition to pull MEAN when it exists (mostly for non-unit UOM codes such as GTINs) and MARA if it doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give our legacy group the ability to have the data we need until we put something in to make sure all segment are sent.  As we have just gone live with our R/3 system, they are holding off on any development in R/3 unless proven absolutely necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer.  Although it is not what I wanted to hear, I'm sure it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 19:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matmas-e1meanm-segment-missing-via-change-pointers/m-p/1381424#M186152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T19:00:41Z</dc:date>
    </item>
  </channel>
</rss>

