<?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 Making append to Table MARM work with data migration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-append-to-table-marm-work-with-data-migration/m-p/4875277#M1139648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Task is to enhance Table MARM.&lt;/P&gt;&lt;P&gt;We need to be able to mark one of the units of measurement as "jurustic unit", so i appended a character 1 field to Table MARM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data transport from and to the dynpro works fine and it gets saved in database as well.&lt;/P&gt;&lt;P&gt;But now i hear from my consultant that my enhancement needs to work for data migration as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we are in a Retail System, means we have following FB to change materials:&lt;/P&gt;&lt;P&gt;BAPI_MATERIAL_MAINTAINDATA_RT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normally there are some import parameters with ending "ext" and "extx" to tell him what to do with the fields which were enhanced in the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.G. for Table MBEW&lt;/P&gt;&lt;P&gt;VALUATIONDATA STRUCTURE  BAPIE1MBEWRT OPTIONAL&lt;/P&gt;&lt;P&gt;VALUATIONDATAX STRUCTURE  BAPIE1MBEWRTX OPTIONAL&lt;/P&gt;&lt;P&gt;VALUATIONEXT STRUCTURE  BAPIE1MBEWEXTRT OPTIONAL&lt;/P&gt;&lt;P&gt;VALUATIONEXTX STRUCTURE  BAPIE1MBEWEXTRTX OPTIONAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well for MARM we DONT have this "ext" and "extx" structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now? do i need to modify the structures &lt;/P&gt;&lt;P&gt;UNITSOFMEASURE STRUCTURE  BAPIE1MARMRT OPTIONAL&lt;/P&gt;&lt;P&gt;UNITSOFMEASUREX STRUCTURE  BAPIE1MARMRTX OPTIONAL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and well now you say why modify if you can append, well i CANT append since the enhancement category of these structures is set to "Not enhanceable"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway even if i do so, i probably need to enhance some routines in the FB as well to make the mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas, hint? Someone already overcame this?&lt;/P&gt;&lt;P&gt;I´m kinda drowned with this task so any Help or tip maybe helpful. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yours rippo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/corrected typos&lt;/P&gt;&lt;P&gt;Edited by: Florian Kemmer on Dec 16, 2008 2:23 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2008 13:22:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-16T13:22:42Z</dc:date>
    <item>
      <title>Making append to Table MARM work with data migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-append-to-table-marm-work-with-data-migration/m-p/4875277#M1139648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Task is to enhance Table MARM.&lt;/P&gt;&lt;P&gt;We need to be able to mark one of the units of measurement as "jurustic unit", so i appended a character 1 field to Table MARM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data transport from and to the dynpro works fine and it gets saved in database as well.&lt;/P&gt;&lt;P&gt;But now i hear from my consultant that my enhancement needs to work for data migration as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we are in a Retail System, means we have following FB to change materials:&lt;/P&gt;&lt;P&gt;BAPI_MATERIAL_MAINTAINDATA_RT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normally there are some import parameters with ending "ext" and "extx" to tell him what to do with the fields which were enhanced in the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.G. for Table MBEW&lt;/P&gt;&lt;P&gt;VALUATIONDATA STRUCTURE  BAPIE1MBEWRT OPTIONAL&lt;/P&gt;&lt;P&gt;VALUATIONDATAX STRUCTURE  BAPIE1MBEWRTX OPTIONAL&lt;/P&gt;&lt;P&gt;VALUATIONEXT STRUCTURE  BAPIE1MBEWEXTRT OPTIONAL&lt;/P&gt;&lt;P&gt;VALUATIONEXTX STRUCTURE  BAPIE1MBEWEXTRTX OPTIONAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well for MARM we DONT have this "ext" and "extx" structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now? do i need to modify the structures &lt;/P&gt;&lt;P&gt;UNITSOFMEASURE STRUCTURE  BAPIE1MARMRT OPTIONAL&lt;/P&gt;&lt;P&gt;UNITSOFMEASUREX STRUCTURE  BAPIE1MARMRTX OPTIONAL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and well now you say why modify if you can append, well i CANT append since the enhancement category of these structures is set to "Not enhanceable"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway even if i do so, i probably need to enhance some routines in the FB as well to make the mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas, hint? Someone already overcame this?&lt;/P&gt;&lt;P&gt;I´m kinda drowned with this task so any Help or tip maybe helpful. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yours rippo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/corrected typos&lt;/P&gt;&lt;P&gt;Edited by: Florian Kemmer on Dec 16, 2008 2:23 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 13:22:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-append-to-table-marm-work-with-data-migration/m-p/4875277#M1139648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Making append to Table MARM work with data migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-append-to-table-marm-work-with-data-migration/m-p/4875278#M1139649</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;U can try to enhance the BAPI structure in order to insert your new fields and then create an implicit enhance in the BAPI in order to manage your new fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 13:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-append-to-table-marm-work-with-data-migration/m-p/4875278#M1139649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T13:35:56Z</dc:date>
    </item>
  </channel>
</rss>

