<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982878#M1696605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Check actual length of field in dynpro executing 9KE0 and try to input "1234567890123456789012345678901234567890" in the field&lt;/P&gt;&lt;P&gt;- Check value length in the generated BDC (or use a MOVE xxx(40) to bdcdata-value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2012 08:09:31 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2012-08-22T08:09:31Z</dc:date>
    <item>
      <title>LSMW error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982873#M1696600</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;While running the LSMW for transaction 9KE0,while processing the session I am getting the error 'Field Z-BDC10(2) input value is longer than screen field'.&lt;/P&gt;&lt;P&gt;Why do we get this error.Please give suggestion to resolve this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 05:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982873#M1696600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T05:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982874#M1696601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the type and length of the field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 06:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982874#M1696601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T06:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982875#M1696602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length and type of the screen field Z-BDC10 are 40 and C Respectively.&lt;/P&gt;&lt;P&gt;I have given the same values for the input field TSL(Amount in transaction currency) in step maintain source fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I am getting the same error while processing the session. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 06:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982875#M1696602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T06:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982876#M1696603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought while adding the field in screen using screen exit&lt;/P&gt;&lt;P&gt;the field's display parameters are not properly set&lt;/P&gt;&lt;P&gt;look at the field attributes change the length of the screen field for display.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SUDHEER KUMAR CHUNDURU.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 07:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982876#M1696603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T07:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982877#M1696604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are uploading through excel file, The Z-BDC10&amp;nbsp; value length is more than the field value length 40. i.e &amp;gt;40 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so Decrease the size of&amp;nbsp; field Z-BDC10&amp;nbsp; value in excel and check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 07:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982877#M1696604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T07:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982878#M1696605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Check actual length of field in dynpro executing 9KE0 and try to input "1234567890123456789012345678901234567890" in the field&lt;/P&gt;&lt;P&gt;- Check value length in the generated BDC (or use a MOVE xxx(40) to bdcdata-value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 08:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error/m-p/8982878#M1696605</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-08-22T08:09:31Z</dc:date>
    </item>
  </channel>
</rss>

