SAP ABAP Class CL_RSISR_IS_WS_HANDLER (Work Class for XML)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSISR (Package) Intelligent Services Runtime
Properties
Class CL_RSISR_IS_WS_HANDLER  
Short Description Work Class for XML    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSISR   Intelligent Services Runtime 
Created 20030113   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSISR_IS_WS_HANDLER has no forward declaration.
Interfaces
Class CL_RSISR_IS_WS_HANDLER has no interface implemented.
Friends
Class CL_RSISR_IS_WS_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_CALL_PACKAGE Instance attribute Private Object reference (TYPE REF TO) CL_RSISR_CALL_PACKAGE Call Package 20030114
2 MR_DATAOBJ_DESC_LIST Instance attribute Private Object reference (TYPE REF TO) CL_RSISR_DATAOBJ_DESC_LIST List of Data Object Descriptions 20030113
3 MR_DATA_PROVIDER Instance attribute Private Object reference (TYPE REF TO) IF_RSISR_WS_DATA_PROVIDER Data Retrieval for WS 20030206
4 MR_PARAM_LIST Instance attribute Private Object reference (TYPE REF TO) CL_RSISR_PARAM_LIST List of parameters 20030113
5 MR_SERVICE Instance attribute Private Object reference (TYPE REF TO) IF_RSISR_SERVICE Processed Service 20030113
6 MT_DATA Instance attribute Private Type reference (TYPE) RSISR_T_DATAREF Intelligent Services: List of References to Data Objects 20030113
7 M_CALL_PACKAGE_NAME Instance attribute Private Type reference (TYPE) RSIS_E_CALLPACKAGE Call Package Name 20030114
8 M_SERVICE_NAME Instance attribute Private Type reference (TYPE) RSIS_E_SERVICE Intelligent Services: Name of a Service 20030114
9 M_TYPE Instance attribute Private Type reference (TYPE) RSIS_E_WS_TYPE 'DEFAULT' Type of Service to Create 20030217
10 TYPE_BPS Constant Public Type reference (TYPE) RSIS_E_WS_TYPE 'BPS' BPS-Like Service 20030217
11 TYPE_DEFAULT Instance attribute Public Type reference (TYPE) RSIS_E_WS_TYPE 'DEFAULT' Usual Type 20030217
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20030113
2 CREATE_CALL_PACKAGE Instance method Public Method Generates a Call Package 20030114
3 EXECUTE_SERVICE Instance method Public Method Executes Service 20030114
4 GET_DATA Instance method Private Method 20030113
5 GET_DATAOBJ_DESC Instance method Public Method 20030114
6 GET_DATAOBJ_LIST Instance method Private Method Creates a Data Object List for the Call Package Builder 20030113
7 GET_PARAMETERIZATION_CLASS Instance method Private Method 20030113
8 GET_PARAMETERS Instance method Public Method 20030114
9 SET_DATAOBJ_DESC Instance method Public Method Sets the Data Object Description for Various Objects 20030113
10 SET_PARAMETERS Instance method Public Method Sets the Parameters 20030113
Events
Class CL_RSISR_IS_WS_HANDLER has no event.
Types
Class CL_RSISR_IS_WS_HANDLER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CP_NAME Call by reference Type reference (TYPE) RSIS_E_CALLPACKAGE call package name 20030114
2 Importing I_DATA_PROVIDER Call by reference Type reference (TYPE) RSIS_E_DATA_PROVIDER Klassenname für die Datenbeschaffung 20030206
3 Importing I_SERVICE_NAME Call by reference Type reference (TYPE) RSIS_E_SERVICE Intelligent Services: Name eines Service 20030113
4 Importing I_SERVICE_TYPE Call by reference Type reference (TYPE) RSIS_E_WS_TYPE Typ eines Web Services 20030217
# Exception Resumable Description Created on
1 ILLEGAL_DATA_PROVIDER 20030207
2 ILLEGAL_SERVICE_NAME 20030113
3 NO_CALL_PACKAGE_FOUND 20030114

Method CREATE_CALL_PACKAGE Signature

Method CREATE_CALL_PACKAGE on class CL_RSISR_IS_WS_HANDLER has no parameter.
# Exception Resumable Description Created on
1 PACKAGE_CREATE_FAILED 20030114

Method EXECUTE_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Value transfer Type reference (TYPE) RSIS_T_DATA_VAL tabelle mit den datentabellen 20030115
# Exception Resumable Description Created on
1 NO_DATA 20030115

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Value transfer Type reference (TYPE) RSIS_T_DATA_VAL Intelligent Services: Liste von Referenzen auf Datenobjekte 20030115
# Exception Resumable Description Created on
1 NO_DATA 20030115

Method GET_DATAOBJ_DESC Signature

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

Method GET_DATAOBJ_DESC on class CL_RSISR_IS_WS_HANDLER has no exception.

Method GET_DATAOBJ_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DATAOBJ_LIST Value transfer Type reference (TYPE) RSISR_T_DATAOBJ Intelligent Services: Datenobjekt-Beschreibung 20030113

Method GET_DATAOBJ_LIST on class CL_RSISR_IS_WS_HANDLER has no exception.

Method GET_PARAMETERIZATION_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARAMETERIZATION_CLASS Value transfer Object reference (TYPE REF TO) IF_RSISR_PARAMETERIZATION IF für Parameter Klassen 20030113

Method GET_PARAMETERIZATION_CLASS on class CL_RSISR_IS_WS_HANDLER has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARAMETERS Value transfer Object reference (TYPE REF TO) CL_RSISR_PARAM_LIST Liste von Parametern 20030114

Method GET_PARAMETERS on class CL_RSISR_IS_WS_HANDLER has no exception.

Method SET_DATAOBJ_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATAOBJ Call by reference Type reference (TYPE) RSISR_T_DATAOBJ Intelligent Services: Datenobjekt-Beschreibung 20030113
# Exception Resumable Description Created on
1 ILLEGAL_DATAOBJ_DESC 20030114
2 NO_DATA daten sind nicht vorhanden 20030207

Method SET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAM_LIST Call by reference Type reference (TYPE) RSIS_T_PARAM_VALUE Intelligent Services: Parameterliste 20030113

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