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

Sap db

Dasig
Participant
0 Likes
502

Hi experts,

I do not know if this is the right to place to this question!

How can i know to wich databse sap is linked?? oracle....

Thkx

1 ACCEPTED SOLUTION
Read only

former_member226519
Active Contributor
0 Likes
453

menue SYSTEM -> STATUS showes operationg system, db system and more related information

2 REPLIES 2
Read only

awin_prabhu
Active Contributor
0 Likes
453

Check system variable SY-DBSYS.

Execute below code and see


REPORT  ztest
WRITE: sy-dbsys.

Read only

former_member226519
Active Contributor
0 Likes
454

menue SYSTEM -> STATUS showes operationg system, db system and more related information