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 know the platform type

0 Likes
581

Hi

I would like to know the platform type am using in the frontend..am trying to use the static method

cl_gui_frontend_services=>GET_PLATFORM...it returns '5'..am not able to interprete the importing parameter

Please suggest

Regards

Panda

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
502

5 = PLATFORM_NT50 .

check out the attributes tab of the class CL_GUI_FRONTEND_SERVICES

Regards

Raja

Hi

I would like to know the platform type am using in the frontend..am trying to use the static method

cl_gui_frontend_services=>GET_PLATFORM...it returns '5'..am not able to interprete the importing parameter

Please suggest

Regards

Panda

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
503

5 = PLATFORM_NT50 .

check out the attributes tab of the class CL_GUI_FRONTEND_SERVICES

Regards

Raja

Read only

0 Likes
502

PLATFORM_UNKNOWN	-1
PLATFORM_WINDOWS95	1
PLATFORM_WINDOWS98	2
PLATFORM_NT351		3
PLATFORM_NT40		4
PLATFORM_NT50		5
PLATFORM_MAC		6
PLATFORM_OS2		7
PLATFORM_LINUX		8
PLATFORM_HPUX		9
PLATFORM_TRU64		10
PLATFORM_AIX		11
PLATFORM_SOLARIS	12

Regards,

Rich Heilman