Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Quick help Needed Syntax error in program /1BCDWBEN/SAPLZEN0000

Former Member
0 Kudos

Hi experts,

I have got an issue that is in our quality system. i m getting a abap dump as below:

The current ABAP program "ZP951_FV_TR" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "/1BCDWBEN/SAPLZEN0000 " in

include "/1BCDWBEN/LZEN0000U01 " in

line 66:

"Field "RUNDATE" is unknown. It is neither in one of the specified tabl"

"

The include has been created and last changed by:

Created by: "DDIC "

Last changed by: "DDIC ".

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.

Can anyone please help asap. Points will b awareded.

Regarsd.

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

is this some thing related to Table maintenance...? Check once may be you missed some transports. or some table maintenance Generation problem.

naveen_inuganti2
Active Contributor
0 Kudos

Hi...

Say..,

1. You are having table, with 5 fields.

2. Created Lock Object to that table.

While creating the lock object it generates Two function modules to LOCK and UNLOCK.

These two function module will handles the STRUCTURE of the table.

3. So now the function module having 5 fields structure.

&

Now..,

4. We are changing the table with one additional field.

5. But still your function module is having structure with 5 fields.

So how can this function modules LOCK and UNLOCK the table?

Thanks,

Naveen.I