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

system variable..?

Former Member
0 Likes
1,198

HI All,

What is the purpose of this system variableu2026?

sy-sysid

is there any system variable / something to get the database name..?

Puppy.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
849


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)

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
850


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)

Read only

Former Member
0 Likes
849

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....

Read only

Former Member
0 Likes
849

Yes By using SY-DBSYS You can get the data base system .

Hope it will help you...

Read only

Former Member
0 Likes
849

Dear Puppy,

SY-SYSID :Information Regarding the Current Terminal Session.

SY-DBSYS :Central database system (such as INFORMIX or ORACLE)

Cheers

fareed

Read only

Former Member
0 Likes
849

Hi,

SY-SYSID -> it is for SAP system name

SY-DBSYS --> for database name

Regards,

Jyothi CH.