<?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 Material master conversion - LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-conversion-lsmw/m-p/6115051#M1362908</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;I am uploading material master through direct input (RMDATIND). I am using the BMMH7 structure to update the PO text. This structure has a limitation of 132 characters for text line (TDLINE). As per our requirement, the PO text can be more than 132 characters.&lt;/P&gt;&lt;P&gt;So, in order to incorporate this, I changed the conversion program such that the BMMH7 conversion will happen in a loop. (I'm breaking the PO text into lines of 132 chars and performing the BMMH7 conversion (perform convert_0009) within the loop). &lt;/P&gt;&lt;P&gt;This is working as expected in the DEV system. However, when I transport the LSMW project into QA, the conversion program is getting regenerated, because of which the changes that I have made is lost. Is there any way to avoid this regeneration of the conversion program?&lt;/P&gt;&lt;P&gt;I can update the PO text alone as a separate process, upon the creation of the material master, through another program, but I want to complete the requirement in a single shot.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2009 04:54:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-31T04:54:59Z</dc:date>
    <item>
      <title>Material master conversion - LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-conversion-lsmw/m-p/6115051#M1362908</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;I am uploading material master through direct input (RMDATIND). I am using the BMMH7 structure to update the PO text. This structure has a limitation of 132 characters for text line (TDLINE). As per our requirement, the PO text can be more than 132 characters.&lt;/P&gt;&lt;P&gt;So, in order to incorporate this, I changed the conversion program such that the BMMH7 conversion will happen in a loop. (I'm breaking the PO text into lines of 132 chars and performing the BMMH7 conversion (perform convert_0009) within the loop). &lt;/P&gt;&lt;P&gt;This is working as expected in the DEV system. However, when I transport the LSMW project into QA, the conversion program is getting regenerated, because of which the changes that I have made is lost. Is there any way to avoid this regeneration of the conversion program?&lt;/P&gt;&lt;P&gt;I can update the PO text alone as a separate process, upon the creation of the material master, through another program, but I want to complete the requirement in a single shot.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 04:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-conversion-lsmw/m-p/6115051#M1362908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-31T04:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Material master conversion - LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-conversion-lsmw/m-p/6115052#M1362909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do not make changes in the conversion program.&lt;/P&gt;&lt;P&gt;The changes will be lost whenever you make and changes in the field mapping step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 solution for your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Change the data in the flat file itself which you are passing to the LSMW.&lt;/P&gt;&lt;P&gt;    Pass the text after 132 characters as a new record with TDFORMAT as '='.&lt;/P&gt;&lt;P&gt;   So that the text will be displayed as a new line on the material master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Make changes in teh field mapping step.&lt;/P&gt;&lt;P&gt;    You will see at the end of the fields of BMMH7 you will have the transfer record.&lt;/P&gt;&lt;P&gt;    After this transfer record add your code to append the remaning data to BMMH7 and once again call transfer record.&lt;/P&gt;&lt;P&gt;   You will have to manage your looping logic over here only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 13:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-conversion-lsmw/m-p/6115052#M1362909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-31T13:54:19Z</dc:date>
    </item>
  </channel>
</rss>

