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

Which table stores environment information?

Former Member
0 Likes
1,423

Hello, which table stores the environement info.By environment info, i mean the system you are curretly logged in.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,085

These are stored at runtime corresponding to the fields of structure SYST.

Youu need to refer them as

SY-MANDT -> Current client

SY-SYSID -> name of the system

SY-DBSYS -> Name of database system

SY-UZEIT -> current system time

SY-DATUM -> Current system date

Hope this will help.

Hello, which table stores the environement info.By environment info, i mean the system you are curretly logged in.

4 REPLIES 4
Read only

Former Member
0 Likes
1,086

These are stored at runtime corresponding to the fields of structure SYST.

Youu need to refer them as

SY-MANDT -> Current client

SY-SYSID -> name of the system

SY-DBSYS -> Name of database system

SY-UZEIT -> current system time

SY-DATUM -> Current system date

Hope this will help.

Read only

0 Likes
1,085

hi richa.

go to system menu->status .

there u see the environment info and kernel information by pressing shift + F5 key.

regards

surender.s

Read only

Former Member
0 Likes
1,085

Hi,

If you need the host system name you can get it from the system variable syst-host.

Regards

Read only

Former Member
0 Likes
1,085

Hi,

You can use the FM 'TH_USER_LIST' to do the same. Pass user name as sy-uname. You will get lots of other info as well.

Regards,

Prashant.

Edited by: Prashant Kumar Upadhyay on May 25, 2009 9:30 AM