‎2009 May 25 5:19 AM
HI All,
What is the purpose of this system variableu2026?
sy-sysid
is there any system variable / something to get the database name..?
Puppy.
‎2009 May 25 5:22 AM
SY-SYSID
Information about the Current Terminal Session.
System Information :
Information About the Current R/3 System
SY-DBSYS
Central database system (such as INFORMIX or ORACLE)
SY-HOST
Application server (such as HS0333, PAWDF087 u2026)
SY-OPSYS
Operating system of the application server (such as HP-UX, SINIX)
SY-SAPRL
R/3 Release in use (such as 30D, 46A, u2026)
‎2009 May 25 5:22 AM
SY-SYSID
Information about the Current Terminal Session.
System Information :
Information About the Current R/3 System
SY-DBSYS
Central database system (such as INFORMIX or ORACLE)
SY-HOST
Application server (such as HS0333, PAWDF087 u2026)
SY-OPSYS
Operating system of the application server (such as HP-UX, SINIX)
SY-SAPRL
R/3 Release in use (such as 30D, 46A, u2026)
‎2009 May 25 5:25 AM
Hi,
Sysid use for Name of the SAP System.
Use SY-DBSYS for database name.
In debug mode write syst in the field and double click on that you will get all system fileds value.
Salil....
‎2009 May 25 5:26 AM
Yes By using SY-DBSYS You can get the data base system .
Hope it will help you...
‎2009 May 25 6:16 AM
Dear Puppy,
SY-SYSID :Information Regarding the Current Terminal Session.
SY-DBSYS :Central database system (such as INFORMIX or ORACLE)
Cheers
fareed
‎2009 May 25 6:20 AM
Hi,
SY-SYSID -> it is for SAP system name
SY-DBSYS --> for database name
Regards,
Jyothi CH.