<?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: SYNTAX in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax/m-p/1763867#M330430</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;MOVE INTO ANOTHER VARAILBLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST = NUM+2(2) ==10&lt;/P&gt;&lt;P&gt;TEST = NUM+8(2)==10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE THIS HELPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2006 21:06:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-12T21:06:25Z</dc:date>
    <item>
      <title>SYNTAX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax/m-p/1763866#M330429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I need the syntax to know the numbers in between.&lt;/P&gt;&lt;P&gt;for ex.&lt;/P&gt;&lt;P&gt; num = CV100000109999&lt;/P&gt;&lt;P&gt;and I need to check the 2places from the one and write the code.&lt;/P&gt;&lt;P&gt;I must check the numbers in the brackets CV(10)0000(10)9999&lt;/P&gt;&lt;P&gt;How should I write the syntax?&lt;/P&gt;&lt;P&gt;Anyone please help me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 21:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax/m-p/1763866#M330429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T21:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: SYNTAX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax/m-p/1763867#M330430</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;MOVE INTO ANOTHER VARAILBLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST = NUM+2(2) ==10&lt;/P&gt;&lt;P&gt;TEST = NUM+8(2)==10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE THIS HELPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 21:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax/m-p/1763867#M330430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T21:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: SYNTAX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax/m-p/1763868#M330431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use offset operation on strings for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA V_NUM(14) TYPE C VALUE 'CV100000109999'.&lt;/P&gt;&lt;P&gt;DATA V_FNO(2) TYPE C.&lt;/P&gt;&lt;P&gt;DATA V_SNO(2) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_FNO = V_NUM+2(2)  -&amp;gt; To get 1st 10&lt;/P&gt;&lt;P&gt;V_SNO = V_NUM+9(2)  -&amp;gt; To get 2nd 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 21:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax/m-p/1763868#M330431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T21:08:25Z</dc:date>
    </item>
  </channel>
</rss>

