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

WORKSTATION NAME

Former Member
0 Likes
480

Moderator message: don't Use ALL-CAPS in your Subject line as well as question, as it is against the forum rules.

HI ALL,

WHICH SYSTEM VARIABLE STORES THE NAME OF THE WORKSTATION ?

THANKS...

Edited by: Matt on Nov 18, 2008 2:05 PM

Moderator message: don't Use ALL-CAPS in your Subject line as well as question, as it is against the forum rules.

HI ALL,

WHICH SYSTEM VARIABLE STORES THE NAME OF THE WORKSTATION ?

THANKS...

Edited by: Matt on Nov 18, 2008 2:05 PM

2 REPLIES 2
Read only

Former Member
0 Likes
441

Check Some of the system fields,

SY-DBSYS R/3 System, Name of Central Database System

SY-DCSYS

SY-SYSID Name of SAP R/3 System

SY-OPSYS R/3 System, Operating System of Application Server

sy-SAPRL R/3 System, system release

SY-HOST R/3 System, Name of Application Server

regards

Kumar M

Read only

Former Member
0 Likes
441

Hi,

If you want to get the name of the Presentation server you are working on, use the below FM with Import parameter TYPE = 1. It will return the full computer name of the presentation server you are working on;

GUI_GET_DESKTOP_INFO

Regards

Karthik D

P.S.: Don't Use ALL-CAPS in your Subject line as well as question, as it is against the forum rules.