Data Element list used by SAP ABAP Function Module SHDB_EXISTS_TABLE (Check existence of table, view, index)
SAP ABAP Function Module SHDB_EXISTS_TABLE (Check existence of table, view, index) is using
# Object Type Object Name Object Description Note
     
1 Data Element  DBCON_NAME Logical name for a database connection SOURCE VALUE(I_CONNECTION) TYPE DBCON_NAME DEFAULT 'DEFAULT'
2 Data Element  SHDBNAME Name of the current database SOURCE REFERENCE(I_DB_NAME) TYPE SHDBNAME OPTIONAL
3 Data Element  SHDBOBJECTNAME Name of a HDB object SOURCE REFERENCE(I_TABLE_NAME) TYPE SHDBOBJECTNAME
4 Data Element  SHDBSCHEMA Name of the current schema
5 Data Element  SHDBSCHEMA Name of the current schema SOURCE REFERENCE(I_SCHEMA_NAME) TYPE SHDBSCHEMA OPTIONAL
6 Data Element  SHDB_CHAR01 Character1 Field SOURCE REFERENCE(E_TABLE_EXISTS) TYPE SHDB_CHAR01