Application Development and Automation 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: 
Read only

Syntax error in program "SAPLJ1IEX

Former Member
0 Likes
807

Dear All,

In MIGO After appling patches we r facing syntax error,

Syntax error in program "SAPLJ1IEX"

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLJ1IEX " in include

"LJ1IEXPAI " in

line 1097:

"The field "FLAG6" is unknown, but there is a field with the similar na"

"me "L_FLAG" . . . ."

" "

" "

Pl give me valyuable information.

Regards,

Vivek Nehete

2 REPLIES 2
Read only

Former Member
0 Likes
489

Declare a Variable l_flag6 . The syntax error will be fixed.

Reward if Useful.

Thanks,

Anita

Read only

matt
Active Contributor
0 Likes
489

>Declare a Variable l_flag6 . The syntax error will be fixed.

<b>Only do this if the program is one of your owns. Otherwise ABSOLUTELY NOT</b>

If you have a syntax error in a standard SAP program, and SAPLJ1IEX certainly looks like one, you need to refer it to SAP for fixing - especially after apply patches.

matt