SAP ABAP Class CL_RSISR_CONTROLLER_BASE (Basic Controller for All Services)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSISR (Package) Intelligent Services Runtime
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSISR_CONTROLLER_BASE_0 Basic Controller for Services of Type 0 20030411
2 Inheritance (c INHERITING FROM c_ref)  CL_RSISR_CONTROLLER_BASE_1 Basic Controller for Services of Type 1 20030410
Properties
Class CL_RSISR_CONTROLLER_BASE  
Short Description Basic Controller for All Services    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSISR   Intelligent Services Runtime 
Created 20030410   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDRC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SYDES Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSISR_CONTROLLER_BASE has no interface implemented.
Friends
Class CL_RSISR_CONTROLLER_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_CALL_PACKAGE Instance attribute Protected Object reference (TYPE REF TO) CL_RSISR_CALL_PACKAGE Reference to Call Package 20030410
2 MR_DATAOBJ_DESC_LIST Instance attribute Protected Object reference (TYPE REF TO) CL_RSISR_DATAOBJ_DESC_LIST Reference to Data Description List 20030410
3 MR_MSG Instance attribute Protected Object reference (TYPE REF TO) CL_RSO_MSG Container for Messages 20030410
4 MR_SERVICE Instance attribute Protected Object reference (TYPE REF TO) IF_RSISR_SERVICE Reference to Service 20030410
5 MS_SERVICE_PROPS Instance attribute Protected Type reference (TYPE) RSISR_S_SRV_PROPS Service Properties 20030410
6 MT_DATAOBJ_DESC Instance attribute Protected Type reference (TYPE) RSIS_T_DOBJ List of Data Objects 20030410
7 MT_DOBJ_ORDER Instance attribute Protected Type reference (TYPE) RSIS_T_DOBJ Order for Block Formation 20030516
8 MT_VARIABLE Instance attribute Protected Type reference (TYPE) RSISR_T_VARIABLE Variable Used 20030528
9 M_BLOCKING Instance attribute Protected Type reference (TYPE) RS_BOOL X = Blocking Switched On 20030410
10 M_SERVICE_NAME Instance attribute Protected Type reference (TYPE) RSIS_E_SERVICE Service Name 20030410
11 M_VARNUMBER Instance attribute Protected Type reference (TYPE) I Number of Variables Used 20030528
Methods
# Method Level Visibility Method type Description Created on
1 CALL_FINISH_SERVICE Instance method Protected Method Call of End Routine for the Service 20030428
2 CALL_INIT_SERVICE Instance method Protected Method Call of the Initialization Routine for the Service 20030417
3 CHECK_BLOCK Instance method Protected Method Check Whether a Data Object Only Contains Lines of a Block 20030429
4 CHECK_BLOCK_CHARACTERISTICS Instance method Protected Method Checks If Conditions for Block Characteristics Are Filled 20030516
5 CHECK_DATAITEM_LIST Instance method Private Method Checks the Components of the Data Object 20030410
6 CHECK_DATAOBJECT Instance method Protected Method Checks Whether Data Object Matches 20030410
7 CHECK_DATAOBJECTS Instance method Protected Method Checks Whether All Data Objects Match 20030410
8 CHECK_DATAOBJ_REF Instance method Private Method Tests Whether All Data Objects Are Present 20030410
9 CHECK_FOR_BLOCKING Instance method Protected Method Checks Whether the Data Needs to Be Split into Blocks 20030410
10 CHECK_FOR_INTERVAL_VALUE Instance method Private Method Checking Single Value for Variable 20030603
11 CHECK_FOR_SAME_STRUCTURE Instance method Protected Method Checking If Two Data Objects Have the Same Structure 20030415
12 CHECK_FOR_SINGLE_VALUE Instance method Private Method Checking Single Value for Variable 20030603
13 CHECK_FOR_TABLETYPE Instance method Private Method Test for Permissible Table Type 20030410
14 CHECK_ORDER Instance method Private Method Checking the Arrangement of the Data Objects 20030516
15 CHECK_PARAMETRIZATION Instance method Protected Method Checking a Parameterization 20030410
16 COLLECT_MESSAGES Instance method Protected Method Add Messages to the Global Container 20030416
17 CONSTRUCT_ORDER Instance method Private Method Calculation of Order of Data Objects 20030516
18 CONTAINS_ERROR_MESSAGE Instance method Protected Method Checks Whether It Contains an Error Message 20030416
19 CONVERT_RANGE Instance method Private Method Generation of a Where Condition from a Range Table 20030520
20 COPY_DATAOBJ_DESC_TO_SERVICE Instance method Protected Method Copying a Data Object Description into the Service 20030410
21 COPY_PARAM_LIST_TO_SERVICE Instance method Protected Method Copying the Parameter into the Service 20030410
22 CREATE_BLOCK_INFO Instance method Protected Method Block Info for a Data Object 20030416
23 CREATE_DATA_BLOCK Instance method Protected Method Creation of a Data Block 20030416
24 CREATE_DATA_TAB Instance method Protected Method Generation of Data Table with Correct Table Type 20030424
25 CREATE_INTERNAL_TABLE Instance method Protected Method Creation of an Internal Table for a Data Object 20030519
26 DETERMINE_CONDITION_VALUES Instance method Private Method Determination of Values of Condition Characteristics 20030410
27 FINISH Instance method Protected Method Ending the Controller with Error Evaluation 20030410
28 GET_BLOCKLINE_INDEX Instance method Protected Method Determines the Index in the Block Table for a Block Line 20030519
29 GET_BLOCK_CHARS Instance method Private Method Reads the Block Characteristics of a Data Object 20030410
30 GET_KEY_CHARS Instance method Private Method Reads the Key Characteristics of a Data Object 20030430
31 GET_TABLETYPE_OF_DATAOBJ Instance method Protected Method Determines the Existing and Required Table Type 20030430
32 GET_TYPEDESC Instance method Private Method Determining the Table Type 20030410
33 INIT_ATTRIBUTES Instance method Private Method Initialization of All Attributes (Multiple Call) 20030414
34 INIT_BY_CALL_PACKAGE_NAME Instance method Protected Method Initialization with Call Package Name 20030410
35 INIT_BY_CALL_PACKAGE_REF Instance method Protected Method Initialization with Call Package Reference 20030410
36 INIT_CONTROLLER Instance method Private Method Initialization 20030416
37 IS_SUBSET Instance method Private Method Checking for Partial Quantity 20030516
38 REPLACE_DATA_BLOCK Instance method Protected Method Replacing a Data Block with the Result of the Service 20030416
39 SELECT_DATA_FROM_DB Instance method Protected Method Reading the Data for a Data Object from the Database 20030519
40 SELECT_DATA_FROM_INFOPROVIDER Instance method Protected Method Reading the Data for a Data Object from an InfoProvider 20030520
41 VARIABLE_VALUE_CHECK Instance method Private Method Checking Whether the Variables Can Be Replaced 20030603
Events
Class CL_RSISR_CONTROLLER_BASE has no event.
Types
Class CL_RSISR_CONTROLLER_BASE has no local type.
Method Signatures

Method CALL_FINISH_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL Flag: Ausführung fehlerfrei 20031022

Method CALL_FINISH_SERVICE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CALL_INIT_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL Flag: Ausführung war fehlerfrei 20031022

Method CALL_INIT_SERVICE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BLOCKLINE Call by reference Object reference (TYPE REF TO) DATA 20030429
2 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20030429
3 Importing I_NAME Call by reference Type reference (TYPE) RSIS_E_DOBJ 20030429
4 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030429

Method CHECK_BLOCK on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_BLOCK_CHARACTERISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATAREF Call by reference Type reference (TYPE) RSISR_T_DATAREF Liste von Referenzen auf Datenobjekte 20030516
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030516

Method CHECK_BLOCK_CHARACTERISTICS on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_DATAITEM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATAOBJ_DESC Call by reference Object reference (TYPE REF TO) CL_RSISR_DATAOBJ_DESC 20030410
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20030410
3 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method CHECK_DATAITEM_LIST on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_DATAOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATAREF Call by reference Type reference (TYPE) RSISR_S_DATAREF Referenz auf Datenobjekt 20030410
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method CHECK_DATAOBJECT on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_DATAOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATAREF Call by reference Type reference (TYPE) RSISR_T_DATAREF Intelligent Services: Liste von Referenzen auf Datenobjekte 20030410
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method CHECK_DATAOBJECTS on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_DATAOBJ_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATAREF Call by reference Type reference (TYPE) RSISR_T_DATAREF 20030410
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method CHECK_DATAOBJ_REF on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_FOR_BLOCKING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BLOCKING Value transfer Type reference (TYPE) RS_BOOL Rückgabe des Prüfergebnisses 20030410

Method CHECK_FOR_BLOCKING on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_FOR_INTERVAL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VARIABLE Call by reference Type reference (TYPE) RSISR_S_VARIABLE 20030603
2 Importing IT_VARIABLE_VALUE Call by reference Type reference (TYPE) RSISR_T_VARIABLE_VALUE 20030603
3 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030603

Method CHECK_FOR_INTERVAL_VALUE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_FOR_SAME_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA1 Call by reference Object reference (TYPE REF TO) DATA 20030416
2 Importing IR_DATA2 Call by reference Object reference (TYPE REF TO) DATA 20030416
3 Returning R_EQUAL Value transfer Type reference (TYPE) RS_BOOL 20030416

Method CHECK_FOR_SAME_STRUCTURE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_FOR_SINGLE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VARIABLE Call by reference Type reference (TYPE) RSISR_S_VARIABLE 20030603
2 Importing IT_VARIABLE_VALUE Call by reference Type reference (TYPE) RSISR_T_VARIABLE_VALUE 20030603
3 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030603

Method CHECK_FOR_SINGLE_VALUE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_FOR_TABLETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATAOBJ_DESC Call by reference Object reference (TYPE REF TO) CL_RSISR_DATAOBJ_DESC 20030410
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20030410
3 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method CHECK_FOR_TABLETYPE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DOBJ_ORDER Call by reference Type reference (TYPE) RSIS_T_DOBJ 20030516
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030516

Method CHECK_ORDER on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CHECK_PARAMETRIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method CHECK_PARAMETRIZATION on class CL_RSISR_CONTROLLER_BASE has no exception.

Method COLLECT_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20030416

Method COLLECT_MESSAGES on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CONSTRUCT_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATAREF Call by reference Type reference (TYPE) RSISR_T_DATAREF 20030516
2 Returning RT_DOBJ_ORDER Value transfer Type reference (TYPE) RSIS_T_DOBJ 20030516

Method CONSTRUCT_ORDER on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CONTAINS_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20030416
2 Returning R_EXIST Value transfer Type reference (TYPE) RS_BOOL 20030416

Method CONTAINS_ERROR_MESSAGE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CONVERT_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE Rangetabelle 20030520
2 Returning R_WHERE Value transfer Type reference (TYPE) STRING where Bedingung 20030520

Method CONVERT_RANGE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method COPY_DATAOBJ_DESC_TO_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method COPY_DATAOBJ_DESC_TO_SERVICE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method COPY_PARAM_LIST_TO_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BLOCKLINE Call by reference Object reference (TYPE REF TO) DATA Blockzeile 20030417
2 Importing I_NAME Call by reference Type reference (TYPE) RSIS_E_DOBJ Datenobjekt 20030417
3 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method COPY_PARAM_LIST_TO_SERVICE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CREATE_BLOCK_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATAREF Call by reference Type reference (TYPE) RSISR_S_DATAREF 20030416
2 Returning RS_BLOCKINFO Value transfer Type reference (TYPE) RSISR_S_BLOCKINFO 20030416

Method CREATE_BLOCK_INFO on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CREATE_DATA_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BLOCKLINE Call by reference Object reference (TYPE REF TO) DATA 20030416
2 Importing IS_BLOCKINFO Call by reference Type reference (TYPE) RSISR_S_BLOCKINFO 20030416
3 Importing IS_DATAREF Call by reference Type reference (TYPE) RSISR_S_DATAREF 20030416
4 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20030416

Method CREATE_DATA_BLOCK on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CREATE_DATA_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATAREF Call by reference Type reference (TYPE) RSISR_S_DATAREF 20030429
2 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20030424

Method CREATE_DATA_TAB on class CL_RSISR_CONTROLLER_BASE has no exception.

Method CREATE_INTERNAL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOBJ Call by reference Type reference (TYPE) RSIS_E_DOBJ Name des Datenobjektes 20030519
2 Importing I_DOBJSPEC Call by reference Type reference (TYPE) RSIS_E_DOBJSPEC Spezifikationsart 20030519
3 Importing I_REPOOBJ Call by reference Type reference (TYPE) DDNAME Name des Repository Objektes 20030519
4 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA interne Tabelle 20030519

Method CREATE_INTERNAL_TABLE on class CL_RSISR_CONTROLLER_BASE has no exception.

Method DETERMINE_CONDITION_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BLOCKLINE Call by reference Object reference (TYPE REF TO) DATA Blockzeile 20030416
2 Importing I_NAME Call by reference Type reference (TYPE) RSIS_E_DOBJ 20030416
3 Returning RT_COND_VALUE Value transfer Type reference (TYPE) RSISR_T_COND_VALUE Tabelle Bedingungswerte 20030416

Method DETERMINE_CONDITION_VALUES on class CL_RSISR_CONTROLLER_BASE has no exception.

Method FINISH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_OK Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE 20030414

Method FINISH on class CL_RSISR_CONTROLLER_BASE has no exception.

Method GET_BLOCKLINE_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BLOCKLINE Call by reference Object reference (TYPE REF TO) DATA Blockzeile 20030519
2 Importing IS_BLOCKINFO Call by reference Type reference (TYPE) RSISR_S_BLOCKINFO BlockInfo 20030519
3 Returning R_INDEX Value transfer Type reference (TYPE) INT4 Index der korrespondierenden Zeile 20030519

Method GET_BLOCKLINE_INDEX on class CL_RSISR_CONTROLLER_BASE has no exception.

Method GET_BLOCK_CHARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) RSIS_E_DOBJ 20030410
2 Returning RT_BLOCK_CHAR Value transfer Type reference (TYPE) RSIS_T_IOBJNM 20030416

Method GET_BLOCK_CHARS on class CL_RSISR_CONTROLLER_BASE has no exception.

Method GET_KEY_CHARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) RSIS_E_DOBJ 20030430
2 Returning RT_KEY_CHAR Value transfer Type reference (TYPE) RSIS_T_IOBJNM 20030430

Method GET_KEY_CHARS on class CL_RSISR_CONTROLLER_BASE has no exception.

Method GET_TABLETYPE_OF_DATAOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COMPATIBLE Call by reference Type reference (TYPE) RS_BOOL 20030430
2 Exporting E_NEEDED_TABLETYPE Call by reference Type reference (TYPE) RSIS_E_TABLETYPE 20030430
3 Exporting E_TABLETYPE Call by reference Type reference (TYPE) RSIS_E_TABLETYPE 20030430
4 Importing IS_DATAREF Call by reference Type reference (TYPE) RSISR_S_DATAREF 20030430

Method GET_TABLETYPE_OF_DATAOBJ on class CL_RSISR_CONTROLLER_BASE has no exception.

Method GET_TYPEDESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE Datentabelle 20030410
2 Returning RT_TYPEDESC Value transfer Type reference (TYPE) RSISR_T_TYPEDESC Typbeschreibung 20030410

Method GET_TYPEDESC on class CL_RSISR_CONTROLLER_BASE has no exception.

Method INIT_ATTRIBUTES Signature

Method INIT_ATTRIBUTES on class CL_RSISR_CONTROLLER_BASE has no parameter.
Method INIT_ATTRIBUTES on class CL_RSISR_CONTROLLER_BASE has no exception.

Method INIT_BY_CALL_PACKAGE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) RSIS_E_CALLPACKAGE 20030410
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method INIT_BY_CALL_PACKAGE_NAME on class CL_RSISR_CONTROLLER_BASE has no exception.

Method INIT_BY_CALL_PACKAGE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CALL_PACKAGE Call by reference Object reference (TYPE REF TO) CL_RSISR_CALL_PACKAGE 20030410
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030410

Method INIT_BY_CALL_PACKAGE_REF on class CL_RSISR_CONTROLLER_BASE has no exception.

Method INIT_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CALL_PACKAGE Call by reference Object reference (TYPE REF TO) CL_RSISR_CALL_PACKAGE 20030416
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030416

Method INIT_CONTROLLER on class CL_RSISR_CONTROLLER_BASE has no exception.

Method IS_SUBSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SET Call by reference Type reference (TYPE) RSIS_T_IOBJNM 20030516
2 Importing IT_SUBSET Call by reference Type reference (TYPE) RSIS_T_IOBJNM 20030516
3 Returning R_SUBSET Value transfer Type reference (TYPE) RS_BOOL 20030516

Method IS_SUBSET on class CL_RSISR_CONTROLLER_BASE has no exception.

Method REPLACE_DATA_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BLOCKLINE Call by reference Object reference (TYPE REF TO) DATA 20030416
2 Importing IR_RESULT Call by reference Object reference (TYPE REF TO) DATA 20030416
3 Importing IS_BLOCKINFO Call by reference Type reference (TYPE) RSISR_S_BLOCKINFO 20030416
4 Importing IS_DATAREF Call by reference Type reference (TYPE) RSISR_S_DATAREF 20030416

Method REPLACE_DATA_BLOCK on class CL_RSISR_CONTROLLER_BASE has no exception.

Method SELECT_DATA_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDNM Call by reference Type reference (TYPE) RSIS_T_IOBJNM zu lesende Felder 20030520
2 Importing IT_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE Selektion 20030519
3 Importing I_DBTABLE Call by reference Type reference (TYPE) DDNAME Datenbanktabelle 20030519
4 Importing I_DOBJ Call by reference Type reference (TYPE) RSIS_E_DOBJ Datenobjekt 20030519
5 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA interne Tabelle mit Daten 20030519

Method SELECT_DATA_FROM_DB on class CL_RSISR_CONTROLLER_BASE has no exception.

Method SELECT_DATA_FROM_INFOPROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_IOBJNM Call by reference Type reference (TYPE) RSIS_T_IOBJNM zu lesende InfoObjekte 20030520
2 Importing IT_RANGE Call by reference Type reference (TYPE) RSDRI_T_RANGE Selektion 20030520
3 Importing I_DOBJ Call by reference Type reference (TYPE) RSIS_E_DOBJ Datenobjekt 20030520
4 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20030520
5 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA interne Tabelle mit Daten 20030520

Method SELECT_DATA_FROM_INFOPROVIDER on class CL_RSISR_CONTROLLER_BASE has no exception.

Method VARIABLE_VALUE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VARIABLE_VALUE Call by reference Type reference (TYPE) RSISR_T_VARIABLE_VALUE 20030603
2 Returning R_OK Value transfer Type reference (TYPE) RS_BOOL 20030603

Method VARIABLE_VALUE_CHECK on class CL_RSISR_CONTROLLER_BASE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400