SAP ABAP Class CL_RSRA_BCI (General Methods of the BOR Runtime System)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSRB (Package) BW: Batch Reporting
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRA_MESSAGE Message Object Type (BOR Type Message) 20010522
2 Inheritance (c INHERITING FROM c_ref)  CL_RSRA_RECIPIENT Recipient Object Type (BOR Type Recipient) 20010522
Properties
Class CL_RSRA_BCI  
Short Description General Methods of the BOR Runtime System    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRB   BW: Batch Reporting 
Created 20010522   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSRA_BCI has no forward declaration.
Interfaces
Class CL_RSRA_BCI has no interface implemented.
Friends
Class CL_RSRA_BCI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_METHOD_COPY Constant Public Type reference (TYPE) SWO_VERB 'Copy' BCI Method Copy 20010523
2 C_METHOD_DISPLAY Constant Public Type reference (TYPE) SWO_VERB 'Display' BCI Method Display 20010523
3 C_METHOD_EDIT Constant Public Type reference (TYPE) SWO_VERB 'Edit' BCI Method Edit 20010523
4 C_METHOD_SAVE Constant Public Type reference (TYPE) SWO_VERB 'Save' BCI Method Save 20010523
5 C_OBJECT_TYPE_MESSAGE Constant Public Type reference (TYPE) SWO_OBJTYP 'MESSAGE' Message Object 20010523
6 C_OBJECT_TYPE_RECIPIENT Constant Public Type reference (TYPE) SWO_OBJTYP 'RECIPIENT' Recipieint Object 20010523
7 C_OBJECT_TYPE_SOFM Constant Public Type reference (TYPE) SWO_OBJTYP 'SOFM' SAP Office - Document 20011002
8 O_DOCUMENT_TITLE Instance attribute Protected Type reference (TYPE) STRING Title of Document 20050613
9 O_FOLDER_ID Instance attribute Protected Type reference (TYPE) SOODK 20010522
10 O_OBJTYP Instance attribute Protected Type reference (TYPE) SWO_OBJTYP Object Type 20010522
11 O_S_REF_BCI Instance attribute Protected Type reference (TYPE) OBJ_RECORD Structure of Types OLE2_OBJECT 20010522
Methods
# Method Level Visibility Method type Description Created on
1 CHECKOUT Instance method Protected Method Fill Output Structure 20010524
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010522
3 COPY Instance method Public Method Copy Object 20010523
4 CREATE_BCI Instance method Protected Method Create Reference 20010522
5 DELETE_BCI Instance method Protected Method Delete reference 20010522
6 DISPLAY Instance method Public Method Display Object 20010523
7 EDIT Instance method Public Method Edit Object 20010523
8 EXTRACT_PARAMETER Instance method Protected Method Extract Parameter and Fill in BCI Container 20010523
9 FREE Instance method Public Method Delete Object 20010523
10 GETKEY_BCI Instance method Protected Method Returns Object Key 20010522
11 GET_CONTAINER_ELEMENT Instance method Protected Method Sets a Container Element 20010802
12 GET_CONTAINER_TABLE Instance method Protected Method Writes a Table to the Container 20010620
13 GET_PROPERTY Instance method Public Method Read Properties 20010802
14 GET_PROPERTY_BCI Instance method Protected Method Sets a Container Element 20010802
15 GET_PROPERTY_TABLE Instance method Public Method Read Characteristic with Table Type 20010813
16 GET_PROPERTY_TABLE_BCI Instance method Protected Method Sets a Container Element 20010802
17 PROCESS_BCI Instance method Protected Method Execute BCI Method 20010522
18 SAVE Instance method Public Method Save Object 20010523
19 SET_CONTAINER_ELEMENT Instance method Protected Method Sets a Container Element 20010522
20 SET_CONTAINER_TABLE Instance method Protected Method Writes a Table to the Container 20010522
21 SET_PROPERTY Instance method Public Method Set Property 20010802
Events
Class CL_RSRA_BCI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TO_S_CONTAINER Protected Type reference (TYPE) SWCONT Row of the BCI Container 20010522
2 TO_S_CONTENT Protected Type reference (TYPE) SOLI Content Row 20010522
3 TO_T_CONTAINER Protected See coding BCI Container 20010522
4 TO_T_CONTENT Protected See coding Content Table 20010522
Method Signatures

Method CHECKOUT Signature

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

Method CHECKOUT on class CL_RSRA_BCI has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJTYP Call by reference Type reference (TYPE) SWO_OBJTYP Objekttyp 20010524
2 Importing I_S_REF_BCI Call by reference Type reference (TYPE) OBJ_RECORD Struktur der Typen OLE2_OBJECT uä. 20010620

Method CONSTRUCTOR on class CL_RSRA_BCI has no exception.

Method COPY Signature

Method COPY on class CL_RSRA_BCI has no parameter.
Method COPY on class CL_RSRA_BCI has no exception.

Method CREATE_BCI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJTYP Call by reference Type reference (TYPE) SWO_OBJTYP Objekttyp 20011002
2 Returning R_S_REF_BCI Value transfer Type reference (TYPE) OBJ_RECORD BCI Objektreferenz 20010522

Method CREATE_BCI on class CL_RSRA_BCI has no exception.

Method DELETE_BCI Signature

Method DELETE_BCI on class CL_RSRA_BCI has no parameter.
Method DELETE_BCI on class CL_RSRA_BCI has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_RSRA_BCI has no parameter.
Method DISPLAY on class CL_RSRA_BCI has no exception.

Method EDIT Signature

Method EDIT on class CL_RSRA_BCI has no parameter.
Method EDIT on class CL_RSRA_BCI has no exception.

Method EXTRACT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20010523
2 Exporting E_T_CONTAINER Value transfer Type reference (TYPE) TO_T_CONTAINER BCI-Container 20010523
3 Importing I_CLASSNAME Call by reference Type reference (TYPE) STRING Klassenname 20010523
4 Importing I_INDEX Call by reference Type reference (TYPE) RSRPARAMETERINDEX Parameter Index 20010523
5 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20010523
6 Importing I_SX_RSPCVARIANT Call by reference Type reference (TYPE) RSRA_SX_RSPCVARIANT Infostruktur zur RSPC-Variante 20010529

Method EXTRACT_PARAMETER on class CL_RSRA_BCI has no exception.

Method FREE Signature

Method FREE on class CL_RSRA_BCI has no parameter.
Method FREE on class CL_RSRA_BCI has no exception.

Method GETKEY_BCI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OBJECT_KEY Value transfer Type reference (TYPE) SWO_TYPEID Objektschlüssel 20010522

Method GETKEY_BCI on class CL_RSRA_BCI has no exception.

Method GET_CONTAINER_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_CONTAINER Call by reference Type reference (TYPE) TO_T_CONTAINER BCI-Container 20010802
2 Exporting E_VALUE Call by reference Type reference (TYPE) ANY Wert des Elements 20010802
3 Importing I_NAME Call by reference Type reference (TYPE) RSRPARAMETERID Name des Elements 20010802

Method GET_CONTAINER_ELEMENT on class CL_RSRA_BCI has no exception.

Method GET_CONTAINER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_CONTAINER Call by reference Type reference (TYPE) TO_T_CONTAINER BCI-Container 20010620
2 Exporting E_T_CONTENT Call by reference Type reference (TYPE) STANDARD TABLE Content-Tabelle 20010620
3 Importing I_NAME Call by reference Type reference (TYPE) RSRPARAMETERID Name der Tabelle 20010620

Method GET_CONTAINER_TABLE on class CL_RSRA_BCI has no exception.

Method GET_PROPERTY Signature

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

Method GET_PROPERTY on class CL_RSRA_BCI has no exception.

Method GET_PROPERTY_BCI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Call by reference Type reference (TYPE) ANY Wert des Elements 20010802
2 Importing I_PROPERTY Call by reference Type reference (TYPE) RSRPARAMETERID Name des Elements 20010802
3 Importing I_S_REF_BCI Call by reference Type reference (TYPE) OBJ_RECORD Struktur der Typen OLE2_OBJECT uä. 20010802

Method GET_PROPERTY_BCI on class CL_RSRA_BCI has no exception.

Method GET_PROPERTY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_CONTENT Call by reference Type reference (TYPE) STANDARD TABLE 20010813
2 Importing I_PROPERTY Call by reference Type reference (TYPE) RSRPARAMETERID Parameter Id 20010813

Method GET_PROPERTY_TABLE on class CL_RSRA_BCI has no exception.

Method GET_PROPERTY_TABLE_BCI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_CONTENT Call by reference Type reference (TYPE) STANDARD TABLE Wert des Elements 20010802
2 Importing I_PROPERTY Call by reference Type reference (TYPE) RSRPARAMETERID Name des Elements 20010802

Method GET_PROPERTY_TABLE_BCI on class CL_RSRA_BCI has no exception.

Method PROCESS_BCI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_CONTAINER Call by reference Type reference (TYPE) TO_T_CONTAINER Resultatscontainer 20010522
2 Importing I_METHOD Call by reference Type reference (TYPE) SWO_VERB BCI-Methode 20010522
3 Importing I_T_CONTAINER Call by reference Type reference (TYPE) TO_T_CONTAINER BCI-Container 20010522
# Exception Resumable Description Created on
1 PROCESS_BCI_ERROR Fehler beim Ausführen einer BCI-Methode 20010703

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARAMETER Value transfer Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20040527

Method SAVE on class CL_RSRA_BCI has no exception.

Method SET_CONTAINER_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_CONTAINER Call by reference Type reference (TYPE) TO_T_CONTAINER BCI-Container 20010522
2 Importing I_NAME Call by reference Type reference (TYPE) RSRPARAMETERID Name des Elements 20010522
3 Importing I_VALUE Call by reference Type reference (TYPE) ANY Wert des Elements 20010522

Method SET_CONTAINER_ELEMENT on class CL_RSRA_BCI has no exception.

Method SET_CONTAINER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_CONTAINER Call by reference Type reference (TYPE) TO_T_CONTAINER BCI-Container 20010522
2 Importing I_NAME Call by reference Type reference (TYPE) RSRPARAMETERID Name der Tabelle 20010522
3 Importing I_T_CONTENT Call by reference Type reference (TYPE) RSRA_T_MAIL_CONTENT Content-Tabelle 20010522

Method SET_CONTAINER_TABLE on class CL_RSRA_BCI has no exception.

Method SET_PROPERTY Signature

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

Method SET_PROPERTY on class CL_RSRA_BCI has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A