<?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: Issue with varying in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143458#M1709733</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;P is a packed data type that is numeric data type and you cannot use characters inside it because you cannot convert P to C and they are incompatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read this link...&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also read this which tells about conversion rules.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/SAPHELP_470/Helpdata/EN/fc/eb3434358411d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/SAPHELP_470/Helpdata/EN/fc/eb3434358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2012 18:54:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-07T18:54:58Z</dc:date>
    <item>
      <title>Issue with varying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143456#M1709731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to this and would like a little help from you. I am going through the Teach yourself ABAP book and there are a few sample programs that I am trying to see work. But I constantly get and error saying &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"P" and "C" are type-incompatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the source code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;parameters p&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;20&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;default &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'c::\\\xx\\yy'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;data: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;do &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;19 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;times &lt;/SPAN&gt;varying &lt;SPAN class="L0S52"&gt;c &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;p+0 &lt;SPAN class="L0S52"&gt;next &lt;/SPAN&gt;p+1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; varying n &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;p+1 &lt;SPAN class="L0S52"&gt;next &lt;/SPAN&gt;p+2.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;check &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ca &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;':\'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;n.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;write: &lt;/SPAN&gt;/ &lt;SPAN class="L0S33"&gt;'duplicate', &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c, &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'found', &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'at position', &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;index.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;enddo.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am typing it exactly how it is n the book. Can someone tell me if there is a solution to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look forward to hearing from you guys...&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;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143456#M1709731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-07T18:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with varying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143457#M1709732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my system, I get get this working by specifying an &lt;SPAN style="color: #0000ff;"&gt;explicit number of characters to capture&lt;/SPAN&gt; in the offset. My system also requires the &lt;SPAN style="color: #ff6600;"&gt;RANGE addition&lt;/SPAN&gt;, but depending on your release level, your system may not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DO &lt;SPAN class="L0S32"&gt;19 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TIMES &lt;/SPAN&gt;VARYING &lt;SPAN class="L0S52"&gt;c &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;p+0&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NEXT &lt;/SPAN&gt;p+1&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6600;"&gt;RANGE p&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VARYING n &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;p+1&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NEXT &lt;/SPAN&gt;p+2&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff6600;"&gt;RANGE p&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ENDDO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make life more interesting, the VARYING addition for DO...ENDO is now obsolete. Check out ASSIGN ... INCREMENT which replaces it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Amy&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143457#M1709732</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-12-07T18:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with varying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143458#M1709733</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;P is a packed data type that is numeric data type and you cannot use characters inside it because you cannot convert P to C and they are incompatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read this link...&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also read this which tells about conversion rules.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/SAPHELP_470/Helpdata/EN/fc/eb3434358411d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/SAPHELP_470/Helpdata/EN/fc/eb3434358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143458#M1709733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-07T18:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with varying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143459#M1709734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aswatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, in Manish's code snippet, variable P is a character field of length 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;parameters p&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;20&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;default &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'c::\\\xx\\yy'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;Cheers,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;Amy&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143459#M1709734</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-12-07T18:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with varying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143460#M1709735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for waking me up here .... &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1079/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; i didnt see that at all.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143460#M1709735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-07T19:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with varying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143461#M1709736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fridays... &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1079/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143461#M1709736</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-12-07T19:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with varying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143462#M1709737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amy. You suggestion of including the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; p+0&lt;SPAN class="L0S55"&gt;(&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;next &lt;/SPAN&gt;p+1&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;has allowed the syntax check to complete and the program run successfully.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;Can you tell me what the (1) after the p+0 and RANGE actually do? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;Thanks again for the quick reply!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;M&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143462#M1709737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-07T19:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with varying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143463#M1709738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The (1) is a length specification and indicates how many characters to transfer in the assignment. Let's say we have two character variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lv_var_one TYPE char10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_var_two TYPE char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_var_one = lv_var_two&lt;SPAN style="color: #0000ff;"&gt;+3&lt;/SPAN&gt;&lt;SPAN style="color: #ff6600;"&gt;(7)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;takes lv_var_two, skips the first &lt;SPAN style="color: #0000ff;"&gt;3&lt;/SPAN&gt; characters and assigns the next &lt;SPAN style="color: #ff6600;"&gt;7&lt;/SPAN&gt; characters to lv_var_one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wrote...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_var_one = lv_var_two&lt;SPAN style="color: #0000ff;"&gt;+3&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the first &lt;SPAN style="color: #0000ff;"&gt;3&lt;/SPAN&gt; characters of lv_var_two would be skipped and the rest of the value of lv_var_two would be assigned to lv_var_one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be useful when you want to capture just part of another variable value, like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_current_month = sy-datum+4(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are a &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb341a358411d1829f0000e829fbfe/content.htm"&gt;couple&lt;/A&gt; of &lt;A href="http://help.sap.com/abapdocu_702/en/abenunicode_offset_length.htm"&gt;documents&lt;/A&gt; about offset and length if you want to read more. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGE specifies an explicit memory area which the VARYING components may access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143463#M1709738</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-12-07T19:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with varying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143464#M1709739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amy! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 20:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-varying/m-p/9143464#M1709739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-07T20:32:47Z</dc:date>
    </item>
  </channel>
</rss>

