<?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 HELP NEEDED ,Syntax Error. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-syntax-error/m-p/3434249#M824779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever i try to execute the following program, i get the following syntax error.&lt;/P&gt;&lt;P&gt;"ALPHA AND IT-F1 ARE TYPE-INCOMPATIBLE."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of it occurs 12,&lt;/P&gt;&lt;P&gt;          f1,&lt;/P&gt;&lt;P&gt;          end of it,&lt;/P&gt;&lt;P&gt;          alpha(12) value 'ABCDEFGHIJKL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do 12 times varying it-f1 from alpha&lt;EM&gt;0 next alpha&lt;/EM&gt;1.&lt;/P&gt;&lt;P&gt;    append it.&lt;/P&gt;&lt;P&gt;    enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete it index 5.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete it from 6 to 8.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete it where f1 between 'B' and 'D'.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it where f1 between 'E' and 'J'.&lt;/P&gt;&lt;P&gt;    delete it.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table it with key f1 = 'K' binary search.&lt;/P&gt;&lt;P&gt;write: /, / 'sy-subrc=', sy-subrc, 'sy-tabix=', sy-tabix, / ''.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    delete it index sy-tabix.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;free it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Feb 2008 13:17:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-16T13:17:40Z</dc:date>
    <item>
      <title>HELP NEEDED ,Syntax Error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-syntax-error/m-p/3434249#M824779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever i try to execute the following program, i get the following syntax error.&lt;/P&gt;&lt;P&gt;"ALPHA AND IT-F1 ARE TYPE-INCOMPATIBLE."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of it occurs 12,&lt;/P&gt;&lt;P&gt;          f1,&lt;/P&gt;&lt;P&gt;          end of it,&lt;/P&gt;&lt;P&gt;          alpha(12) value 'ABCDEFGHIJKL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do 12 times varying it-f1 from alpha&lt;EM&gt;0 next alpha&lt;/EM&gt;1.&lt;/P&gt;&lt;P&gt;    append it.&lt;/P&gt;&lt;P&gt;    enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete it index 5.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete it from 6 to 8.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete it where f1 between 'B' and 'D'.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it where f1 between 'E' and 'J'.&lt;/P&gt;&lt;P&gt;    delete it.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table it with key f1 = 'K' binary search.&lt;/P&gt;&lt;P&gt;write: /, / 'sy-subrc=', sy-subrc, 'sy-tabix=', sy-tabix, / ''.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    delete it index sy-tabix.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;    write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;free it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 13:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-syntax-error/m-p/3434249#M824779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T13:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: HELP NEEDED ,Syntax Error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-syntax-error/m-p/3434250#M824780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: begin of it occurs 12,&lt;/P&gt;&lt;P&gt;f1,&lt;/P&gt;&lt;P&gt;alpha(12) value 'ABCDEFGHIJKL',&lt;/P&gt;&lt;P&gt;end of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do 12 times varying it-f1 from it-alpha&lt;EM&gt;0(1) next it-alpha&lt;/EM&gt;1(1).&lt;/P&gt;&lt;P&gt;append it.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete it where f1 = 'E'.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete it where f1 = 'F'&lt;/P&gt;&lt;P&gt;          and    f1 = 'H'.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete it where f1 between 'B' and 'D'.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it where f1 between 'E' and 'J'.&lt;/P&gt;&lt;P&gt;delete it.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;loop at it.&lt;/P&gt;&lt;P&gt;write: / sy-tabix, it-f1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table it with key f1 = 'K' binary search.&lt;/P&gt;&lt;P&gt;write: /, / 'sy-subrc=', sy-subrc, 'sy-tabix=', sy-tabix, / ''.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;delete it index sy-tabix.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pandu app on Feb 16, 2008 7:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 13:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-syntax-error/m-p/3434250#M824780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T13:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: HELP NEEDED ,Syntax Error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-syntax-error/m-p/3434251#M824781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS A LOT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 13:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-syntax-error/m-p/3434251#M824781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T13:36:19Z</dc:date>
    </item>
  </channel>
</rss>

