SAP ABAP Function Module DB_SQL_WRITE (Formatierte Ausgabe eines SQL Statements in eine Liste)
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_SQL_WRITE | Formatierte Ausgabe eines SQL Statements in eine Liste |
| Function Group | SDBI_SQL | Parse and Output SQL Statements |
| Program Name | SAPLSDBI_SQL | |
| INCLUDE Name | LSDBI_SQLU02 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
STMT_STR | TYPE | C | ein SQL Statement | |||
| |
STMT_LEN | TYPE | I | 0 | die Länge des SQL Statements | ||
| |
SQL_STMT | TYPE | SQLS_STMT_T | der "Parse-Tree" des SQL Statements | |||
| |
START_POS | TYPE | I | 1 | die Spaltennummer, an der die Ausgabe beginnt | ||
| |
LINE_SIZE | TYPE | I | 80 | die maximale Breite, der erzeugten Ausgabe | ||
| |
WITH_FRAME | TYPE | DDBOOL_D | SPACE | das ausgegebene Statement soll eingerahmt werden | ||
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 | 20010122 |
| SAP Release Created in |