cancel
Showing results for 
Search instead for 
Did you mean: 

OpenPS with non unicode system

former_member579942
Discoverer
0 Kudos

Hi,

i have installed last version of openps connected to a non Unicode system.

Donwload works fine without trouble.

But upload does not work.

I have debugged call of BAPI_PROJECT_MAINTAIN, and saw that non caracter fields of I_PROJECT_DEFINITION

have double size since START field is placed 15 bytes to far.

Has some one an idea ?

Accepted Solutions (0)

Answers (1)

Answers (1)

TudorRiscutia
Active Participant
0 Kudos

Hello Pol Rivart,

In this case, I guess you have two options:

1. You can update he other system to Unicode, which is a little tricky.

...or...
2. If you only need this conversion for this particular FM, you can create an enhancement and use

class cl_abap_conv_in_ce for the enconding.

Best regards,

Tudor