Data Element list used by SAP ABAP Function Module SHDB_GET_TABLE_TYPE (Check existence of table, view, index)
SAP ABAP Function Module SHDB_GET_TABLE_TYPE (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  DDROWORCOLST For distinction between Row or Column Store SOURCE REFERENCE(E_TABLE_TYPE) TYPE DDROWORCOLST
3 Data Element  SHDBNAME Name of the current database SOURCE REFERENCE(I_DB_NAME) TYPE SHDBNAME OPTIONAL
4 Data Element  SHDBOBJECTNAME Name of a HDB object SOURCE REFERENCE(I_TABLE_NAME) TYPE SHDBOBJECTNAME
5 Data Element  SHDBSCHEMA Name of the current schema SOURCE REFERENCE(I_SCHEMA_NAME) TYPE SHDBSCHEMA OPTIONAL