<?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: Conversion exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1324714#M166600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always Use character fields for Numeric in case of BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2006 20:15:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-12T20:15:27Z</dc:date>
    <item>
      <title>Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1324711#M166597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;i am trying to upload the AP through BDC.&lt;/P&gt;&lt;P&gt;i have a field for amount (bseg-wrbtr).&lt;/P&gt;&lt;P&gt;when i process the session an error comes saying the input value is longer than the screen field and there no value appears in the field&lt;/P&gt;&lt;P&gt;do i need to declare that field in a different manner(since i am referring to the table BSEG field)?&lt;/P&gt;&lt;P&gt;is there any conversion exit available which will solve the problem?&lt;/P&gt;&lt;P&gt;waiting for the reply&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 20:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1324711#M166597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-12T20:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1324712#M166598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This happens a lot with quantity fields and BDC.  What I usually do is move the value to another field defined differently, then use that field in the BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: bdc_qty(10) type c.

  bdc_qty = bseg-wrbtr.

  perform bdc_field       using 'BSEG-WRBTR'
                                BDC_QTY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This always seems to work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 20:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1324712#M166598</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-05-12T20:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1324713#M166599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Rich&lt;/P&gt;&lt;P&gt;it worked for me&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 20:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1324713#M166599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-12T20:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1324714#M166600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always Use character fields for Numeric in case of BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 20:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1324714#M166600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-12T20:15:27Z</dc:date>
    </item>
  </channel>
</rss>

