<?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: convert the data type Raw data to Character data? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-type-raw-data-to-character-data/m-p/3886502#M933681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im not understanding, how to give inputs there and i have one more doubt, how the system knows we are giving input as raw data, and hw should we know it is converted to char data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know and hw to use those FMs. where to give the input and hw to execute the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 06:57:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T06:57:44Z</dc:date>
    <item>
      <title>convert the data type Raw data to Character data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-type-raw-data-to-character-data/m-p/3886499#M933678</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;How to convert the data type Raw data to Character data. When Iu2019m putting relation with FOR ALL ENTRIES itu2019s saying data type mismatching. Pls let me know hw to convert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-type-raw-data-to-character-data/m-p/3886499#M933678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: convert the data type Raw data to Character data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-type-raw-data-to-character-data/m-p/3886500#M933679</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;&lt;/P&gt;&lt;P&gt;Data : var type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move &amp;lt;raw data&amp;gt; to var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move Var to &amp;lt;ur varialble&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or check with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_SCRP_FIELDS_RAW_TO_CHAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_SCRP_HEADER_RAW_TO_CHAR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a990051ea11d189570000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a990051ea11d189570000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scribd.com/doc/2228804/SAP-BC-ABAP-Programming?query2=sap%20convert%20integer%20to%20string" target="test_blank"&gt;http://www.scribd.com/doc/2228804/SAP-BC-ABAP-Programming?query2=sap%20convert%20integer%20to%20string&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-type-raw-data-to-character-data/m-p/3886500#M933679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: convert the data type Raw data to Character data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-type-raw-data-to-character-data/m-p/3886501#M933680</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check the Function Modules given below&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_SCRP_FIELDS_RAW_TO_CHAR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_SCRP_HEADER_RAW_TO_CHAR&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-type-raw-data-to-character-data/m-p/3886501#M933680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: convert the data type Raw data to Character data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-type-raw-data-to-character-data/m-p/3886502#M933681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im not understanding, how to give inputs there and i have one more doubt, how the system knows we are giving input as raw data, and hw should we know it is converted to char data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know and hw to use those FMs. where to give the input and hw to execute the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 06:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-type-raw-data-to-character-data/m-p/3886502#M933681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T06:57:44Z</dc:date>
    </item>
  </channel>
</rss>

