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: 

Unicode Enabling Issues for HR ABAP.

Former Member
0 Kudos

Heay Guys,

I am working on a Unicode Enabling Project.

For those who has worked on a Unicode Enabling Project, could you please tell me if there would be any issues specific to HR ABAP Programs? This is an urgent requirement for me.

Please reply me as soon as possible.

Thanks and Regards,

Bhargava Kavuri.

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos

In general the issues would be like

usage of hex type variables in character specific statements like replace/concatenate etc will not work any longer.

loop at itab.

write:/ itab.

endloop.

The code like above will not work.

loop at itab.

write:/ itab-field1, itab-field2.

endloop.

will work.

Regards,

Ravi

Former Member
0 Kudos

Hi Bhargava,

Yeah in HR if you are using logical data base then

there are many obsolate statements inside that.

so that could give some uncode problems bec of , type

decarations are not there.

Other than that if u r using noraml selects I didnt see

any problem for unicode thing.

Thnaks&Regards,

Siri.

0 Kudos

Helo Siri,

Can u be abit more clear please....

This is a very urgent requirement for us to deal with....

If u dont mind can I speak to u once on fone.... that too only if u dont have any problem.....

My personal Mail id is bhargava.k.k@gmail.com.

Can u please send me ur no.

Awaiting ur reply.......

Thanks and Regards,

Bhargava Kavuri.

Mobile No. 9980031228.

0 Kudos

Hi Siri,

Can u please tell me what are those obsolete statements??

Can u please be abit more specific on the possible errors?

Thanks and Regards,

Bhargava Kavuri.

0 Kudos

Hi Bhargava,

I have some unicode related doc with me.

I will forward it to your id.

Those obslate statements are related to type

decarations. To find them you create ome small prog

and use PNP in that. and now you enable unicode

and do EPC it will show you all the obsolete

statements.

I have sent the help dod to your id please check now.

Thanks&Regards,

Siri.

Kindly award points to all the helpful answers.

Message was edited by: Srilatha T