cancel
Showing results for 
Search instead for 
Did you mean: 

codepage = 'IBM' --> Goiing to Dump.

Former Member
0 Kudos

Hi Experts,

IN CALL METHOD cl_gui_frontend_services=>gui_download

codepage = 'IBM'

When i pass the Code page = 'IBM', then the program is Going to Dump.(As per requirement i have to Use IBM as Code Page).

And This is a Combined Upgrade and Unicode Project. Currently we are working on Non-unicode System.

Dump Analysis is as follows:

The program attempted to interpret the value "IBM " as a number, but

since the value contravenes the rules for correct number formats,

this was not possible.

How do i Solve this ?

Please help me, its urgent..

Thanks in Advance

SriRam

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi ,

Did u manage to solve this problem? If yes, appreciate if you can share the solution. thanks

Former Member
0 Kudos

hi,

you are right...code page must be number either '1100' or '1401' for english

as you mentioned you've to fill code page IBM.. here IBM must be variable ..might be your company already assigned some value to this variable...so please try to assign IBM with out quotes like

code page = IBM

*not 'IBM'

thanks

..