<?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 LSMW Conversion Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-conversion-problem/m-p/2657448#M612856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;            I have a small problem while coverting the data for condition record upload.&lt;/P&gt;&lt;P&gt;Here is the scenario -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the Direct Input Method and Std program RV14BTCI for uploading the condition records. The Key combination is sales org / sales group / material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sales group field is of 3 characters BUT in our system it is only 2 caharacters long. Now i'm concatenating VKORG, VKGRP and MATNR into the VARKEY of structure BKOND2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Test file looks like -&lt;/P&gt;&lt;P&gt;0010 87 900 1.79&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is tabular file and the field sequence in the file is -&lt;/P&gt;&lt;P&gt;sales org - 0010&lt;/P&gt;&lt;P&gt;sales grp - 87&lt;/P&gt;&lt;P&gt;material -900&lt;/P&gt;&lt;P&gt;price - 1.79&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i execute the session, system ALWAYS takes "879" as the sales group and not as "87". Please let me know how can i make this happen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2007 19:31:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-21T19:31:11Z</dc:date>
    <item>
      <title>LSMW Conversion Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-conversion-problem/m-p/2657448#M612856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;            I have a small problem while coverting the data for condition record upload.&lt;/P&gt;&lt;P&gt;Here is the scenario -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the Direct Input Method and Std program RV14BTCI for uploading the condition records. The Key combination is sales org / sales group / material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sales group field is of 3 characters BUT in our system it is only 2 caharacters long. Now i'm concatenating VKORG, VKGRP and MATNR into the VARKEY of structure BKOND2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Test file looks like -&lt;/P&gt;&lt;P&gt;0010 87 900 1.79&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is tabular file and the field sequence in the file is -&lt;/P&gt;&lt;P&gt;sales org - 0010&lt;/P&gt;&lt;P&gt;sales grp - 87&lt;/P&gt;&lt;P&gt;material -900&lt;/P&gt;&lt;P&gt;price - 1.79&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i execute the session, system ALWAYS takes "879" as the sales group and not as "87". Please let me know how can i make this happen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 19:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-conversion-problem/m-p/2657448#M612856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T19:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Conversion Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-conversion-problem/m-p/2657449#M612857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please help me with this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the file the data is -&lt;/P&gt;&lt;P&gt;sales org = 0010&lt;/P&gt;&lt;P&gt;sales grp = 87&lt;/P&gt;&lt;P&gt;material = 900&lt;/P&gt;&lt;P&gt;price = 1.19&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the data is going in the SAP it is going as -&lt;/P&gt;&lt;P&gt;sales org = 0010&lt;/P&gt;&lt;P&gt;sales grp = 87&amp;lt;b&amp;gt;9&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;material = &amp;lt;b&amp;gt;00&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;price = 1.79&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the data is going fine EXCEPT the sales org and material. Since the sales org is 3 characters in the system whereas it is only 2 characters in the file, hence it ALWAYS takes the fiest digit from the material no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me a way out to this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 20:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-conversion-problem/m-p/2657449#M612857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T20:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Conversion Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-conversion-problem/m-p/2657450#M612858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 20:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-conversion-problem/m-p/2657450#M612858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T20:40:32Z</dc:date>
    </item>
  </channel>
</rss>

