<?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: Quick help Needed  Syntax error in program /1BCDWBEN/SAPLZEN0000 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quick-help-needed-syntax-error-in-program-1bcdwben-saplzen0000/m-p/4658620#M1096115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this some thing related to Table maintenance...? Check once may be you missed some transports. or some table maintenance Generation problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2008 10:32:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-20T10:32:18Z</dc:date>
    <item>
      <title>Quick help Needed  Syntax error in program /1BCDWBEN/SAPLZEN0000</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quick-help-needed-syntax-error-in-program-1bcdwben-saplzen0000/m-p/4658619#M1096114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got an  issue that is in our quality system. i m getting a abap dump as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The current ABAP program "ZP951_FV_TR" had to be terminated because it has&lt;/P&gt;&lt;P&gt; come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The following syntax error occurred in program "/1BCDWBEN/SAPLZEN0000 " in&lt;/P&gt;&lt;P&gt;  include "/1BCDWBEN/LZEN0000U01 " in&lt;/P&gt;&lt;P&gt; line 66:&lt;/P&gt;&lt;P&gt; "Field "RUNDATE" is unknown. It is neither in one of the specified tabl"&lt;/P&gt;&lt;P&gt; "&lt;/P&gt;&lt;P&gt; The include has been created and last changed by:&lt;/P&gt;&lt;P&gt; Created by: "DDIC "&lt;/P&gt;&lt;P&gt; Last changed by: "DDIC ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT is related to lock object ..There is a syntax error in QUality system in include program ENQUEUE_EZPLANNINGDATA. This error has started suddenly after i transported a chnge in table structure which had a lockobject assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help asap. Points will b awareded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarsd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 10:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quick-help-needed-syntax-error-in-program-1bcdwben-saplzen0000/m-p/4658619#M1096114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T10:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Quick help Needed  Syntax error in program /1BCDWBEN/SAPLZEN0000</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quick-help-needed-syntax-error-in-program-1bcdwben-saplzen0000/m-p/4658620#M1096115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this some thing related to Table maintenance...? Check once may be you missed some transports. or some table maintenance Generation problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 10:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quick-help-needed-syntax-error-in-program-1bcdwben-saplzen0000/m-p/4658620#M1096115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T10:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Quick help Needed  Syntax error in program /1BCDWBEN/SAPLZEN0000</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quick-help-needed-syntax-error-in-program-1bcdwben-saplzen0000/m-p/4658621#M1096116</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;Say..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   1. You are having table, with 5 fields.&lt;/P&gt;&lt;P&gt;   2. Created Lock Object to that table.&lt;/P&gt;&lt;P&gt;       While creating the lock object it generates Two function modules to LOCK and UNLOCK.&lt;/P&gt;&lt;P&gt;       These two function module will handles the STRUCTURE of the table.&lt;/P&gt;&lt;P&gt;   3. So now the function module having 5 fields structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   4. We are changing the table with one additional field.&lt;/P&gt;&lt;P&gt;   5. But still your function module is having structure with 5 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can this function modules LOCK and UNLOCK the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 10:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quick-help-needed-syntax-error-in-program-1bcdwben-saplzen0000/m-p/4658621#M1096116</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-10-20T10:35:38Z</dc:date>
    </item>
  </channel>
</rss>

