<?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>Question Re: At the write position, you cannot use offset and length specifications in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345755#M3747289</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;I referred that note earlier it self and I did the change in declarations accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 07:15:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-05T07:15:03Z</dc:date>
    <item>
      <title>At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaq-p/10345751</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;When I am trying to write below code in BW 7.4 i am getting error at highlighted line, same code was working in BW 7.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Error :- At the write position, you cannot use offset and length specifications with fields of type "STRING" or "XSTRING". -&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZABC_MTD'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_loc_date &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;datum&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;v_loc_date+6&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LE &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;20&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_loc_date+6&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'01'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_loc_date&amp;nbsp; &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;v_loc_date &lt;SPAN class="L0S70"&gt;- &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;low &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;v_loc_date&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;SPAN style="color: #3366ff;"&gt; l_s_range&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;low+6&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'01'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG style="color: #3366ff;"&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;high &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;v_loc_date&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;sign &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'I'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;opt &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BT'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;l_s_range &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;e_t_range&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXIT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Kinldy help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Anil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 06:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaq-p/10345751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-05T06:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345752#M3747286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Former Member,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only main change that has happened in 7.4 compared to 7.3 on coding part is the one mentioned in the note below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1943752 - SYNTAX_ERROR Dump Occurs when Executing a BW Query with Customer Exit Variable after Upgrading to BW7.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Prabhith&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 06:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345752#M3747286</guid>
      <dc:creator>former_member204899</dc:creator>
      <dc:date>2014-06-05T06:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345753#M3747287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you brief what you are trying to achieve .&lt;/P&gt;&lt;P&gt;So that can help with code better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 06:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345753#M3747287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-05T06:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345754#M3747288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you just trying to check if the date is greater then 20 .&lt;/P&gt;&lt;P&gt;If it is less then you are assigning it 01.&lt;/P&gt;&lt;P&gt;and in next statement you are subtracting it by 1 which is wrong .&lt;/P&gt;&lt;P&gt;AND you need to specify diff variable to &lt;SPAN style="color: #333333; font-size: 12px;"&gt;v_loc_date2&lt;/SPAN&gt; while assigning new value and then after condition use v_loc_date = &lt;SPAN style="color: #333333; font-size: 12px;"&gt;v_loc_date2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 06:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345754#M3747288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-05T06:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345755#M3747289</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;I referred that note earlier it self and I did the change in declarations accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 07:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345755#M3747289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-05T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345756#M3747290</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;I am just writing a code to get month to date, actually i written the same code in 7.3 , there it's working fine, but when i try to write the same code in 7.4, i am getting error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's 7.4 new installation, we are testing in sandbox, do we need to do any thing in SPRO to make abap work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically system is not allowing to use offset for this line&amp;nbsp; &lt;STRONG&gt;l_s_range&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;low+6&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S33"&gt;&lt;STRONG&gt;'01'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 07:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345756#M3747290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-05T07:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345757#M3747291</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 7.4 its not not allowing to use offset for l_s_range-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, what I did is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP BW 7.3 Code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'ZABC_MTD'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_loc_date = sy-datum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF v_loc_date+6(2) LE 20.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_loc_date+6(2) = '01'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_loc_date&amp;nbsp; =&amp;nbsp; v_loc_date - 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range-low = v_loc_date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range-low+6(2) = '01'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range-high = v_loc_date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range-sign = 'I'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range-opt = 'BT'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; APPEND l_s_range TO e_t_range.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP BW 7.4 Code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : LV_DATE TYPE D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'ZABC_MTD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_loc_date = sy-datum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF v_loc_date+6(2) LE 20.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_loc_date+6(2) = '01'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_loc_date&amp;nbsp; =&amp;nbsp; v_loc_date - 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LV_DATE = v_loc_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LV_DATE+6(2) = '01'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range-low = LV_DATE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range-high = v_loc_date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range-sign = 'I'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_range-opt = 'BT'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; APPEND l_s_range TO e_t_range.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 09:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345757#M3747291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-05T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345758#M3747292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing the same issue now in a upgraded Sandbox system where we upgraded to SAP BW 7.4 SP07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All Customer Exit include ZXRSRU01 is throwing samme error as you got.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find any other solution on this or is the only solution to change ABAP logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since we have approx 3000 lines with ABAP and many of the Customer Exits is using Offset and string loginc on &lt;SPAN style="color: #333333; font-size: 11.818181991577148px;"&gt;l_s_range&lt;/SPAN&gt; objects, it will be a hugh job to fix all this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, where did you find the information that &lt;SPAN style="color: #333333; font-size: 11.818181991577148px;"&gt;In 7.4 its not not allowing to use offset for l_s_range-low&lt;/SPAN&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;Oddmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 08:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345758#M3747292</guid>
      <dc:creator>former_member200447</dc:creator>
      <dc:date>2014-09-11T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345759#M3747293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;very good to know, very usefull information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jürgen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 08:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345759#M3747293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-11T08:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345760#M3747294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oddmar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this solution while I was just doing some R&amp;amp;D in our sandbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure is this the only solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope by this time SAP must have come up with some alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you found any, please update.&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;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2014 11:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345760#M3747294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-01T11:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345761#M3747295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look SN-1823174 for more information. The domain RSCHAVL was changed from CHAR 60 to SSTRING 1333. As a result, some ABAP language constructs are no longer possible (syntax errors) or they cause runtime errors in customer-specific programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are different data types in your case:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 7.3 RRRANGESID-LOW was RSCHAVL (CHAR 60)&lt;/P&gt;&lt;P&gt;&amp;nbsp; 7.4 RRRANGESID-LOW now is RSCHAVL (SSTRING 1333)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usefull Blog: &lt;A __default_attr="117216" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Migration of customer's own implementation for BW 7.4" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 10:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345761#M3747295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-25T10:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345762#M3747296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Omar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; We have just migrated to 7.4 and we found the same issue in ZXRSRU01 user exit with STRING or XSTRING offsets. Did you find any SAP solution to solve it or did you made ABAP logic changes ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345762#M3747296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-17T15:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: At the write position, you cannot use offset and length specifications</title>
      <link>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345763#M3747297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note was created to solve this type of issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/2183594" title="2183594  - Syntax error: &amp;quot;At the write position, you cannot use offset and length specifications with fields of type &amp;quot;STRING&amp;quot; or &amp;quot;XSTRING&amp;quot;"&gt;2183594 - Syntax error: "At the write position, you cannot use offset and length specifications with fields of type "STRING" or "XSTRING"&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janaina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 15:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/at-the-write-position-you-cannot-use-offset-and-length-specifications/qaa-p/10345763#M3747297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-23T15:46:33Z</dc:date>
    </item>
  </channel>
</rss>

