<?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: How to replace write:/ Itab statement in Unicode system? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-write-itab-statement-in-unicode-system/m-p/3847127#M924914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there should be no need to change as such....means it will not give you an error.(may be just an enhancement related warning.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, the best way will be to have a header line and then write that out with individual fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; wa-field1, wa-field2 ....and so on.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Priyank Jain on May 16, 2008 1:36 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 05:33:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T05:33:36Z</dc:date>
    <item>
      <title>How to replace write:/ Itab statement in Unicode system?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-write-itab-statement-in-unicode-system/m-p/3847125#M924912</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;how we can replace the following statement in Unicode system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ itab.&lt;/P&gt;&lt;P&gt;where itab is an internal table having 100 fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-write-itab-statement-in-unicode-system/m-p/3847125#M924912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace write:/ Itab statement in Unicode system?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-write-itab-statement-in-unicode-system/m-p/3847126#M924913</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;do this way  ..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at itab.
write:/ itab-fld1,
          itab-fld2 
          .........
         itab-fld100. 
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-write-itab-statement-in-unicode-system/m-p/3847126#M924913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace write:/ Itab statement in Unicode system?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-write-itab-statement-in-unicode-system/m-p/3847127#M924914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there should be no need to change as such....means it will not give you an error.(may be just an enhancement related warning.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, the best way will be to have a header line and then write that out with individual fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; wa-field1, wa-field2 ....and so on.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Priyank Jain on May 16, 2008 1:36 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 05:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-write-itab-statement-in-unicode-system/m-p/3847127#M924914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T05:33:36Z</dc:date>
    </item>
  </channel>
</rss>

