<?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: Write statement tab space is not getting deleted in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-tab-space-is-not-getting-deleted/m-p/9659693#M1764986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowmya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all fields in write command will be written in output length of that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to condense it, concatenate all these fields into a new field for the output line, condense it and write this line field instead of the single fields. But then the lines will no longer be formatted in the same way.&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 05:54:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-06T05:54:12Z</dc:date>
    <item>
      <title>Write statement tab space is not getting deleted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-tab-space-is-not-getting-deleted/m-p/9659691#M1764984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tab spaces in the output is not getting deleted in the write statement. Here's my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/275000" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried CONDENSE, SHIFT - LEFT DELETING .., but it is still the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the output:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/275001" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Please do help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 05:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-tab-space-is-not-getting-deleted/m-p/9659691#M1764984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T05:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement tab space is not getting deleted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-tab-space-is-not-getting-deleted/m-p/9659692#M1764985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowmya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;w_num &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;I &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;10&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w_char &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;string&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;MOVE &lt;/SPAN&gt;w_num &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;w_char&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CONDENSE &lt;/SPAN&gt;w_char&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;/1 w_num&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /1 w_char&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/275006" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 05:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-tab-space-is-not-getting-deleted/m-p/9659692#M1764985</guid>
      <dc:creator>former_member209120</dc:creator>
      <dc:date>2013-09-06T05:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Write statement tab space is not getting deleted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-tab-space-is-not-getting-deleted/m-p/9659693#M1764986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowmya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all fields in write command will be written in output length of that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to condense it, concatenate all these fields into a new field for the output line, condense it and write this line field instead of the single fields. But then the lines will no longer be formatted in the same way.&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 05:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement-tab-space-is-not-getting-deleted/m-p/9659693#M1764986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T05:54:12Z</dc:date>
    </item>
  </channel>
</rss>

