SAP ABAP Function Module RSDU_EXEC_SQL_MSS (RSDU_EXEC_SQL_MSS)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-SYS-DB-MSS (Application Component) BW Microsoft SQL Server
     RSCOREMSS (Package) BI Core Porting: Microsoft SQL Server
Basic Data
Function Module RSDU_EXEC_SQL_MSS  
Function Group RSDU_CORE_SQL_MSS   MSS: Datenbank-abhängige Core Funktionen  
Program Name SAPLRSDU_CORE_SQL_MSS    
INCLUDE Name LRSDU_CORE_SQL_MSSU04    
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-errorcode (OK = 0)
Exporting E_SQLERRTXT TYPE RSDU_STRING72 SQL error text
Exporting E_STMTSIZE TYPE I Size of the SQL-Statement in Bytes
Exporting E_NUM_ROWS TYPE I Number of affected rows
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 Schlüsellwörter in Kleinbuchstaben ja/nein
Importing I_ERROR_DOWNLOAD TYPE RS_BOOL RS_C_TRUE Download eines fehlerhaften SQL-Statements ja/nein
Importing I_CONNECTION TYPE DBCON_NAME 'DEFAULT'
Exception SQL_ERROR TYPE SQL-error (error code in E_SQLERR)
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
Exception DUPREC TYPE duplicate record
Exception OBJ_EXISTS TYPE Object already exists
Exception OBJ_NOT_FOUND TYPE Object has not been found
               
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  20110909 
SAP Release Created in 730