<?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: Error LSMW BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514209#M18204</link>
    <description>&lt;P&gt;Can you check in XK03 that vendor actually exists for the company code and is nto blocked / deleted &lt;/P&gt;
  &lt;P&gt;Also as Jurgen stated try to prefix the vendor with leading Zero use FM CONVERSION_EXIT_ALPHA_INPUT that should work &lt;/P&gt;
  &lt;P&gt;I found a similar thread &lt;A href="https://archive.sap.com/discussions/thread/1380853" target="test_blank"&gt;https://archive.sap.com/discussions/thread/1380853&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;where also the issue was same and got resolved when leading Zeros were used &lt;/P&gt;
  &lt;P&gt;let me know if that helps &lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 03:50:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-08-23T03:50:57Z</dc:date>
    <item>
      <title>Error LSMW BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514206#M18201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I use LSMW to post invoice receipt by using BAPI: BAPI_INCOMINGINVOICE_CREATE1&lt;/P&gt;
  &lt;P&gt;but there is an error message&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/65329-vendor-error.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Vendor master data already extended and table LFB1 existed.But error cann't be solved.&lt;/P&gt;
  &lt;P&gt;Please help...&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Rtn&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2017 04:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514206#M18201</guid>
      <dc:creator>ratana_pouy</dc:creator>
      <dc:date>2017-08-19T04:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error LSMW BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514207#M18202</link>
      <description>&lt;P&gt;are you sure you have leading zeros for the vendor number in your IDOC&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2017 08:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514207#M18202</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2017-08-19T08:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error LSMW BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514208#M18203</link>
      <description>&lt;P&gt;This is my uploading file&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/65490-screenshot-20170823053909.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Vendor doesn't leading with zero value&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 22:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514208#M18203</guid>
      <dc:creator>ratana_pouy</dc:creator>
      <dc:date>2017-08-22T22:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error LSMW BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514209#M18204</link>
      <description>&lt;P&gt;Can you check in XK03 that vendor actually exists for the company code and is nto blocked / deleted &lt;/P&gt;
  &lt;P&gt;Also as Jurgen stated try to prefix the vendor with leading Zero use FM CONVERSION_EXIT_ALPHA_INPUT that should work &lt;/P&gt;
  &lt;P&gt;I found a similar thread &lt;A href="https://archive.sap.com/discussions/thread/1380853" target="test_blank"&gt;https://archive.sap.com/discussions/thread/1380853&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;where also the issue was same and got resolved when leading Zeros were used &lt;/P&gt;
  &lt;P&gt;let me know if that helps &lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 03:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514209#M18204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-23T03:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error LSMW BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514210#M18205</link>
      <description>&lt;P&gt;you could have tested it already by adding leading zeros.&lt;/P&gt;
  &lt;P&gt;Actually such technical refinements do not really belong into a source file as this is usually prepared by users who don't need to be bothered with such requirements, this is what consultants convert themselves with a little ABAP coding in the field mapping.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 04:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514210#M18205</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2017-08-23T04:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error LSMW BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514211#M18206</link>
      <description>&lt;P&gt;Method 1:&lt;/P&gt;
  &lt;P&gt;I add leading zero value in file:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/65506-leading-zero-file.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Method 2:&lt;/P&gt;
  &lt;P&gt;Adding code:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/65507-leading-zero-lsmw.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Both of two methods get an error:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/65508-leading-zero.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 09:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514211#M18206</guid>
      <dc:creator>ratana_pouy</dc:creator>
      <dc:date>2017-08-23T09:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error LSMW BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514212#M18207</link>
      <description>&lt;P&gt;this screenshot is insufficient to know the reason for the dump.&lt;/P&gt;
  &lt;P&gt;Actually is a dump supposed to give you all the info that you need to solve the issue, just read the first 50 lines and look at the coding to know at which statement the program was when it dumped.&lt;/P&gt;
  &lt;P&gt;From the far distance I would just say both options you used for the vendor number just worked well, you got beyond your initial error and you are now in trouble with another field&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 11:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-lsmw-bapi/m-p/514212#M18207</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2017-08-23T11:03:53Z</dc:date>
    </item>
  </channel>
</rss>

