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: 

UCCHECK error codes

Former Member
0 Kudos

Hi,

Please give me all error codes while doing UCCHECK

ie i have few error codes like

MESSAGEG@3

UPLO

OPEN 004

OPEN 002

OPEN 001

Anybody having more error codes please paste the same here.

Your help will be appreciated

Sa_R.

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Sa

I have done a study for a big customer about the Unicode compatibility of all custom ABAP developments. The most frequent UCCHECK error I have found are those that you have already mentioned. In addition, there are a few more:

DESCIBE002  => statement ...DESCRIBE LENGTH requires IN TEXT/BYTE MODE
MESSAGEG!2  => two structures are no longer compatible (under unicode)
MESSAGEG!3  => two fields can no longer be converted into each other (under unicode)

Regards

Uwe

uwe_schieferstein
Active Contributor
0 Kudos

Hello Sa

Following is the entire list of UCCHECK errors I have found (please note that there may be more):

COMPUTE004
DESCIBE002
DO     002
INCLUDE001
LOOP   001
MESSAGEG!2
MESSAGEG!3
MESSAGEG!6
MESSAGEG!7
MESSAGEG!A
MESSAGEG!U
MESSAGEG)7
MESSAGEG?Y
MESSAGEG@1
MESSAGEG@3
MESSAGEG@E
MESSAGEG-0
MESSAGEG46
MESSAGEG59
MESSAGEGC0
MESSAGEGC2
MESSAGEG-D
MESSAGEG-F
MESSAGEGNR
MESSAGEGTH
MESSAGEGTL
MESSAGEGTU
MESSAGEGTX
MESSAGEGTY
MESSAGEGUI
MESSAGEGVJ
MESSAGEGWH
MESSAGEGX3
MESSAGEGXD
MESSAGEG-Y
MESSAGEGY/
NO-NAME000
OPEN   001
OPEN   002
OPEN   004
PARAERS120
TRANATE000
UPLO      
VIEW 

Regards

Uwe