cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion Codepage Unknown

Former Member
0 Kudos

Dear Team,

pls find the short dump and help me out

Runtime Errors CONVERSION_CODEPAGE_UNKNOWN

Date and Time 17.11.2008 11:57:29

ShrtText

Unable to convert from code page '1200' to code page '1100'.

What happened?

Error in ABAP application program.

The current ABAP program "SAPLSKEY" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

Error analysis

One of your chosen conversion tables (CODE PAGE) '1200' or '1100'

is unknown to the system.

For a list of conversion tables known to the system, see table

TCP00. To display this, use Transaction SPAD.

Trigger Location of Runtime Error

Program SAPLSKEY

Include LSKEYF00

Row 78

Module type (FORM)

Source Code Extract

Line SourceCde

48

49 ENDFORM.

50 ----


51 * FORM CHECK_KEY *

52 ----


53 * ........ *

54 ----


55 * --> KEY *

56 ----


57 FORM CHECK_KEY USING KEY TYPE C.

58 CALL FUNCTION 'DEVELOPER_KEY_CHECK'

59 EXPORTING

60 DEVELOPKEY = KEY

61 EXCEPTIONS

62 WRONG_KEY = 01

63 PARAMETERS_WRONG = 02.

64 ENDFORM.

65

66 &----


67 *& Form JUMP_THE_WALL

68 &----


69 * text *

70 ----


71 * --> p1 text

72 * <-- p2 text

73 ----


74 FORM JUMP_THE_WALL USING RC type sysubrc.

75

76 RC = 1.

77 CALL 'CHECK_TADIR_ACCESS_FREE'.

>>>>> CHECK SY-SUBRC NE 0.

79 CHECK SY-BATCH EQ SPACE.

80

81 CALL 'GET_DEVELOPER_KEY' ID 'NAME' FIELD 'ABCDEFGHIJKL'

82 ID 'CUSTID' FIELD '1234567890'

83 ID 'KEY' FIELD DUMMY_KEY.

84

85 CHECK SY-SUBRC EQ 2. "customer system!

86 MOVE SPACE TO DUMMY_KEY.

87

88 RC = 0.

89 ENDFORM. " JUMP_THE_WALL

90

91 &----


92 *& Form ADIR_CHECK

93 &----


94 * text *

95 ----


96 * --> p1 text

97 * <-- p2 text

regards

venu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

The sort dump error messages CONVERSION_CODEPAGE_UNKNOWN are solved with kernel patch:

640 PL 113

Refer Sap Note # 864267

Regards,

Former Member
0 Kudos

Please tell, which SAP version are you using?

Former Member
0 Kudos

hi

Its ECC5.0

Oracle DB

regards

venu

Former Member
0 Kudos

can anyone guide me

Former Member
0 Kudos

this can be a GUI issue ....

regards

dEE