<?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: BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402939#M817118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When passing the numeric vendor code leading zeros should be added. Use the function module to add leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lifnr type BAPIVENDOR_01-VENDOR_NO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lifnr = '300006'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INPUT         = lifnr&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = lifnr&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;Use this function module above before calling the BAPI. So that it will work for both character vendor number and numeric vendor number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;yellappa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2008 08:24:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-21T08:24:22Z</dc:date>
    <item>
      <title>BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402937#M817116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using BAPI_VENDOR_GETDETAIL&lt;/P&gt;&lt;P&gt;here whenver i give a charcater input for vendor code it accepts but it do not accept no.&lt;/P&gt;&lt;P&gt;e.g. 'ABCDEF' is accepted.&lt;/P&gt;&lt;P&gt;but  '300006'    is rejected.&lt;/P&gt;&lt;P&gt;plz guide what to be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 08:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402937#M817116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T08:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402938#M817117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;   When pasing a numeric, pass with leading zeroes also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0000300006 (Total 10 chars)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi kanth talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 08:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402938#M817117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T08:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402939#M817118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When passing the numeric vendor code leading zeros should be added. Use the function module to add leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lifnr type BAPIVENDOR_01-VENDOR_NO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lifnr = '300006'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INPUT         = lifnr&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = lifnr&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;Use this function module above before calling the BAPI. So that it will work for both character vendor number and numeric vendor number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;yellappa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 08:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402939#M817118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T08:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402940#M817119</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;You have to pass the Numeric value with leading zeros...for the Bapi BAPI_VENDOR_GETDETAIL...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the vale u r passinf is for vendor then use the FM conversion_exit_alpha_input.&lt;/P&gt;&lt;P&gt;It will convert the numeric with padding Zeros on the left side...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this . It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 08:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402940#M817119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T08:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402941#M817120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RESOLVED&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 08:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3402941#M817120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T08:58:19Z</dc:date>
    </item>
  </channel>
</rss>

