<?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 getting dump when passing to sequential file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-passing-to-sequential-file/m-p/1437466#M208442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;pla help me in this issue&lt;/P&gt;&lt;P&gt;in final internal table iam having to currency field&lt;/P&gt;&lt;P&gt;i want to pass to sequential file but it is going to dump&lt;/P&gt;&lt;P&gt;it is giving this error&lt;/P&gt;&lt;P&gt;Only character-type data objects are supported at the argument&lt;/P&gt;&lt;P&gt;position "f" for the statement&lt;/P&gt;&lt;P&gt;  "TRANSFER f TO ...".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the operand "f" has the non-character-type "ZPAYREF". The&lt;/P&gt;&lt;P&gt;current program is flagged as a Unicode program. In the Unicode context&lt;/P&gt;&lt;P&gt; type X fields are seen as non-character-type, as are structures that&lt;/P&gt;&lt;P&gt;contain non-character-type components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help how to passs amount final currency field like character so that i can move to sequentail file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Kranthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Jul 2006 06:25:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-15T06:25:54Z</dc:date>
    <item>
      <title>getting dump when passing to sequential file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-passing-to-sequential-file/m-p/1437466#M208442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;pla help me in this issue&lt;/P&gt;&lt;P&gt;in final internal table iam having to currency field&lt;/P&gt;&lt;P&gt;i want to pass to sequential file but it is going to dump&lt;/P&gt;&lt;P&gt;it is giving this error&lt;/P&gt;&lt;P&gt;Only character-type data objects are supported at the argument&lt;/P&gt;&lt;P&gt;position "f" for the statement&lt;/P&gt;&lt;P&gt;  "TRANSFER f TO ...".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the operand "f" has the non-character-type "ZPAYREF". The&lt;/P&gt;&lt;P&gt;current program is flagged as a Unicode program. In the Unicode context&lt;/P&gt;&lt;P&gt; type X fields are seen as non-character-type, as are structures that&lt;/P&gt;&lt;P&gt;contain non-character-type components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help how to passs amount final currency field like character so that i can move to sequentail file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Kranthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 06:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-passing-to-sequential-file/m-p/1437466#M208442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T06:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when passing to sequential file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-passing-to-sequential-file/m-p/1437467#M208443</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;Data : l_qty(16) type c,&lt;/P&gt;&lt;P&gt;       l_value(13) type c,&lt;/P&gt;&lt;P&gt;       l_dec(3)   type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split itab-qty at `.` into l_value l_dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate l_value `.` l_dec into l_qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move l_qty to l_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transfer l_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;close dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 07:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-passing-to-sequential-file/m-p/1437467#M208443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T07:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump when passing to sequential file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-passing-to-sequential-file/m-p/1437468#M208444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data : v_curr(21) type c,&lt;/P&gt;&lt;P&gt;       V_DMBTR TYPE DMBTR. "YOUR curr field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first write your currency value to a char variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE : V_DMBTR To v_curr.&lt;/P&gt;&lt;P&gt;use this V_CURR character field in your concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try to give your F also as CHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : v_line type string.&lt;/P&gt;&lt;P&gt;v_line = f.&lt;/P&gt;&lt;P&gt;here you are copying the contents to another character variable.&lt;/P&gt;&lt;P&gt;now use TRANSFER V_LINE TO file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2006 07:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-when-passing-to-sequential-file/m-p/1437468#M208444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-15T07:39:53Z</dc:date>
    </item>
  </channel>
</rss>

