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: 

Determining if a System is Unicode in a Program

Former Member
0 Kudos

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

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Chris,

please have a look at:

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

Best regards,

Nils Buerckel

SAP AG

2 REPLIES 2

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Chris,

please have a look at:

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

Best regards,

Nils Buerckel

SAP AG

0 Kudos

Many Thanks

Chris