<?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 errror in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586223#M591777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Report Z0183_DEL&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;tables: pa0183.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: int_pa0183 like pa0183 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;data:   begin of int_pa0183_d occurs 0,&lt;/P&gt;&lt;P&gt;        mandt like pa0183-mandt,&lt;/P&gt;&lt;P&gt;        pernr like pa0183-pernr,&lt;/P&gt;&lt;P&gt;        subty like pa0183-subty,&lt;/P&gt;&lt;P&gt;        objps like pa0183-objps,&lt;/P&gt;&lt;P&gt;        sprps like pa0183-sprps,&lt;/P&gt;&lt;P&gt;        endda like pa0183-endda,&lt;/P&gt;&lt;P&gt;        begda like pa0183-begda,&lt;/P&gt;&lt;P&gt;        seqnr like pa0183-seqnr,&lt;/P&gt;&lt;P&gt;        aedtm like pa0183-aedtm,&lt;/P&gt;&lt;P&gt;        uname like pa0183-uname,&lt;/P&gt;&lt;P&gt;        histo like pa0183-histo,&lt;/P&gt;&lt;P&gt;        itxex like pa0183-itxex,&lt;/P&gt;&lt;P&gt;        refex like pa0183-refex,&lt;/P&gt;&lt;P&gt;        ordex like pa0183-ordex,&lt;/P&gt;&lt;P&gt;        itbld like pa0183-itbld,&lt;/P&gt;&lt;P&gt;        preas like pa0183-preas,&lt;/P&gt;&lt;P&gt;        flag1 like pa0183-flag1,&lt;/P&gt;&lt;P&gt;        flag2 like pa0183-flag2,&lt;/P&gt;&lt;P&gt;        flag3 like pa0183-flag3,&lt;/P&gt;&lt;P&gt;        flag4 like pa0183-flag4,&lt;/P&gt;&lt;P&gt;        rese1 like pa0183-rese1,&lt;/P&gt;&lt;P&gt;        rese2 like pa0183-rese2,&lt;/P&gt;&lt;P&gt;        grpvl like pa0183-grpvl,&lt;/P&gt;&lt;P&gt;        awdtp like pa0183-awdtp,&lt;/P&gt;&lt;P&gt;        awcur like pa0183-awcur,&lt;/P&gt;&lt;P&gt;        awamt like pa0183-awamt,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       awamt(10),&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        payrl like pa0183-payrl,&lt;/P&gt;&lt;P&gt;        paydt like pa0183-paydt,&lt;/P&gt;&lt;P&gt;        aprdt like pa0183-aprdt,&lt;/P&gt;&lt;P&gt;        zzsuggestion like pa0183-zzsuggestion,&lt;/P&gt;&lt;P&gt;        zzsubawd like pa0183-zzsubawd,&lt;/P&gt;&lt;P&gt;        zzsprtawd like pa0183-zzsprtawd,&lt;/P&gt;&lt;P&gt;        zzawdpt like pa0183-zzawdpt,&lt;/P&gt;&lt;P&gt;        end of int_pa0183_d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :                            "int_pa0183_d like int_pa0183 occurs 0 with header line,&lt;/P&gt;&lt;P&gt;       wa_pa0183    like int_pa0183 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_PERNR FOR PA0183-PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select * from pa0183  into  table int_pa0183&lt;/P&gt;&lt;P&gt;                WHERE PERNR IN S_PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  BREAK ANANDK.&lt;/P&gt;&lt;P&gt;  sort int_pa0183 by pernr begda endda awdtp seqnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at int_pa0183.&lt;/P&gt;&lt;P&gt;    MOVE-CORRESPONDING  int_pa0183 to int_pa0183_d.&lt;/P&gt;&lt;P&gt;    append int_pa0183_d.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  delete adjacent duplicates from int_pa0183 comparing PERNR SUBTY OBJPS SPRPS ENDDA BEGDA      "SEQNR UNAME&lt;/P&gt;&lt;P&gt;                                                       AEDTM HISTO ITXEX REFEX ORDEX ITBLD&lt;/P&gt;&lt;P&gt;                                                       PREAS FLAG1 FLAG2 FLAG3 FLAG4 RESE1&lt;/P&gt;&lt;P&gt;                                                       RESE2 GRPVL AWDTP AWCUR AWAMT PAYRL&lt;/P&gt;&lt;P&gt;                                                       PAYDT APRDT&lt;/P&gt;&lt;P&gt;                                                       ZZSUGGESTION ZZSUBAWD ZZSPRTAWD&lt;/P&gt;&lt;P&gt;                                                       ZZAWDPT.&lt;/P&gt;&lt;P&gt;  loop at int_pa0183_d.&lt;/P&gt;&lt;P&gt;    read table int_pa0183 with table key                       mandt = int_pa0183_d-mandt&lt;/P&gt;&lt;P&gt;                                         pernr = int_pa0183_d-pernr&lt;/P&gt;&lt;P&gt;                                         subty = int_pa0183_d-subty&lt;/P&gt;&lt;P&gt;                                         objps = int_pa0183_d-objps&lt;/P&gt;&lt;P&gt;                                         sprps = int_pa0183_d-sprps&lt;/P&gt;&lt;P&gt;                                         endda = int_pa0183_d-endda&lt;/P&gt;&lt;P&gt;                                         begda = int_pa0183_d-begda&lt;/P&gt;&lt;P&gt;                                         seqnr = int_pa0183_d-seqnr&lt;/P&gt;&lt;P&gt;                                         aedtm = int_pa0183_d-aedtm&lt;/P&gt;&lt;P&gt;                                         uname = int_pa0183_d-uname&lt;/P&gt;&lt;P&gt;                                         histo = int_pa0183_d-histo&lt;/P&gt;&lt;P&gt;                                         itxex = int_pa0183_d-itxex&lt;/P&gt;&lt;P&gt;                                         refex = int_pa0183_d-refex&lt;/P&gt;&lt;P&gt;                                         ordex = int_pa0183_d-ordex&lt;/P&gt;&lt;P&gt;                                         itbld = int_pa0183_d-itbld&lt;/P&gt;&lt;P&gt;                                         preas = int_pa0183_d-preas&lt;/P&gt;&lt;P&gt;                                         flag1 = int_pa0183_d-flag1&lt;/P&gt;&lt;P&gt;                                         flag2 = int_pa0183_d-flag2&lt;/P&gt;&lt;P&gt;                                         flag3 = int_pa0183_d-flag3&lt;/P&gt;&lt;P&gt;                                         flag4 = int_pa0183_d-flag4&lt;/P&gt;&lt;P&gt;                                         rese1 = int_pa0183_d-rese1&lt;/P&gt;&lt;P&gt;                                         rese2 = int_pa0183_d-rese2&lt;/P&gt;&lt;P&gt;                                         grpvl = int_pa0183_d-grpvl&lt;/P&gt;&lt;P&gt;                                         awdtp = int_pa0183_d-awdtp&lt;/P&gt;&lt;P&gt;                                         awcur = int_pa0183_d-awcur&lt;/P&gt;&lt;P&gt;                                         awamt = int_pa0183_d-AWAMT&lt;/P&gt;&lt;P&gt;                                         payrl = int_pa0183_d-payrl&lt;/P&gt;&lt;P&gt;                                         paydt = int_pa0183_d-paydt&lt;/P&gt;&lt;P&gt;                                         aprdt = int_pa0183_d-aprdt&lt;/P&gt;&lt;P&gt;                                         zzsuggestion = int_pa0183_d-zzsuggestion&lt;/P&gt;&lt;P&gt;                                         zzsubawd = int_pa0183_d-zzsubawd&lt;/P&gt;&lt;P&gt;                                         zzsprtawd = int_pa0183_d-zzsprtawd&lt;/P&gt;&lt;P&gt;                                         zzawdpt = int_pa0183_d-zzawdpt.&lt;/P&gt;&lt;P&gt;    if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;      move-corresponding int_pa0183_d to wa_pa0183.&lt;/P&gt;&lt;P&gt;      append wa_pa0183.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at wa_pa0183.&lt;/P&gt;&lt;P&gt;    write:/ wa_pa0183-pernr, 15 wa_pa0183-begda,&lt;/P&gt;&lt;P&gt;                          30 wa_pa0183-endda, 45 wa_pa0183-awdtp,&lt;/P&gt;&lt;P&gt;                          52 wa_pa0183-seqnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2007 05:44:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-24T05:44:19Z</dc:date>
    <item>
      <title>syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586216#M591770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have a field awamt-pa0183&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am using this filed in READ TABLE using all the fields from table pa0183 the system is showing this field awamt is not in my table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field AWAMT is currency field with length 9 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I unable to under stand the error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;anandp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586216#M591770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586217#M591771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read table is used to read the records from the internal table whereas a select statement is used to fetch the records from standard table to internal table.&lt;/P&gt;&lt;P&gt;Check whether using the READ statement on internal table or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586217#M591771</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-07-24T04:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586218#M591772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran&lt;/P&gt;&lt;P&gt;here i retrived data from pa0183 into itab1.&lt;/P&gt;&lt;P&gt;then i passed the same data to itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form itab1 i delected the duplicate records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i am loop itab2 where i have all the records and reading the same with all fields from itab1.&lt;/P&gt;&lt;P&gt;here if the conditions does not satisfies i have to pass the data into itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the aim is to delete duplicate record from data base here i have duplicates in itab3.&lt;/P&gt;&lt;P&gt;Here my client has done some mistake when they running bdc they uploaded the file more than once, which created duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the problem which i told u is,  AWAMT&lt;/P&gt;&lt;P&gt;the system is showing error at this field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;anandp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 05:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586218#M591772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T05:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586219#M591773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How u have declared the field AWAMT ...&lt;/P&gt;&lt;P&gt;what is the error u r getting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 05:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586219#M591773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T05:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586220#M591774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;awamt like pa0183-awamt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am using read statemtn the system is saying this field is not in pa0183&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;anandp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 05:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586220#M591774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T05:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586221#M591775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this u have to give...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ table itab with key awamt = '10'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coz awamt is not the key field in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 05:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586221#M591775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T05:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586222#M591776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you paste your code, and tell where the error is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 05:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586222#M591776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T05:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586223#M591777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Report Z0183_DEL&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;tables: pa0183.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: int_pa0183 like pa0183 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;data:   begin of int_pa0183_d occurs 0,&lt;/P&gt;&lt;P&gt;        mandt like pa0183-mandt,&lt;/P&gt;&lt;P&gt;        pernr like pa0183-pernr,&lt;/P&gt;&lt;P&gt;        subty like pa0183-subty,&lt;/P&gt;&lt;P&gt;        objps like pa0183-objps,&lt;/P&gt;&lt;P&gt;        sprps like pa0183-sprps,&lt;/P&gt;&lt;P&gt;        endda like pa0183-endda,&lt;/P&gt;&lt;P&gt;        begda like pa0183-begda,&lt;/P&gt;&lt;P&gt;        seqnr like pa0183-seqnr,&lt;/P&gt;&lt;P&gt;        aedtm like pa0183-aedtm,&lt;/P&gt;&lt;P&gt;        uname like pa0183-uname,&lt;/P&gt;&lt;P&gt;        histo like pa0183-histo,&lt;/P&gt;&lt;P&gt;        itxex like pa0183-itxex,&lt;/P&gt;&lt;P&gt;        refex like pa0183-refex,&lt;/P&gt;&lt;P&gt;        ordex like pa0183-ordex,&lt;/P&gt;&lt;P&gt;        itbld like pa0183-itbld,&lt;/P&gt;&lt;P&gt;        preas like pa0183-preas,&lt;/P&gt;&lt;P&gt;        flag1 like pa0183-flag1,&lt;/P&gt;&lt;P&gt;        flag2 like pa0183-flag2,&lt;/P&gt;&lt;P&gt;        flag3 like pa0183-flag3,&lt;/P&gt;&lt;P&gt;        flag4 like pa0183-flag4,&lt;/P&gt;&lt;P&gt;        rese1 like pa0183-rese1,&lt;/P&gt;&lt;P&gt;        rese2 like pa0183-rese2,&lt;/P&gt;&lt;P&gt;        grpvl like pa0183-grpvl,&lt;/P&gt;&lt;P&gt;        awdtp like pa0183-awdtp,&lt;/P&gt;&lt;P&gt;        awcur like pa0183-awcur,&lt;/P&gt;&lt;P&gt;        awamt like pa0183-awamt,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       awamt(10),&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        payrl like pa0183-payrl,&lt;/P&gt;&lt;P&gt;        paydt like pa0183-paydt,&lt;/P&gt;&lt;P&gt;        aprdt like pa0183-aprdt,&lt;/P&gt;&lt;P&gt;        zzsuggestion like pa0183-zzsuggestion,&lt;/P&gt;&lt;P&gt;        zzsubawd like pa0183-zzsubawd,&lt;/P&gt;&lt;P&gt;        zzsprtawd like pa0183-zzsprtawd,&lt;/P&gt;&lt;P&gt;        zzawdpt like pa0183-zzawdpt,&lt;/P&gt;&lt;P&gt;        end of int_pa0183_d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :                            "int_pa0183_d like int_pa0183 occurs 0 with header line,&lt;/P&gt;&lt;P&gt;       wa_pa0183    like int_pa0183 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_PERNR FOR PA0183-PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select * from pa0183  into  table int_pa0183&lt;/P&gt;&lt;P&gt;                WHERE PERNR IN S_PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  BREAK ANANDK.&lt;/P&gt;&lt;P&gt;  sort int_pa0183 by pernr begda endda awdtp seqnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at int_pa0183.&lt;/P&gt;&lt;P&gt;    MOVE-CORRESPONDING  int_pa0183 to int_pa0183_d.&lt;/P&gt;&lt;P&gt;    append int_pa0183_d.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  delete adjacent duplicates from int_pa0183 comparing PERNR SUBTY OBJPS SPRPS ENDDA BEGDA      "SEQNR UNAME&lt;/P&gt;&lt;P&gt;                                                       AEDTM HISTO ITXEX REFEX ORDEX ITBLD&lt;/P&gt;&lt;P&gt;                                                       PREAS FLAG1 FLAG2 FLAG3 FLAG4 RESE1&lt;/P&gt;&lt;P&gt;                                                       RESE2 GRPVL AWDTP AWCUR AWAMT PAYRL&lt;/P&gt;&lt;P&gt;                                                       PAYDT APRDT&lt;/P&gt;&lt;P&gt;                                                       ZZSUGGESTION ZZSUBAWD ZZSPRTAWD&lt;/P&gt;&lt;P&gt;                                                       ZZAWDPT.&lt;/P&gt;&lt;P&gt;  loop at int_pa0183_d.&lt;/P&gt;&lt;P&gt;    read table int_pa0183 with table key                       mandt = int_pa0183_d-mandt&lt;/P&gt;&lt;P&gt;                                         pernr = int_pa0183_d-pernr&lt;/P&gt;&lt;P&gt;                                         subty = int_pa0183_d-subty&lt;/P&gt;&lt;P&gt;                                         objps = int_pa0183_d-objps&lt;/P&gt;&lt;P&gt;                                         sprps = int_pa0183_d-sprps&lt;/P&gt;&lt;P&gt;                                         endda = int_pa0183_d-endda&lt;/P&gt;&lt;P&gt;                                         begda = int_pa0183_d-begda&lt;/P&gt;&lt;P&gt;                                         seqnr = int_pa0183_d-seqnr&lt;/P&gt;&lt;P&gt;                                         aedtm = int_pa0183_d-aedtm&lt;/P&gt;&lt;P&gt;                                         uname = int_pa0183_d-uname&lt;/P&gt;&lt;P&gt;                                         histo = int_pa0183_d-histo&lt;/P&gt;&lt;P&gt;                                         itxex = int_pa0183_d-itxex&lt;/P&gt;&lt;P&gt;                                         refex = int_pa0183_d-refex&lt;/P&gt;&lt;P&gt;                                         ordex = int_pa0183_d-ordex&lt;/P&gt;&lt;P&gt;                                         itbld = int_pa0183_d-itbld&lt;/P&gt;&lt;P&gt;                                         preas = int_pa0183_d-preas&lt;/P&gt;&lt;P&gt;                                         flag1 = int_pa0183_d-flag1&lt;/P&gt;&lt;P&gt;                                         flag2 = int_pa0183_d-flag2&lt;/P&gt;&lt;P&gt;                                         flag3 = int_pa0183_d-flag3&lt;/P&gt;&lt;P&gt;                                         flag4 = int_pa0183_d-flag4&lt;/P&gt;&lt;P&gt;                                         rese1 = int_pa0183_d-rese1&lt;/P&gt;&lt;P&gt;                                         rese2 = int_pa0183_d-rese2&lt;/P&gt;&lt;P&gt;                                         grpvl = int_pa0183_d-grpvl&lt;/P&gt;&lt;P&gt;                                         awdtp = int_pa0183_d-awdtp&lt;/P&gt;&lt;P&gt;                                         awcur = int_pa0183_d-awcur&lt;/P&gt;&lt;P&gt;                                         awamt = int_pa0183_d-AWAMT&lt;/P&gt;&lt;P&gt;                                         payrl = int_pa0183_d-payrl&lt;/P&gt;&lt;P&gt;                                         paydt = int_pa0183_d-paydt&lt;/P&gt;&lt;P&gt;                                         aprdt = int_pa0183_d-aprdt&lt;/P&gt;&lt;P&gt;                                         zzsuggestion = int_pa0183_d-zzsuggestion&lt;/P&gt;&lt;P&gt;                                         zzsubawd = int_pa0183_d-zzsubawd&lt;/P&gt;&lt;P&gt;                                         zzsprtawd = int_pa0183_d-zzsprtawd&lt;/P&gt;&lt;P&gt;                                         zzawdpt = int_pa0183_d-zzawdpt.&lt;/P&gt;&lt;P&gt;    if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;      move-corresponding int_pa0183_d to wa_pa0183.&lt;/P&gt;&lt;P&gt;      append wa_pa0183.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at wa_pa0183.&lt;/P&gt;&lt;P&gt;    write:/ wa_pa0183-pernr, 15 wa_pa0183-begda,&lt;/P&gt;&lt;P&gt;                          30 wa_pa0183-endda, 45 wa_pa0183-awdtp,&lt;/P&gt;&lt;P&gt;                          52 wa_pa0183-seqnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 05:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586223#M591777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T05:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586224#M591778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HERE THE SYSTEM IS SAYING 'the component 'AWAMT' is not contained in table int_pa0183 or the key is not statically declared&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 06:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586224#M591778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T06:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: syntax errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586225#M591779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remove &amp;lt;b&amp;gt;table&amp;lt;/b&amp;gt; words from READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table int_pa0183 with &amp;lt;b&amp;gt;table&amp;lt;/b&amp;gt; key mandt = int_pa0183_d-mandt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 06:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-errror/m-p/2586225#M591779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T06:15:38Z</dc:date>
    </item>
  </channel>
</rss>

