<?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 error in program - update failed in MIRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-update-failed-in-miro/m-p/7640079#M1572117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raghavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"GT_RSEG" and "T_RSEG" will be treated as two different internal tables. If "GT_RSEG" is not declared but still used in the program then program will throw syntax error as given by you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if "GT_RSEG" is declared as an internal table in the program SAPLZGFI_MRM_ENTRY_RAP (Use find to check whether it is declared or not). If not then someone might be trying to use this internal table in some customer exit (i.e. Z function module). You can either declare it in data declaration just like "T_RSEG" or change it to "T_RSEG" (maybe the ABAPer who is doing some changes in Z function module might have written the internal table name as "GT_RSEG" by mistake instead of "T_RSEG").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Safe side declare another internal table as "GT_RSEG" in the program as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Data: gt_rseg type standard table of &amp;lt;table_name&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or-Maybe you can contact that ABAPer by checking the version management of the program where error is coming (you can come to know the place of error through short dump ST22 transaction code) and inform him/her about the error. In this way, he/she will change the code accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helfpul!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Saba Sayed on Feb 13, 2011 12:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Feb 2011 23:55:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-12T23:55:57Z</dc:date>
    <item>
      <title>syntax error in program - update failed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-update-failed-in-miro/m-p/7640077#M1572115</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;I was trying to post invoice in MIRO in sandbox. When I tried posting the document i get an update failure message.&lt;/P&gt;&lt;P&gt;There  is a corresponding dump - syntax error. the error is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following syntax was found in the program SAPLZGFI_MRM_ENTRY_RAP. " The field "GT_RSEG" is unknown, but there is  a field  with the similar name "T_RSEG". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a Basis admin and I am not much aware of ABAP Development. So please let me know what I could do to remove this. I can try the solution as htis is sandbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and REgards,&lt;/P&gt;&lt;P&gt;Raghavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 06:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-update-failed-in-miro/m-p/7640077#M1572115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-12T06:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in program - update failed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-update-failed-in-miro/m-p/7640078#M1572116</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;This error looks like in some Z-object (Might be a Z-function module called in user exit/enhancement spot). Go to the source code of the syntax error and see. Since its a sandbox system, someone might have experimented something. You can ask the ABAPer to deactivate that piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 10:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-update-failed-in-miro/m-p/7640078#M1572116</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2011-02-12T10:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in program - update failed in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-update-failed-in-miro/m-p/7640079#M1572117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raghavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"GT_RSEG" and "T_RSEG" will be treated as two different internal tables. If "GT_RSEG" is not declared but still used in the program then program will throw syntax error as given by you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if "GT_RSEG" is declared as an internal table in the program SAPLZGFI_MRM_ENTRY_RAP (Use find to check whether it is declared or not). If not then someone might be trying to use this internal table in some customer exit (i.e. Z function module). You can either declare it in data declaration just like "T_RSEG" or change it to "T_RSEG" (maybe the ABAPer who is doing some changes in Z function module might have written the internal table name as "GT_RSEG" by mistake instead of "T_RSEG").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Safe side declare another internal table as "GT_RSEG" in the program as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Data: gt_rseg type standard table of &amp;lt;table_name&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or-Maybe you can contact that ABAPer by checking the version management of the program where error is coming (you can come to know the place of error through short dump ST22 transaction code) and inform him/her about the error. In this way, he/she will change the code accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helfpul!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Saba Sayed on Feb 13, 2011 12:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 23:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-update-failed-in-miro/m-p/7640079#M1572117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-12T23:55:57Z</dc:date>
    </item>
  </channel>
</rss>

