<?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: LSMW: maintaining multiple partner function information in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681081#M1767129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where we can incorporate this &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;"transfer_record" comman&lt;/SPAN&gt;d, my knowledge, we can do changes in converted program, but changes will not persist. Hence what is the right place to include the suggested code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 14:05:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-23T14:05:16Z</dc:date>
    <item>
      <title>LSMW: maintaining multiple partner function information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681079#M1767127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Experts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How to maintain multiple partner functions in LSMW program. I am loading/creating service contracts from flat file. File has 5 partners.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; LSMW is using IDOC (CRMXIF_ORDER_SAVE_U06), this idoc has only one segment for maintaining partner information. How it supports for maintaining multiple partner function information&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Shaik&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 13:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681079#M1767127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-23T13:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW: maintaining multiple partner function information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681080#M1767128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not worked with this particular object type, but in order to move several columns from one row in the source data to several rows in the target data, you would need to add additional "transfer_record" commands in the LSMW coding for that target segment. Before each "transfer_record" command, you need to fill the target data structure as appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flat source data: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;...;PARTNER1;PARTNER2;PARTNER3;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TARGET-ID = '01'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TARGET-PARTNER = SOURCE-PARTNER1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;transfer_record.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TARGET-ID = '02'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TARGET-PARTNER = SOURCE-PARTNER2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;transfer_record.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TARGET-ID = '03'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TARGET-PARTNER = SOURCE-PARTNER3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;transfer_record.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 13:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681080#M1767128</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-08-23T13:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW: maintaining multiple partner function information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681081#M1767129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where we can incorporate this &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;"transfer_record" comman&lt;/SPAN&gt;d, my knowledge, we can do changes in converted program, but changes will not persist. Hence what is the right place to include the suggested code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 14:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681081#M1767129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-23T14:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW: maintaining multiple partner function information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681082#M1767130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "__END_OF_RECORD__" block of the target structure for the partner information contains just one "transfer_record." by default. You could add the code there.&lt;/P&gt;&lt;P&gt;Always insert such extra coding in the step "maintain field mapping...", then it will persist. Never change the generated program directly.&lt;/P&gt;&lt;P&gt;If you cannot see the "__END_OF_RECORD__" block, choose "extras -&amp;gt; hide and display fields/code" and mark all checkboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 14:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681082#M1767130</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-08-23T14:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW: maintaining multiple partner function information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681083#M1767131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I invite you to read my blog: &lt;A __default_attr="77717" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;as it describes how to prepare the LSMW&amp;nbsp; to work&amp;nbsp; professional with it.&lt;/P&gt;&lt;P&gt;I guess you have not done these basic settings and do not even see where you can add coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 16:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-maintaining-multiple-partner-function-information/m-p/9681083#M1767131</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2013-08-24T16:17:24Z</dc:date>
    </item>
  </channel>
</rss>

