2009 May 25 8:17 AM
Hello, which table stores the environement info.By environment info, i mean the system you are curretly logged in.
2009 May 25 8:25 AM
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.
2009 May 25 8:25 AM
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.
2009 May 25 9:19 AM
hi richa.
go to system menu->status .
there u see the environment info and kernel information by pressing shift + F5 key.
regards
surender.s
2009 May 25 8:25 AM
Hi,
If you need the host system name you can get it from the system variable syst-host.
Regards
2009 May 25 8:29 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |