Data Element list used by SAP ABAP Function Module SHDB_EXISTS_INDEX (Check existence of table, view, index)
SAP ABAP Function Module
SHDB_EXISTS_INDEX (Check existence of table, view, index) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
SHDBNAME | Name of the current database | SOURCE REFERENCE(I_DB_NAME) TYPE SHDBNAME OPTIONAL |
2 | ![]() |
SHDBNAME | Name of the current database | |
3 | ![]() |
SHDBOBJECTNAME | Name of a HDB object | SOURCE REFERENCE(I_TABLE_NAME) TYPE SHDBOBJECTNAME |
4 | ![]() |
SHDBOBJECTNAME | Name of a HDB object | SOURCE REFERENCE(I_INDEX_NAME) TYPE SHDBOBJECTNAME |
5 | ![]() |
SHDBOBJECTNAME | Name of a HDB object | SOURCE REFERENCE(E_CONSTRAINT_NAME) TYPE SHDBOBJECTNAME |
6 | ![]() |
SHDBOBJECTNAME | Name of a HDB object | |
7 | ![]() |
SHDBSCHEMA | Name of the current schema | SOURCE REFERENCE(I_SCHEMA_NAME) TYPE SHDBSCHEMA OPTIONAL |
8 | ![]() |
SHDBSCHEMA | Name of the current schema | |
9 | ![]() |
SHDB_CHAR01 | Character1 Field | |
10 | ![]() |
SHDB_CHAR01 | Character1 Field | SOURCE REFERENCE(E_INDEX_EXISTS) TYPE SHDB_CHAR01 |
11 | ![]() |
SHDB_CHAR01 | Character1 Field | SOURCE REFERENCE(E_UNIQUE) TYPE SHDB_CHAR01 |