<?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 Amount WRBTR in TCode FB60 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789901#M650758</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;&lt;/P&gt;&lt;P&gt;i am working on BDC for Transaction Code FB60&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Can anyone help me in BDC for this transaction.&lt;/P&gt;&lt;P&gt;I have amount field name say wrbtr in the structure INVFO, it has the type CURR.&lt;/P&gt;&lt;P&gt;But It_BDCDATA has field Fval of the type c with length 132.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;so it will not append the value of amount from the flat file.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If I take the value into the variable of the type string.&lt;/P&gt;&lt;P&gt;Then I will be able to append the value in it_bdcdata but....................&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; when transaction will run then it will give the error that amount should defined in a particular format of __,__,__.__&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;i think Conversion routine should be used but i am not sure................&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;can anyone of you help me in it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ekta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 10:14:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T10:14:32Z</dc:date>
    <item>
      <title>Amount WRBTR in TCode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789901#M650758</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;&lt;/P&gt;&lt;P&gt;i am working on BDC for Transaction Code FB60&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Can anyone help me in BDC for this transaction.&lt;/P&gt;&lt;P&gt;I have amount field name say wrbtr in the structure INVFO, it has the type CURR.&lt;/P&gt;&lt;P&gt;But It_BDCDATA has field Fval of the type c with length 132.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;so it will not append the value of amount from the flat file.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If I take the value into the variable of the type string.&lt;/P&gt;&lt;P&gt;Then I will be able to append the value in it_bdcdata but....................&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; when transaction will run then it will give the error that amount should defined in a particular format of __,__,__.__&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;i think Conversion routine should be used but i am not sure................&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;can anyone of you help me in it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ekta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789901#M650758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Amount WRBTR in TCode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789902#M650759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ekta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            on BDC, the field that you used to get the data from field wrbtr should be  string and the format for number is not required because on BDC the format of number is the same as format in the user profile . It 's good way that you use 10000 instead of 10,000. if you set the format in the text file , you need to set format as the same with the user profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wiboon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789902#M650759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Amount WRBTR in TCode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789903#M650760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry abt it. Chretcter type is capeble of holding any kind of data. When you place the curerencly amt in the field using BDC the converstion routin automatically triggets and will takes care of the conversion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jaleel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789903#M650760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Amount WRBTR in TCode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789904#M650761</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;thanks for the reply..&lt;/P&gt;&lt;P&gt;but i am not getting what you want to say for the  reply.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789904#M650761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Amount WRBTR in TCode FB60</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789905#M650762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U dont need a conversion exit - the following line will do - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : L_CHAR_AMT type char15.
WRITE : P_WRBTR TO L_CHAR_AMT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This piece of code will do the conversion ( with comma dor etc ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it solves ur prob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 10:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-wrbtr-in-tcode-fb60/m-p/2789905#M650762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T10:41:57Z</dc:date>
    </item>
  </channel>
</rss>

