SAP ABAP Class CL_SQL_PROCESSOR_UPGSQL (Execution of SQL statements thru UPGSQL table)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-TLS (Application Component) Upgrade Tools
     SCRR_SQL (Package) SQL processing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SQL_PROCESSOR Execution of SQL statements 20130404
Properties
Class CL_SQL_PROCESSOR_UPGSQL  
Short Description Execution of SQL statements thru UPGSQL table    
Super Class CL_SQL_PROCESSOR Execution of SQL statements 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCRR_SQL   SQL processing 
Created 20130404   SAP 
Last change 20140120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SQL_PROCESSOR_UPGSQL has no interface implemented.
Friends
Class CL_SQL_PROCESSOR_UPGSQL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_PROCESSOR_NAME Constant Public Type reference (TYPE) STRING 'UPGSQL' 20130408
2 GC_MAX_LINE_LENGTH Constant Public Type reference (TYPE) INT1 255 Dummy for B20 int1 (Local Everywhere) 20130411
3 MV_STMT_GROUP Instance attribute Protected Type reference (TYPE) INT4 Natural number 20130404
4 MV_TASK Instance attribute Protected Type reference (TYPE) CHAR30 'DEFAULT' 30 Characters 20130404
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Clears the currently stored SQL statements 20130404
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130405
3 GET_MAX_GROUP Instance method Protected Method Determines the max value of SMT_GROUP 20130405
4 GET_STATEMENT_LINES Instance method Protected Method Splits the given statement into a table of lines 20130411
5 GET_TASK Instance method Public Method Returns the task 20130404
6 INSERT_LINES Instance method Protected Method Inserts the given statement lines 20130411
7 SET_TASK Instance method Public Method Sets the task 20130404
Events
Class CL_SQL_PROCESSOR_UPGSQL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LINE_T Public See coding 20130411 LINE_T type c LENGTH 255
2 LINE_TT Public See coding 20130411 line_tt type standard table of line_t
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_SQL_PROCESSOR_UPGSQL has no parameter.
Method CLEAR on class CL_SQL_PROCESSOR_UPGSQL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIG Call by reference Object reference (TYPE REF TO) IF_CRR_CONFIG Acces to CRR configuration parameters 20130418

Method CONSTRUCTOR on class CL_SQL_PROCESSOR_UPGSQL has no exception.

Method GET_MAX_GROUP Signature

Method GET_MAX_GROUP on class CL_SQL_PROCESSOR_UPGSQL has no parameter.
Method GET_MAX_GROUP on class CL_SQL_PROCESSOR_UPGSQL has no exception.

Method GET_STATEMENT_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LINES Call by reference Type reference (TYPE) LINE_TT 20130411
2 Importing IV_STATEMENT Call by reference Type reference (TYPE) STRING 20130411

Method GET_STATEMENT_LINES on class CL_SQL_PROCESSOR_UPGSQL has no exception.

Method GET_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TASK Value transfer Type reference (TYPE) CHAR30 30 Characters 20130404

Method GET_TASK on class CL_SQL_PROCESSOR_UPGSQL has no exception.

Method INSERT_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UPGSQL Call by reference Type reference (TYPE) UPGSQL Upgrade SQL Statements for processing 20130411
2 Importing IT_LINES Call by reference Type reference (TYPE) LINE_TT 20130411
3 Importing IV_FROM_INDEX Call by reference Type reference (TYPE) I 1 20130411
# Exception Resumable Description Created on
1 CX_CRR_SYSTEM Technical CRR Exception 20130411

Method SET_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK Call by reference Type reference (TYPE) CHAR30 30 Characters 20130404

Method SET_TASK on class CL_SQL_PROCESSOR_UPGSQL has no exception.
History
Last changed by/on SAP  20140120 
SAP Release Created in 740