SAP ABAP Function Module DB_SELECT_GENERIC_TABLE (DB_SELECT_GENERIC_TABLE)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DBI (Application Component) DB-Independent Database Interface
⤷
SDB_DBI (Package) General Database Interface
⤷
⤷
Basic Data
| Function Module | DB_SELECT_GENERIC_TABLE | |
| Function Group | SDBI_DYNSQL | Old Function Modules for Dynamic SQL |
| Program Name | SAPLSDBI_DYNSQL | |
| INCLUDE Name | LSDBI_DYNSQLU05 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
BYPASS | TYPE | DD02L-BUFFERED | 'N' | read from database: 'N' no(default) / 'Y' yes | ||
| |
GENKEY | TYPE | Generic key with length GENKEY_LN | ||||
| |
GENKEY_LN | TYPE | I | 0 | Length of generic key | ||
| |
TABLENAME | TYPE | DD02L-TABNAME | Name of SAP table to be read | |||
| |
INTTAB | TYPE | Name of internal table | ||||
| |
DB_ERROR | TYPE | Database error | ||||
| |
NOT_FOUND | TYPE | Table record not available | ||||
| |
WRONG_PARAM | TYPE | incorrect parameter passing | ||||
| |
INTERNAL_ERROR | TYPE | Internal error occurred | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20010220 |
| SAP Release Created in | 610 |