<?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 Error: Obligatory node 'E1MAKTM' missing in the structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-obligatory-node-e1maktm-missing-in-the-structure/m-p/6371800#M1401927</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 extended material master IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After extending, the segments look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZMATMAS05&lt;/P&gt;&lt;P&gt;     - E1MARAM&lt;/P&gt;&lt;P&gt;            -  ZEXTENDED_SEGMENT&lt;/P&gt;&lt;P&gt;            - E1MARA1&lt;/P&gt;&lt;P&gt;            - E1MAKTM&lt;/P&gt;&lt;P&gt;            - E1MARCM     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so on and so forth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create idocs, I get a message saying that the message is successfully sent. When I see in SM58, I see the message "Obligatory node 'E1MAKTM' missing in the structure".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idoc which is created has E1MAKTM segment, but it is still giving the error.   Am I extending at the wrong position?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2009 20:30:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-08T20:30:59Z</dc:date>
    <item>
      <title>Error: Obligatory node 'E1MAKTM' missing in the structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-obligatory-node-e1maktm-missing-in-the-structure/m-p/6371800#M1401927</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 extended material master IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After extending, the segments look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZMATMAS05&lt;/P&gt;&lt;P&gt;     - E1MARAM&lt;/P&gt;&lt;P&gt;            -  ZEXTENDED_SEGMENT&lt;/P&gt;&lt;P&gt;            - E1MARA1&lt;/P&gt;&lt;P&gt;            - E1MAKTM&lt;/P&gt;&lt;P&gt;            - E1MARCM     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so on and so forth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create idocs, I get a message saying that the message is successfully sent. When I see in SM58, I see the message "Obligatory node 'E1MAKTM' missing in the structure".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idoc which is created has E1MAKTM segment, but it is still giving the error.   Am I extending at the wrong position?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 20:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-obligatory-node-e1maktm-missing-in-the-structure/m-p/6371800#M1401927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T20:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Obligatory node 'E1MAKTM' missing in the structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-obligatory-node-e1maktm-missing-in-the-structure/m-p/6371801#M1401928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looking at this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZMATMAS05&lt;/P&gt;&lt;P&gt;- E1MARAM&lt;/P&gt;&lt;P&gt;- ZEXTENDED_SEGMENT&lt;/P&gt;&lt;P&gt;- E1MARA1&lt;/P&gt;&lt;P&gt;- E1MAKTM&lt;/P&gt;&lt;P&gt;- E1MARCM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;makes me just feel that all your segments are at the same level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but usually the E1MAKTM is a sublevel to E1MARAM&lt;/P&gt;&lt;P&gt;so it should look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZMATMAS05&lt;/P&gt;&lt;P&gt;- E1MARAM&lt;/P&gt;&lt;P&gt;- -ZEXTENDED_SEGMENT&lt;/P&gt;&lt;P&gt;- -E1MARA1&lt;/P&gt;&lt;P&gt;- -E1MAKTM&lt;/P&gt;&lt;P&gt;- -E1MARCM &lt;/P&gt;&lt;P&gt;- - -E1MARDM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 21:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-obligatory-node-e1maktm-missing-in-the-structure/m-p/6371801#M1401928</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2009-12-08T21:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Obligatory node 'E1MAKTM' missing in the structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-obligatory-node-e1maktm-missing-in-the-structure/m-p/6371802#M1401929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jurgen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually created like this only. I typed wrong in the first post.&lt;/P&gt;&lt;P&gt;ZMATMAS05&lt;/P&gt;&lt;P&gt;- E1MARAM&lt;/P&gt;&lt;P&gt;- -ZEXTENDED_SEGMENT&lt;/P&gt;&lt;P&gt;- -E1MARA1&lt;/P&gt;&lt;P&gt;- -E1MAKTM&lt;/P&gt;&lt;P&gt;- -E1MARCM &lt;/P&gt;&lt;P&gt;- - -E1MARDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the error - Obligatory node 'E1MAKTM' missing in the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 02:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-obligatory-node-e1maktm-missing-in-the-structure/m-p/6371802#M1401929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T02:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Obligatory node 'E1MAKTM' missing in the structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-obligatory-node-e1maktm-missing-in-the-structure/m-p/6371803#M1401930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check if you have populated the extension parameter in the partner profile?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR/Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2009 12:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-obligatory-node-e1maktm-missing-in-the-structure/m-p/6371803#M1401930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-24T12:03:25Z</dc:date>
    </item>
  </channel>
</rss>

