<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue/m-p/6182386#M1373458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natasha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to first write the value to a string field and have the string field as a part of your download structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write amount_value  to string_variable  currency curr_variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2009 05:15:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-16T05:15:22Z</dc:date>
    <item>
      <title>conversion issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue/m-p/6182383#M1373455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a small requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to convert the value of field TKG001 from Table COST from internal format to external format and display it in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone explain what would be corresponding the conversion routine and how to investiate such function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Natasha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 04:44:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue/m-p/6182383#M1373455</guid>
      <dc:creator>former_member423024</dc:creator>
      <dc:date>2009-10-16T04:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: conversion issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue/m-p/6182384#M1373456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natasha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field is a CURR field. ( currency field) for currency fields we don't have any conversion routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But they way it is being displayed depends on the county code. Like USD or INR etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to select the exact country code and then display the amount field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG: Num1 wiil have the value '213232.23"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: 'USD', num1 CURRENCY 'USD',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 04:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue/m-p/6182384#M1373456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-16T04:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: conversion issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue/m-p/6182385#M1373457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u very much for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I'm working on an outbound Interface, I don't need to display it in the output I need to convert the value and download it onto a file on the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Natasha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 05:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue/m-p/6182385#M1373457</guid>
      <dc:creator>former_member423024</dc:creator>
      <dc:date>2009-10-16T05:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: conversion issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue/m-p/6182386#M1373458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natasha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to first write the value to a string field and have the string field as a part of your download structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write amount_value  to string_variable  currency curr_variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 05:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue/m-p/6182386#M1373458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-16T05:15:22Z</dc:date>
    </item>
  </channel>
</rss>

