SAP ABAP Function Module RSDU_EXEC_SQL_INF (Execute Native SQL Statement (No CURSORs, Host Variables etc.))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-SYS-DB-INF (Application Component) BW Informix
     RSINF (Package) BW: Porting Informix
Basic Data
Function Module RSDU_EXEC_SQL_INF Execute Native SQL Statement (No CURSORs, Host Variables etc.)  
Function Group RSDU_SQL_INF   Data Manager SQL Utilities (BW 2.0A)  
Program Name SAPLRSDU_SQL_INF   Data manager utilities 
INCLUDE Name LRSDU_SQL_INFU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Changing C_PROCESSED TYPE RS_BOOL RS_C_FALSE Boolean
Exporting E_SQLERR TYPE I DB-Specific SQL-Error Code (OK = 0)
Exporting E_SQLERRTXT TYPE RSDU_STRING72 SQL Error Text
Exporting E_STMTSIZE TYPE I Size of the SQL Statement in Bytes
Importing I_T_STMT TYPE RSDU_T_ABAPSOURCE SQL Statement in an Internal Table
Importing I_STMT TYPE C SQL Statement in a String
Importing I_LOWER_TRANS TYPE RS_BOOL RS_C_FALSE SQL Keywords in Lowercase Yes/No
Importing I_ERROR_DOWNLOAD TYPE RS_BOOL RS_C_TRUE Download of a Erroneous SQL Statement Yes/No
Exception SQL_ERROR TYPE SQL Error (Error Code in E_SQLERR)
Exception REC_NOT_FOUND_OR_DUPREC TYPE object not found or duplicate-record
Exception STATEMENT_TOO_COMPLEX TYPE SQL Statement Too Complex (Long)
Exception NO_STATEMENT TYPE No Internal Table or String
Exception INHERITED_ERROR TYPE Internal Error
               
Processing Type
Normal Function Module  
Remote-Enabled 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  20040315 
SAP Release Created in 20B