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: 

Syntax error in program "$P0000E0 ".

Former Member
0 Kudos

can any one help me on this error.

-


-


Short text

Syntax error in program "$P0000E0 ".

-


-


What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "$P0000E0 " in include "$P0000E0

" in

line 0:

"The program "$P0000E0" is not Unicode-compatible, according to its pro"

"gram attributes."

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "SAP "

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

-


-


What can you do?

Please eliminate the error by performing a syntax check

(or an extended program check) on the program "$P0000E0 ".

You can also perform the syntax check from the ABAP Editor.

|

Error analysis

The following syntax error was found in the program $P0000E0 :

"The program "$P0000E0" is not Unicode-compatible, according to its pro"

"gram attributes."

" "

" "

-


3 REPLIES 3

martin_fuchs2
Explorer
0 Kudos

Hi Venkatesh,

did a quick check - with no search results.

Please open a SAP support message on component BC-ABA for further analysis.

Best regards,

Martin Fuchs

SAP AG

Former Member
0 Kudos

Hi Venkatesh,

it shows that program is not unicode compatiable,

in attributes unicode flag is not enabled.

try to enable flag, with this i think your problem will get solved.

goto

program->attributes->unicode check.

enable unicode check.

thanks

Vinod

0 Kudos

thanks i will tery this