abap - How to get value range of system-variable sy-dbsys -


in abap can use system variable sy-dbsys find out database running underneath abap system, e.g. 'hdb' hana or 'oracle'.

is there list of potential database systems used? want define mapping of common values of sy-dbsys in coding, since can generate native sql on fly depending on db system.

thanks

the data element dbsys_type_selector refers domain of same name covers possible values of sy-dbsys. used in class cl_db_sys.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -