- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Identify the database used for backend in ABAP
If you would have searched a little in the SAP documentation, then you would have found out the answer.
You can use the CL_DB_SYS=>DBSYS_TYPE to fetch the database. For e.g. If you are using SAP HANA as the database, then the DBSYS_TYPE will have the value as HDB.
- Related Articles
- Create database view in SAP ABAP
- Identify the program to edit an ABAP code
- In SAP ABAP, mapping two database table fields
- Using SQL statements in ABAP Programming and Database performance
- How do you determine which backend is being used by matplotlib?
- “Where” clause not working while updating database record in ABAP
- How to identify recent WAIT events in a Oracle database ?
- I don’t want configuration information to be transferred with the database in SAP ABAP
- Using AT_FIRST be used to initialize variables used in loop in SAP ABAP\n
- Equivalent for Row_Number() in SAP ABAP
- How to identify composite primary key in any MySQL database table?
- Advanced JavaScript Backend Basics
- Using ABAP, changing a value in itab by getting data from database table
- Information for obsolete functions in SAP ABAP
- Command to show the database currently being used in MongoDB?

Advertisements