<?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: Function module to convert currency to USD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822435#M351327</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;Working With LSMW: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use TCODE LSMW &lt;/P&gt;&lt;P&gt;Objects of LSMW: &lt;/P&gt;&lt;P&gt;&amp;#149;Project &amp;#150; ID with max of 10 char to Name the data transfer project.&lt;/P&gt;&lt;P&gt;&amp;#149; Subproject &amp;#150; Used as further structuring attribute.&lt;/P&gt;&lt;P&gt;&amp;#149; Object &amp;#150; ID with max of 10 Characters, to name the Business object . &lt;/P&gt;&lt;P&gt;&amp;#149; Project can have multiple sub projects and subprojects can have multiple objects. &lt;/P&gt;&lt;P&gt;&amp;#149; Project documentation displays any documentation maintained for individual pop ups and processing steps&lt;/P&gt;&lt;P&gt;User Guide: Clicking on Enter leads to interactive user guide which displays the Project name, sub project name and object to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object type and import techniques: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Standard Batch / Direct input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Batch Input Recording &lt;/P&gt;&lt;P&gt;o If no standard programs available &lt;/P&gt;&lt;P&gt;o To reduce number of target fields.&lt;/P&gt;&lt;P&gt;o Only for fixed screen sequence.&lt;/P&gt;&lt;P&gt;&amp;#149; BAPI &lt;/P&gt;&lt;P&gt;&amp;#149; IDOC &lt;/P&gt;&lt;P&gt;o Settings and preparations needed for each project&lt;/P&gt;&lt;P&gt;Preparations for IDOC inbound processing: &lt;/P&gt;&lt;P&gt;&amp;#149; Choose settings -&amp;gt; IDOC inbound processing in LSMW&lt;/P&gt;&lt;P&gt;&amp;#149; Set up File port for file transfer, create port using WE21.&lt;/P&gt;&lt;P&gt;&amp;#149; Additionally set up RFC port for submitting data packages directly to function module IDoc_Inbound_Asynchronous, without creating a file during data conversion.&lt;/P&gt;&lt;P&gt;&amp;#149; Setup partner type (SAP recommended &amp;#145;US&amp;#146;) using WE44.&lt;/P&gt;&lt;P&gt;&amp;#149; Maintain partner number using WE20.&lt;/P&gt;&lt;P&gt;&amp;#149; Activate IDOC inbound processing.&lt;/P&gt;&lt;P&gt;&amp;#149; Verify workflow customizing.&lt;/P&gt;&lt;P&gt;Steps in creating LSMW Project: &lt;/P&gt;&lt;P&gt;1) Maintain attributes &amp;#150; choose the import method.&lt;/P&gt;&lt;P&gt;2)Maintain source structure/s with or without hierarchical relations. (Header, Detail)&lt;/P&gt;&lt;P&gt;3) Maintain source fields for the source structures. Possible field types &amp;#150; C,N,X, date, amount and packed filed with decimal places.&lt;/P&gt;&lt;P&gt;&amp;#149; Fields can be maintained individually or in table form or copy from other sources using upload from a text file&lt;/P&gt;&lt;P&gt;4) Maintain relationship between source and target structures.&lt;/P&gt;&lt;P&gt;5) Maintain Field mapping and conversion rules &lt;/P&gt;&lt;P&gt;&amp;#149; For each Target field the following information is displayed:&lt;/P&gt;&lt;P&gt;o Field description&lt;/P&gt;&lt;P&gt;o Assigned source fields (if any)&lt;/P&gt;&lt;P&gt;o Rule type (fixed value, translation etc.)&lt;/P&gt;&lt;P&gt;o Coding. &lt;/P&gt;&lt;P&gt;o Some fields are preset by the system &amp;amp; are marked with Default setting.&lt;/P&gt;&lt;P&gt;6) Maintain Fixed values, translations, user defined routines &amp;#150; Here reusable rules can be processed like assigning fixed values, translation definition etc.&lt;/P&gt;&lt;P&gt;6) Specify Files &lt;/P&gt;&lt;P&gt;o Legacy data location on PC / application server&lt;/P&gt;&lt;P&gt;o File for read data ( extension .lsm.read)&lt;/P&gt;&lt;P&gt;o File for converted data (extension .lsm.conv)&lt;/P&gt;&lt;P&gt;7) Assign Files &amp;#150; to defined source structures &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Read data &amp;#150; Can process all the data or part of data by specifying from / to transaction numbers.&lt;/P&gt;&lt;P&gt;9) Display read data &amp;#150; To verify the input data being read &lt;/P&gt;&lt;P&gt;10) Convert Data &amp;#150; Data conversion happens here, if data conversion program is not up to date, it gets regenerated automatically. &lt;/P&gt;&lt;P&gt;11) Display converted data &amp;#150; To verify the converted data&lt;/P&gt;&lt;P&gt;Import Data &amp;#150; Based on the object type selected &lt;/P&gt;&lt;P&gt;&amp;#149; Standard Batch input or Recording &lt;/P&gt;&lt;P&gt;o Generate Batch input session &lt;/P&gt;&lt;P&gt;o Run Batch input session &lt;/P&gt;&lt;P&gt;&amp;#149; Standard Direct input session&lt;/P&gt;&lt;P&gt;o Direct input program or direct input transaction is called &lt;/P&gt;&lt;P&gt;BAPI / IDOC Technique: &lt;/P&gt;&lt;P&gt;&amp;#149; IDOC creation &lt;/P&gt;&lt;P&gt;o Information packages from the converted data are stored on R/3 Database. &lt;/P&gt;&lt;P&gt;o system assigns a number to every IDOC. &lt;/P&gt;&lt;P&gt;o The file of converted data is deleted. &lt;/P&gt;&lt;P&gt;&amp;#149; IDOC processing &lt;/P&gt;&lt;P&gt;o IDOCS created are posted to the corresponding application program. &lt;/P&gt;&lt;P&gt;o Application program checks data and posts in the application database.&lt;/P&gt;&lt;P&gt;Finally Transport LSMW Projects: &lt;/P&gt;&lt;P&gt;&amp;#149; R/3 Transport system &lt;/P&gt;&lt;P&gt;o Extras -&amp;gt;Create change request&lt;/P&gt;&lt;P&gt;o Change request can be exported/imported using CTS&lt;/P&gt;&lt;P&gt;&amp;#149; Export Project &lt;/P&gt;&lt;P&gt;o Select / Deselect part / entire project &amp;amp; export to another R/3 system &lt;/P&gt;&lt;P&gt;&amp;#149; Import Project &lt;/P&gt;&lt;P&gt;o Exported mapping / rules can be imported through PC file &lt;/P&gt;&lt;P&gt;o Existing Project data gets overwritten &lt;/P&gt;&lt;P&gt;o Prevent overwriting by using &lt;/P&gt;&lt;P&gt;&amp;#145;Import under different name&lt;/P&gt;&lt;P&gt;for more information follow this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2007 15:17:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-13T15:17:46Z</dc:date>
    <item>
      <title>Function module to convert currency to USD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822431#M351323</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 need the function module to convert the currency to USD and the mandatory fields to be passed to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 07:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822431#M351323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T07:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to convert currency to USD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822432#M351324</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;try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   CLIENT                  = 001&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     date                    = sy-datum&lt;/P&gt;&lt;P&gt;      foreign_currency        = wa-waers&lt;/P&gt;&lt;P&gt;      local_currency          = tcurr-fcurr&lt;/P&gt;&lt;P&gt;      foreign_amount          = wa-dmbtr&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   RATE                    = 0&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     type_of_rate            = 'M'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   READ_TCURR              = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     exchange_rate           = tcurr-ukurs&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   FOREIGN_FACTOR          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     local_amount            = wa-total&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   LOCAL_FACTOR            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   EXCHANGE_RATEX          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   FIXED_RATE              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   DERIVED_RATE_TYPE       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     no_rate_found           = 1&lt;/P&gt;&lt;P&gt;     overflow                = 2&lt;/P&gt;&lt;P&gt;     no_factors_found        = 3&lt;/P&gt;&lt;P&gt;     no_spread_found         = 4&lt;/P&gt;&lt;P&gt;     derived_2_times         = 5&lt;/P&gt;&lt;P&gt;     OTHERS                  = 6&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 07:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822432#M351324</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-01-22T07:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to convert currency to USD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822433#M351325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM 'CONVERT_TO_LOCAL_CURRENCY'&lt;/P&gt;&lt;P&gt;but for the the currency conversion rate (Exchnge rate must be maintained in the table TCurr for the currencies)&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 07:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822433#M351325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T07:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to convert currency to USD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822434#M351326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
       EXPORTING
*    CLIENT                  = 001
        DATE                    = sy-datum
         FOREIGN_CURRENCY        = wa-WAERS
         LOCAL_CURRENCY          = TCURR-FCURR
         FOREIGN_AMOUNT          = wa-DM_TOT
*    RATE                    = tcurr-ukurs
        TYPE_OF_RATE            = 'M'
*    READ_TCURR              = 'X'
      IMPORTING
        EXCHANGE_RATE           = tcurr-UKURS
*    FOREIGN_FACTOR          =
        LOCAL_AMOUNT            = wa-TOTAL
*    LOCAL_FACTOR            =
*    EXCHANGE_RATEX          =
*    FIXED_RATE              =
*    DERIVED_RATE_TYPE       =
*  EXCEPTIONS
*    NO_RATE_FOUND           = 1
*    OVERFLOW                = 2
*    NO_FACTORS_FOUND        = 3
*    NO_SPREAD_FOUND         = 4
*    DERIVED_2_TIMES         = 5
*    OTHERS                  = 6&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 07:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822434#M351326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T07:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to convert currency to USD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822435#M351327</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;Working With LSMW: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use TCODE LSMW &lt;/P&gt;&lt;P&gt;Objects of LSMW: &lt;/P&gt;&lt;P&gt;&amp;#149;Project &amp;#150; ID with max of 10 char to Name the data transfer project.&lt;/P&gt;&lt;P&gt;&amp;#149; Subproject &amp;#150; Used as further structuring attribute.&lt;/P&gt;&lt;P&gt;&amp;#149; Object &amp;#150; ID with max of 10 Characters, to name the Business object . &lt;/P&gt;&lt;P&gt;&amp;#149; Project can have multiple sub projects and subprojects can have multiple objects. &lt;/P&gt;&lt;P&gt;&amp;#149; Project documentation displays any documentation maintained for individual pop ups and processing steps&lt;/P&gt;&lt;P&gt;User Guide: Clicking on Enter leads to interactive user guide which displays the Project name, sub project name and object to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object type and import techniques: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Standard Batch / Direct input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Batch Input Recording &lt;/P&gt;&lt;P&gt;o If no standard programs available &lt;/P&gt;&lt;P&gt;o To reduce number of target fields.&lt;/P&gt;&lt;P&gt;o Only for fixed screen sequence.&lt;/P&gt;&lt;P&gt;&amp;#149; BAPI &lt;/P&gt;&lt;P&gt;&amp;#149; IDOC &lt;/P&gt;&lt;P&gt;o Settings and preparations needed for each project&lt;/P&gt;&lt;P&gt;Preparations for IDOC inbound processing: &lt;/P&gt;&lt;P&gt;&amp;#149; Choose settings -&amp;gt; IDOC inbound processing in LSMW&lt;/P&gt;&lt;P&gt;&amp;#149; Set up File port for file transfer, create port using WE21.&lt;/P&gt;&lt;P&gt;&amp;#149; Additionally set up RFC port for submitting data packages directly to function module IDoc_Inbound_Asynchronous, without creating a file during data conversion.&lt;/P&gt;&lt;P&gt;&amp;#149; Setup partner type (SAP recommended &amp;#145;US&amp;#146;) using WE44.&lt;/P&gt;&lt;P&gt;&amp;#149; Maintain partner number using WE20.&lt;/P&gt;&lt;P&gt;&amp;#149; Activate IDOC inbound processing.&lt;/P&gt;&lt;P&gt;&amp;#149; Verify workflow customizing.&lt;/P&gt;&lt;P&gt;Steps in creating LSMW Project: &lt;/P&gt;&lt;P&gt;1) Maintain attributes &amp;#150; choose the import method.&lt;/P&gt;&lt;P&gt;2)Maintain source structure/s with or without hierarchical relations. (Header, Detail)&lt;/P&gt;&lt;P&gt;3) Maintain source fields for the source structures. Possible field types &amp;#150; C,N,X, date, amount and packed filed with decimal places.&lt;/P&gt;&lt;P&gt;&amp;#149; Fields can be maintained individually or in table form or copy from other sources using upload from a text file&lt;/P&gt;&lt;P&gt;4) Maintain relationship between source and target structures.&lt;/P&gt;&lt;P&gt;5) Maintain Field mapping and conversion rules &lt;/P&gt;&lt;P&gt;&amp;#149; For each Target field the following information is displayed:&lt;/P&gt;&lt;P&gt;o Field description&lt;/P&gt;&lt;P&gt;o Assigned source fields (if any)&lt;/P&gt;&lt;P&gt;o Rule type (fixed value, translation etc.)&lt;/P&gt;&lt;P&gt;o Coding. &lt;/P&gt;&lt;P&gt;o Some fields are preset by the system &amp;amp; are marked with Default setting.&lt;/P&gt;&lt;P&gt;6) Maintain Fixed values, translations, user defined routines &amp;#150; Here reusable rules can be processed like assigning fixed values, translation definition etc.&lt;/P&gt;&lt;P&gt;6) Specify Files &lt;/P&gt;&lt;P&gt;o Legacy data location on PC / application server&lt;/P&gt;&lt;P&gt;o File for read data ( extension .lsm.read)&lt;/P&gt;&lt;P&gt;o File for converted data (extension .lsm.conv)&lt;/P&gt;&lt;P&gt;7) Assign Files &amp;#150; to defined source structures &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Read data &amp;#150; Can process all the data or part of data by specifying from / to transaction numbers.&lt;/P&gt;&lt;P&gt;9) Display read data &amp;#150; To verify the input data being read &lt;/P&gt;&lt;P&gt;10) Convert Data &amp;#150; Data conversion happens here, if data conversion program is not up to date, it gets regenerated automatically. &lt;/P&gt;&lt;P&gt;11) Display converted data &amp;#150; To verify the converted data&lt;/P&gt;&lt;P&gt;Import Data &amp;#150; Based on the object type selected &lt;/P&gt;&lt;P&gt;&amp;#149; Standard Batch input or Recording &lt;/P&gt;&lt;P&gt;o Generate Batch input session &lt;/P&gt;&lt;P&gt;o Run Batch input session &lt;/P&gt;&lt;P&gt;&amp;#149; Standard Direct input session&lt;/P&gt;&lt;P&gt;o Direct input program or direct input transaction is called &lt;/P&gt;&lt;P&gt;BAPI / IDOC Technique: &lt;/P&gt;&lt;P&gt;&amp;#149; IDOC creation &lt;/P&gt;&lt;P&gt;o Information packages from the converted data are stored on R/3 Database. &lt;/P&gt;&lt;P&gt;o system assigns a number to every IDOC. &lt;/P&gt;&lt;P&gt;o The file of converted data is deleted. &lt;/P&gt;&lt;P&gt;&amp;#149; IDOC processing &lt;/P&gt;&lt;P&gt;o IDOCS created are posted to the corresponding application program. &lt;/P&gt;&lt;P&gt;o Application program checks data and posts in the application database.&lt;/P&gt;&lt;P&gt;Finally Transport LSMW Projects: &lt;/P&gt;&lt;P&gt;&amp;#149; R/3 Transport system &lt;/P&gt;&lt;P&gt;o Extras -&amp;gt;Create change request&lt;/P&gt;&lt;P&gt;o Change request can be exported/imported using CTS&lt;/P&gt;&lt;P&gt;&amp;#149; Export Project &lt;/P&gt;&lt;P&gt;o Select / Deselect part / entire project &amp;amp; export to another R/3 system &lt;/P&gt;&lt;P&gt;&amp;#149; Import Project &lt;/P&gt;&lt;P&gt;o Exported mapping / rules can be imported through PC file &lt;/P&gt;&lt;P&gt;o Existing Project data gets overwritten &lt;/P&gt;&lt;P&gt;o Prevent overwriting by using &lt;/P&gt;&lt;P&gt;&amp;#145;Import under different name&lt;/P&gt;&lt;P&gt;for more information follow this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 15:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-currency-to-usd/m-p/1822435#M351327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T15:17:46Z</dc:date>
    </item>
  </channel>
</rss>

