<?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: Not able to update data using Idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535969#M1855692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I go to we19, enter one of the existing Idoc no.&lt;/P&gt;&lt;P&gt;I make changes to the data segment E1MARAM( have changed BRGEW, NTGEW, VOLUM)&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/515503" height="175" width="288" /&gt;&lt;/P&gt;&lt;P&gt;after which I execute the standard inbound and then the inbound FM.&lt;/P&gt;&lt;P&gt;after doing the above when I check the material for which this Idoc was run using MM03(basic data1), I get the following:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/515528" height="44" width="235" /&gt;&lt;/P&gt;&lt;P&gt;Only Net Weight is updated correctly. What could be the possible reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 12:13:52 GMT</pubDate>
    <dc:creator>ankit_doshi</dc:creator>
    <dc:date>2014-08-07T12:13:52Z</dc:date>
    <item>
      <title>Not able to update data using Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535964#M1855687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am reprocessing an Idoc using an existing Idoc. I make changes to the following fields in its data segment: gross weight, net weight and volume.&lt;/P&gt;&lt;P&gt;When I check the material data via MM03 only net weight gets updated correctly and for other two fields old value is displayed.&lt;/P&gt;&lt;P&gt;What could be the issue? What should be the approach to trace this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 08:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535964#M1855687</guid>
      <dc:creator>ankit_doshi</dc:creator>
      <dc:date>2014-08-07T08:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to update data using Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535965#M1855688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you made the changes in e1maram segment only, then it is of course not sufficient, since there was a design change at least 10 years ago. Those fields have to be maintained in e1marmm segment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 11:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535965#M1855688</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2014-08-07T11:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to update data using Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535966#M1855689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate it bit more on this? and what exactly needs to be done? I have not done any changes..I need to investigate this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 11:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535966#M1855689</guid>
      <dc:creator>ankit_doshi</dc:creator>
      <dc:date>2014-08-07T11:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to update data using Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535967#M1855690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried debugging the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is E1MARAM segment used to change the values (BRGEW, NTGEW, VOLUM etc..)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any exits/BTEs clearing the values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the logic available to update the same in include LMV02F02.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 11:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535967#M1855690</guid>
      <dc:creator>former_member215575</dc:creator>
      <dc:date>2014-08-07T11:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to update data using Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535968#M1855691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what you want have explained, I assumed you are knowing what you are doing.&lt;/P&gt;&lt;P&gt;At least I would never get the idea to just take an existing idoc, change some values and try to re-post it, if I am not familiar with a process and the Idoc itself &lt;/P&gt;&lt;P&gt;If you know what you did and where you changed it, then you should as well see the segment names&lt;/P&gt;&lt;P&gt;make it easy, post a screen shot of your IDOC using we19&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 11:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535968#M1855691</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2014-08-07T11:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to update data using Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535969#M1855692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I go to we19, enter one of the existing Idoc no.&lt;/P&gt;&lt;P&gt;I make changes to the data segment E1MARAM( have changed BRGEW, NTGEW, VOLUM)&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/515503" height="175" width="288" /&gt;&lt;/P&gt;&lt;P&gt;after which I execute the standard inbound and then the inbound FM.&lt;/P&gt;&lt;P&gt;after doing the above when I check the material for which this Idoc was run using MM03(basic data1), I get the following:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/515528" height="44" width="235" /&gt;&lt;/P&gt;&lt;P&gt;Only Net Weight is updated correctly. What could be the possible reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 12:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535969#M1855692</guid>
      <dc:creator>ankit_doshi</dc:creator>
      <dc:date>2014-08-07T12:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to update data using Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535970#M1855693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, E1MARAM segment is used to change the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not see any exit/BTE clearing the values(in my case the old values are retained, they are not getting updated)...still checking for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been debugging the included LMV02F02 , I don't see issue with the logic available there..do you see any thing wrong over there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 12:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535970#M1855693</guid>
      <dc:creator>ankit_doshi</dc:creator>
      <dc:date>2014-08-07T12:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to update data using Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535971#M1855694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;those fields are redundant in MARA and MARM table, as well as in the Idoc segment E1MARAM and E1MARMM.&lt;/P&gt;&lt;P&gt;But the fields in E1MARAM are not taken for update, you have to have a segment E1MARMM with the correct values to do the update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 12:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-update-data-using-idoc/m-p/10535971#M1855694</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2014-08-07T12:21:26Z</dc:date>
    </item>
  </channel>
</rss>

