Application Development and Automation 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: 
Read only

how to make stucture compatible in unicode program?

Former Member
0 Likes
661

Hi friends ,

I am moving one structure content into another . In unicode program it is not accepting.

In 4.6C version same program working fine .but not in ECC6.0(unicode)

Could you tell how to move one structure data into another?

Thank you.

5 REPLIES 5
Read only

Former Member
0 Likes
629

Hi,

Devika

simply u go to the attributes of tht program and uncheck the check box unicode and save it activate then u r problem might get solved

plz reward if helpfull.

dont forget to reward if helpfull

Read only

0 Likes
629

> simply u go to the attributes of tht program and

> uncheck the check box unicode and save it activate

> then u r problem might get solved

I'm astonished what answers are given. If some wants to go to unicode and has problems, the answer is "dont go for unicode". I really cant believe it.

Read only

0 Likes
629

MOVE-CORRESPONDING l_ps TO ls_p0008.

i am using this. the structure l_ps contains some special char # .

It is not unicode compatible in ECC6.0

is there any spl FM to process the content and then move ?

Thank you

Read only

Clemenss
Active Contributor
0 Likes
629

Hi Devika,

not knowing the details. Use move-corresponding. Might work.

Otherwise give details.

Regards,

Clemens

Read only

rainer_hbenthal
Active Contributor
0 Likes
629

You have to tell how you move the structure.