<?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: Difference btw WRITE &amp; WRITE AT . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-btw-write-write-at/m-p/2330528#M512790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: text TYPE string VALUE '0123456789ABCDEF',&lt;/P&gt;&lt;P&gt;      col  TYPE i VALUE 25,&lt;/P&gt;&lt;P&gt;      len  TYPE i VALUE 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE text.&lt;/P&gt;&lt;P&gt;WRITE /5(10) text.&lt;/P&gt;&lt;P&gt;WRITE AT col(len) text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful&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, 08 Jun 2007 06:10:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-08T06:10:26Z</dc:date>
    <item>
      <title>Difference btw WRITE &amp; WRITE AT .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-btw-write-write-at/m-p/2330527#M512789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please tell me the diff between write &amp;amp; write at. Where it is aplicable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vighnesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 06:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-btw-write-write-at/m-p/2330527#M512789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T06:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Difference btw WRITE &amp; WRITE AT .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-btw-write-write-at/m-p/2330528#M512790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: text TYPE string VALUE '0123456789ABCDEF',&lt;/P&gt;&lt;P&gt;      col  TYPE i VALUE 25,&lt;/P&gt;&lt;P&gt;      len  TYPE i VALUE 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE text.&lt;/P&gt;&lt;P&gt;WRITE /5(10) text.&lt;/P&gt;&lt;P&gt;WRITE AT col(len) text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful&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, 08 Jun 2007 06:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-btw-write-write-at/m-p/2330528#M512790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T06:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difference btw WRITE &amp; WRITE AT .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-btw-write-write-at/m-p/2330529#M512791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey vignesh ... &lt;/P&gt;&lt;P&gt;We use "write at (column)" (where 'column' is a variable) when we want to change the position of the text/data dynamically. Whereas, if we use "write (/5)"  , the position of the text/data will be fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use "write at" when we are not sure about the length of the column values to ensure that the complete text will be displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 07:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-btw-write-write-at/m-p/2330529#M512791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T07:01:01Z</dc:date>
    </item>
  </channel>
</rss>

