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

ABAP Commands - Unicode Upgrade

Former Member
0 Likes
468

Hi,

Can anyone provide me the information related to ABAP Commands that gets impacted in Unicode upgrade and how to resolve the same.

e.g. I am having list of ABAP keywords which are impacted in Unicode upgrade. What is the impact and how to correct them.

CONDENSE

EXPORT

REPLACE

IMPORT

SHIFT

TRANSLATE

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
426

Hello

You will find detailed information in the SAP online help: [ABAP and Unicode|http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm]

In addition, you should particularly take care of any file interface (OPEN DATASET statement):

[SAP Network Blog: Unicode File Handling in ABAP|]

Regards

Uwe

Hi,

Can anyone provide me the information related to ABAP Commands that gets impacted in Unicode upgrade and how to resolve the same.

e.g. I am having list of ABAP keywords which are impacted in Unicode upgrade. What is the impact and how to correct them.

CONDENSE

EXPORT

REPLACE

IMPORT

SHIFT

TRANSLATE

2 REPLIES 2
Read only

former_member182371
Active Contributor
Read only

uwe_schieferstein
Active Contributor
0 Likes
427

Hello

You will find detailed information in the SAP online help: [ABAP and Unicode|http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm]

In addition, you should particularly take care of any file interface (OPEN DATASET statement):

[SAP Network Blog: Unicode File Handling in ABAP|]

Regards

Uwe