SAP ABAP Class CL_RSISR_CALL_PACKAGE (Data Package to Call Services)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSISR (Package) Intelligent Services Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20020827
Properties
Class CL_RSISR_CALL_PACKAGE  
Short Description Data Package to Call Services    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSISR   Intelligent Services Runtime 
Created 20020731   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 RSIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSSG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20020827
Friends
Class CL_RSISR_CALL_PACKAGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CALL_TYPE_MULTIPLE Static Attribute Public Type reference (TYPE) STRING Constants for "Multiple" Call 20020731
2 C_CALL_TYPE_SINGLE Static Attribute Public Type reference (TYPE) STRING Constats for "Simple" Call 20020731
3 MR_DATAOBJ_DESC_LIST Instance attribute Private Object reference (TYPE REF TO) CL_RSISR_DATAOBJ_DESC_LIST List of Data Object Descriptions 20020731
4 MS_HEADER Instance attribute Private Type reference (TYPE) RSIS_S_CP_HEADER Header Information 20030512
5 MT_COND_PARAM_LIST Instance attribute Private Type reference (TYPE) RSISR_T_COND_PARAM_REF List of Parameter Conditions 20020828
6 MT_DATAOBJ_SPEC Instance attribute Private Type reference (TYPE) RSIS_T_DATAOBJ_SPEC 20030625
7 M_CALL_TYPE Instance attribute Private Type reference (TYPE) STRING Call Type 20020731
8 M_LANGU Instance attribute Private Type reference (TYPE) LANGU Language of Last Save 20030729
9 M_SERVICE_NAME Instance attribute Private Type reference (TYPE) RSIS_E_SERVICE Intelligent Services: Name of a Service 20020731
10 M_SERVICE_TYPE Instance attribute Private Type reference (TYPE) RSIS_E_SRVTYPE Service Type 20030411
11 M_TIMESTAMP Instance attribute Private Type reference (TYPE) TZNTSTMPS Time Stamp 20021016
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method 20031113
2 ADD_COND_PARAM Instance method Private Method Creating a Condition Parameter 20020731
3 ADJUST_TEXTS Instance method Public Method Comparing Texts 20030729
4 CHECK Instance method Public Method Complete Check of the Call Package 20030626
5 CHECK_CONSISTENCY Instance method Public Method Consistency Check Between Call Package and Service 20030404
6 CHECK_CONSISTENCY_INT Instance method Private Method Consistency Check Betw. Call Package and Service (Internal) 20030626
7 CLEAR_COND_PARAM_LIST Instance method Public Method Deletes the Condition Parameter List 20040331
8 CONSTRUCTOR Instance method Public Constructor Constructor 20020731
9 COPY_DATAOBJ_DESC_FROM_SERVICE Instance method Public Method Copying the Data Object Descr. from Service in Call Package 20020920
10 COPY_DATAOBJ_DESC_TO_SERVICE Instance method Public Method Copying Data Object Descr. from Call Package into Service 20020920
11 COPY_PARAM_LIST_FROM_SERVICE Instance method Public Method Copying the Parameter Values from Service into Call Package 20020917
12 COPY_PARAM_LIST_TO_SERVICE Instance method Public Method Copying the Parameter Values from Call Package into Service 20020917
13 DELETE Static method Public Method Deletes a Call Package 20031106
14 FILL_SERVICE_WITH_PARAM_VALUES Static method Public Method Copying the Parameter Values from Param. List into Service 20020917
15 GET_CALL_TYPE Instance method Public Method Return of a Call Type ?? 20020731
16 GET_COND_PARAM_LIST Instance method Public Method Returns the Condition Parameter Pairs 20020919
17 GET_COPY_OF_PARAM_VALUES Static method Public Method Copying the Param. Values from Service into Param. List 20020917
18 GET_DATACOLUMNS Instance method Public Method Return of Used Data Columns 20030526
19 GET_DATAOBJ_DESC_LIST Instance method Public Method Return of Data Object Description List 20020731
20 GET_DATAOBJ_SPEC Instance method Public Method Returns Data Object Specifications 20030625
21 GET_HEADER Instance method Public Method 20030512
22 GET_PARAM_LIST Instance method Public Method Returns a Parameter List for a Value 20020731
23 GET_SERVICE_NAME Instance method Public Method Return of Service Name 20020731
24 GET_SERVICE_TYPE Instance method Public Method Return of Service Name 20030411
25 GET_TIMESTAMP Instance method Public Method Returns Time Stamp for Package Generation 20021016
26 GET_TLOGO_OBJECTS Instance method Public Method Return of TLOGO Objects Used 20030526
27 GET_VARIABLES Instance method Public Method Return of Variables Used 20030526
28 LOAD Static method Public Method Loading Data from an XML String 20020827
29 SAVE Static method Public Method Persistence of Data in an XML String 20020827
30 SET_CALL_TYPE Instance method Public Method Set the Call Type ?? 20020731
31 SET_DATAOBJ_DESC_LIST Instance method Public Method Setting the Data Object Description List 20020731
32 SET_DATAOBJ_SPEC Instance method Public Method Sets dataobj_spec 20030625
33 SET_HEADER Instance method Public Method 20030512
34 SET_PARAM_LIST Instance method Public Method Setting the Parameter List with Condition 20020731
Events
Class CL_RSISR_CALL_PACKAGE has no event.
Types
Class CL_RSISR_CALL_PACKAGE has no local type.
Method Signatures

Method ACTIVATE 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 Container für Nachrichten 20031113

Method ACTIVATE on class CL_RSISR_CALL_PACKAGE has no exception.

Method ADD_COND_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONDITION_LIST Call by reference Object reference (TYPE REF TO) CL_RSISR_CONDITION_LIST Selektionsliste 20020906
2 Importing IR_PARAM_LIST Call by reference Object reference (TYPE REF TO) CL_RSISR_PARAM_LIST Parameterliste 20020828

Method ADD_COND_PARAM on class CL_RSISR_CALL_PACKAGE has no exception.

Method ADJUST_TEXTS Signature

Method ADJUST_TEXTS on class CL_RSISR_CALL_PACKAGE has no parameter.
Method ADJUST_TEXTS on class CL_RSISR_CALL_PACKAGE has no exception.

Method CHECK 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 20030901

Method CHECK on class CL_RSISR_CALL_PACKAGE has no exception.

Method CHECK_CONSISTENCY Signature

Method CHECK_CONSISTENCY on class CL_RSISR_CALL_PACKAGE has no parameter.
# Exception Resumable Description Created on
1 PARAMETER_NAME Parameternamen stimmen nicht überein 20030404
2 PARAMETER_NUMBER Anzahl der Parameter verschieden 20030404
3 PARAMETER_TYPE Parametertypen stimmen nicht überein 20030404

Method CHECK_CONSISTENCY_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SERVICE Call by reference Object reference (TYPE REF TO) IF_RSISR_SERVICE 20030626
# Exception Resumable Description Created on
1 PARAMETER_NAME Parameternamen stimmen nicht überein 20030626
2 PARAMETER_NUMBER Anzahl der Parameter verschieden 20030626
3 PARAMETER_TYPE Parametertypen stimmen nicht überein 20030626

Method CLEAR_COND_PARAM_LIST Signature

Method CLEAR_COND_PARAM_LIST on class CL_RSISR_CALL_PACKAGE has no parameter.
Method CLEAR_COND_PARAM_LIST on class CL_RSISR_CALL_PACKAGE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SERVICE_NAME Call by reference Type reference (TYPE) RSIS_E_SERVICE Intelligent Services: Name eines Service 20020827

Method CONSTRUCTOR on class CL_RSISR_CALL_PACKAGE has no exception.

Method COPY_DATAOBJ_DESC_FROM_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SERVICE Call by reference Object reference (TYPE REF TO) IF_RSISR_SERVICE Service 20020920

Method COPY_DATAOBJ_DESC_FROM_SERVICE on class CL_RSISR_CALL_PACKAGE 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 Importing IR_SERVICE Call by reference Object reference (TYPE REF TO) IF_RSISR_SERVICE 20030404
# Exception Resumable Description Created on
1 DOD_NOT_FOUND Datenobjektbeschreibung nicht gefunden 20021125

Method COPY_PARAM_LIST_FROM_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONDITION_LIST Call by reference Object reference (TYPE REF TO) CL_RSISR_CONDITION_LIST Bedingungssliste 20020917
2 Importing IR_SERVICE Call by reference Object reference (TYPE REF TO) IF_RSISR_SERVICE Service 20020917

Method COPY_PARAM_LIST_FROM_SERVICE on class CL_RSISR_CALL_PACKAGE 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 Exporting E_OK Call by reference Type reference (TYPE) RS_BOOL Boolean 20020920
2 Importing IR_SERVICE Call by reference Object reference (TYPE REF TO) IF_RSISR_SERVICE Basis-Schnittstelle für einen Service 20030403
3 Importing IT_COND_VALUES Call by reference Type reference (TYPE) RSISR_T_COND_VALUE Bedingungsliste 20020920
# Exception Resumable Description Created on
1 PARAMLIST_NOT_FOUND Parameterlist e nicht gefunden. 20021125

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CALLPACKAGE Call by reference Type reference (TYPE) RSIS_E_CALLPACKAGE Call Package: Name 20031106
# Exception Resumable Description Created on
1 CALLPACKAGE_NOT_DELETED callpackage konnte nicht gelöscht werden 20031106

Method FILL_SERVICE_WITH_PARAM_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARAMLIST Call by reference Object reference (TYPE REF TO) CL_RSISR_PARAM_LIST Liste von Parametern 20020917
2 Importing IR_SERVICE Call by reference Object reference (TYPE REF TO) IF_RSISR_SERVICE Basis-Schnittstelle für einen Service 20030403

Method FILL_SERVICE_WITH_PARAM_VALUES on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_CALL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CALL_TYPE Value transfer Type reference (TYPE) STRING Aufruf-Typ 20020827

Method GET_CALL_TYPE on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_COND_PARAM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COND_PARAM_LIST Value transfer Type reference (TYPE) RSISR_T_COND_PARAM_REF Intelligent Services: Liste der Parameter-Bedingungen 20020919

Method GET_COND_PARAM_LIST on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_COPY_OF_PARAM_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARAMLIST Call by reference Object reference (TYPE REF TO) CL_RSISR_PARAM_LIST Liste von Parametern 20020917
2 Importing IR_SERVICE Call by reference Object reference (TYPE REF TO) IF_RSISR_SERVICE Basis-Schnittstelle für einen Service 20020917
3 Returning RR_PARAMLIST Value transfer Object reference (TYPE REF TO) CL_RSISR_PARAM_LIST Liste von Parametern 20020917

Method GET_COPY_OF_PARAM_VALUES on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_DATACOLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DATACOLUMN Value transfer Type reference (TYPE) RSISR_T_DATACOLUMN $REF$ 20030526

Method GET_DATACOLUMNS on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_DATAOBJ_DESC_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_DATAOBJ_DESC_LIST Value transfer Object reference (TYPE REF TO) CL_RSISR_DATAOBJ_DESC_LIST Liste von Datenobjektbeschreibungen 20020828

Method GET_DATAOBJ_DESC_LIST on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_DATAOBJ_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DATAOBJ_SPEC Value transfer Type reference (TYPE) RSIS_T_DATAOBJ_SPEC 20030625

Method GET_DATAOBJ_SPEC on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_HEADER Value transfer Type reference (TYPE) RSIS_S_CP_HEADER 20030512

Method GET_HEADER on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_PARAM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUES Call by reference Type reference (TYPE) RSISR_T_COND_VALUE Wert 20020917
2 Returning RR_PARAM_LIST Value transfer Object reference (TYPE REF TO) CL_RSISR_PARAM_LIST Parameterliste 20020828

Method GET_PARAM_LIST on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_SERVICE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SERVICE_NAME Value transfer Type reference (TYPE) RSIS_E_SERVICE Intelligent Services: Name eines Service 20020827

Method GET_SERVICE_NAME on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_SERVICE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SERVICE_TYPE Value transfer Type reference (TYPE) RSIS_E_SRVTYPE Typ eines Service 20030411

Method GET_SERVICE_TYPE on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TIMESTAMP Value transfer Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20021016

Method GET_TIMESTAMP on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_TLOGO_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_DATAITEMS_ONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Nur neue Datenspalten (InfoObjekte) zurückgeben 20030903
2 Returning RT_TLOGO_OBJECT Value transfer Type reference (TYPE) RSISR_T_TLOGO_OBJECT $REF$ 20030526

Method GET_TLOGO_OBJECTS on class CL_RSISR_CALL_PACKAGE has no exception.

Method GET_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VARIABLE Value transfer Type reference (TYPE) RSISR_T_VARIABLE Services: verwendete Variable 20030526

Method GET_VARIABLES on class CL_RSISR_CALL_PACKAGE has no exception.

Method LOAD 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 Name des Callpackage 20020829
2 Returning RR_CALL_PACKAGE Value transfer Object reference (TYPE REF TO) CL_RSISR_CALL_PACKAGE Callpackage, das geladen wurde. 20020828
# Exception Resumable Description Created on
1 CALLPACKAGE_NOT_FOUND Callpackage nicht gefunden 20020905

Method SAVE 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 Callpackage, das persistiert wird. 20020828
2 Importing I_NAME Call by reference Type reference (TYPE) RSIS_E_CALLPACKAGE Intelligent Services: CallPackage 20020829
3 Importing I_TEXT Call by reference Type reference (TYPE) STRING Beschreibung 20020902
4 Returning R_GUID Value transfer Type reference (TYPE) RSSG_UNI_IDC25 guid, wenn kein Name mitgegeben wurde 20021128
# Exception Resumable Description Created on
1 ILLEGAL_CALLPACKAGE_NAME Ungültiger Name für Callpackage 20020904

Method SET_CALL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CALL_TYPE Value transfer Type reference (TYPE) STRING Aufruf-Typ 20020827

Method SET_CALL_TYPE on class CL_RSISR_CALL_PACKAGE has no exception.

Method SET_DATAOBJ_DESC_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATAOBJ_DESC_LIST Value transfer Object reference (TYPE REF TO) CL_RSISR_DATAOBJ_DESC_LIST Liste von Datenobjektbeschreibungen 20020828

Method SET_DATAOBJ_DESC_LIST on class CL_RSISR_CALL_PACKAGE has no exception.

Method SET_DATAOBJ_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATAOBJ_SPEC Call by reference Type reference (TYPE) RSIS_T_DATAOBJ_SPEC 20030625

Method SET_DATAOBJ_SPEC on class CL_RSISR_CALL_PACKAGE has no exception.

Method SET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER Call by reference Type reference (TYPE) RSIS_S_CP_HEADER 20030512

Method SET_HEADER on class CL_RSISR_CALL_PACKAGE has no exception.

Method SET_PARAM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONDITION_LIST Call by reference Object reference (TYPE REF TO) CL_RSISR_CONDITION_LIST Bedingungsliste 20020906
2 Importing IR_PARAM_LIST Call by reference Object reference (TYPE REF TO) CL_RSISR_PARAM_LIST Parameterliste 20020828

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