<?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 Syntax error in program &amp;quot;SAPLCK2U &amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619469#M1663786</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;SPAN style="color: #ff0000;"&gt;Syntax error in program "SAPLCK2U " &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;@ The current ABAP program "SAPL2044" had to be terminated because it has&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;come across a statement that unfortunately cannot be executed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;The following syntax error was found in the program SAPLCK2U :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;""BMMH1" must be a flat structure. You cannot use internal tables, stri"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;"ngs, references, or structures as components. ." @&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I was using ZBUS1001 delegated type for BUS1001. I made some changes in the business object in the ZBUS1001 and i see that when ever i run this - it is throwing a dump for SAPL2044. Populating the above mentioned error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me as in how to handle this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 18:21:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-29T18:21:54Z</dc:date>
    <item>
      <title>Syntax error in program "SAPLCK2U "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619469#M1663786</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;SPAN style="color: #ff0000;"&gt;Syntax error in program "SAPLCK2U " &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;@ The current ABAP program "SAPL2044" had to be terminated because it has&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;come across a statement that unfortunately cannot be executed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;The following syntax error was found in the program SAPLCK2U :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;""BMMH1" must be a flat structure. You cannot use internal tables, stri"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;"ngs, references, or structures as components. ." @&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I was using ZBUS1001 delegated type for BUS1001. I made some changes in the business object in the ZBUS1001 and i see that when ever i run this - it is throwing a dump for SAPL2044. Populating the above mentioned error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me as in how to handle this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619469#M1663786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-29T18:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program "SAPLCK2U "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619470#M1663787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So,&amp;nbsp; what was done to structure BMMH1?&amp;nbsp; was it enhanced to make it a deep structure?&amp;nbsp; Are you trying to handle as an internal table?&amp;nbsp; The message is straight forward.... when reference is made to BMMH1 by the program it is expecting a simple, flat structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619470#M1663787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-29T18:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program "SAPLCK2U "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619471#M1663788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankys,&lt;/P&gt;&lt;P&gt;How &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ZBUS1001 &lt;/SPAN&gt; is designed.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 03:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619471#M1663788</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-03-30T03:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program "SAPLCK2U "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619472#M1663789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we did not touch this structure at all. We were just handling the business object - ZBUS1001 for the workflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 18:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619472#M1663789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-30T18:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program "SAPLCK2U "</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619473#M1663790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ZBUS1001 is a delegated object of BUS1001.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 18:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-quot-saplck2u-quot/m-p/8619473#M1663790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-30T18:34:41Z</dc:date>
    </item>
  </channel>
</rss>

