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: 

Enqueue problem with Unicode

former_member972463
Discoverer
0 Kudos

Hello,

i have a problem with a program. We want to do a unicode conversion. I have to change the programs.

Code:

SPAN { font-family: "Consolas"; font-size: 10pt; color: #C0C0C0; background: #252525; } .L0S32 { color: #FDE24D; } .L0S33 { color: #98FB98; background: #254949; } .L0S52 { color: #88C4FF; } .L0S55 { color: #98FB98; } .L0S70 { }

CALL FUNCTION 'ENQUEUE_EZ1PWRKST_METEIN'
EXPORTING
mode_z1wrkstoff = 'E'
wrkstoffnr = z1wrkstoff-matnr
EXCEPTIONS
foreign_lock = 1
system_failure = 2
OTHERS = 3.

sap says, it has a problem with mode_z1wrkstoff = 'E' but only if i activate the unicode flag in the program.

What can i do?

Sorry for my bad english.

1 REPLY 1

Sandra_Rossi
Active Contributor

Weird. Where SAP does say that? Can you paste the exact message please? (eventually screenshot)