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

Determining if a System is Unicode in a Program

Former Member
0 Likes
642

Hi

Is there a function module or system parameter that will tell me if a system is unicode or not?

I can access this through the GUI with System -> Status, but I need to perform the same check in a program.

Many Thanks

Chris

1 ACCEPTED SOLUTION
Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
616

Hi Chris,

please have a look at:

http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-Howtocheckifthesystemis+Unicode

Best regards,

Nils Buerckel

SAP AG

Hi

Is there a function module or system parameter that will tell me if a system is unicode or not?

I can access this through the GUI with System -> Status, but I need to perform the same check in a program.

Many Thanks

Chris

2 REPLIES 2
Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
617

Hi Chris,

please have a look at:

http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-Howtocheckifthesystemis+Unicode

Best regards,

Nils Buerckel

SAP AG

Read only

0 Likes
616

Many Thanks

Chris