SAP ABAP Class CL_RSISR_PACKAGE_BUILDER_WD (2004 Package Builder for Web Dynpro)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSISR (Package) Intelligent Services Runtime
Properties
Class CL_RSISR_PACKAGE_BUILDER_WD  
Short Description 2004 Package Builder for Web Dynpro    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSISR   Intelligent Services Runtime 
Created 20040224   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSISR_PACKAGE_BUILDER_WD has no forward declaration.
Interfaces
Class CL_RSISR_PACKAGE_BUILDER_WD has no interface implemented.
Friends
Class CL_RSISR_PACKAGE_BUILDER_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NC_LOADED Constant Public Type reference (TYPE) STRING 'LOADED' 20040301
2 NC_UNLOADED Constant Public Type reference (TYPE) STRING 'UNLOADED' 20040301
3 NS_CP_METADATA Instance attribute Public Type reference (TYPE) RSISR_S_ISCP_CAT Buffered Metadata from Database 20040312
4 PR_CALLPACKAGE Instance attribute Private Object reference (TYPE REF TO) CL_RSISR_CALL_PACKAGE Current Call Package Contains Recorded Data 20040301
5 PR_SERVICETYP Instance attribute Private Object reference (TYPE REF TO) IF_RSISR_SERVICE Current Service Type 20040312
6 PS_LAYOUT Instance attribute Public Type reference (TYPE) RSIS_S_DOD_LAYOUT Layout for Calling the Call Package Builder 20040302
7 PT_CP_LINE_REF Instance attribute Private Type reference (TYPE) RSISR_T_WD_CP_LINE_REF Reference: Filter ID --> Filter, Parameter Object 20040303
8 P_CURR_CP_LINE Instance attribute Private Type reference (TYPE) RSISR_E_WD_LINE_ID Id for a Row in a Table. Not To Be Changed in Web Dynpro 20040303
9 P_DATA_OBJ_NAME Instance attribute Private Type reference (TYPE) RSIS_E_DOBJ Name of Planning Data Object 20040302
10 P_STATE Instance attribute Private Type reference (TYPE) STRING 20040301
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CALLPACKAGE Instance method Public Method checks by transferred check type 20040331
2 CHECK_LOADED Instance method Private Method Raise unchecked exception if no service type loaded 20040312
3 CONSTRUCTOR Instance method Public Constructor contains GENERAL CLASS DOCUMENTATION 20040227
4 CREATE_CALLPACKAGE Instance method Public Method creates a new call package 20040312
5 DELETE_CALLPACKAGE Instance method Public Method Delete current service type from database 20040315
6 GET_DIALOG_COMPONENTS Instance method Private Method Get meta information on the dialog component to be used 20040312
7 GET_IOBJNM_FOR_PARAM_COMP Instance method Private Method InfoObject Name for Parameter Column 20040421
8 GET_SERIAL_CP_DATA Instance method Public Method Get Serialized Service-Type Data for Front End 20040312
9 LOAD_CALLPACKAGE Instance method Public Method Load Service Type 20040312
10 PREPARE_LAYOUT Instance method Private Method initializes a transferred layout 20040302
11 REPAIR_AND_SAVE_CP Instance method Public Method Write service type to database 20040312
12 SERIALIZE_PARAMLIST Instance method Private Method Repacking parameter list for front end 20040303
13 SET_DATA_TO_SERVICETYP Instance method Private Method Set current values in service type object 20040312
14 SET_SERIAL_CP_DATA Instance method Public Method Set changeable service type data in back-end structures 20040312
Events
Class CL_RSISR_PACKAGE_BUILDER_WD has no event.
Types
Class CL_RSISR_PACKAGE_BUILDER_WD has no local type.
Method Signatures

Method CHECK_CALLPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_TYPE Call by reference Type reference (TYPE) CHAR20 Typ der Prüfung 20040331
2 Returning RR_MSG Value transfer Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20040331

Method CHECK_CALLPACKAGE on class CL_RSISR_PACKAGE_BUILDER_WD has no exception.

Method CHECK_LOADED Signature

Method CHECK_LOADED on class CL_RSISR_PACKAGE_BUILDER_WD has no parameter.
Method CHECK_LOADED on class CL_RSISR_PACKAGE_BUILDER_WD has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSISR_PACKAGE_BUILDER_WD has no parameter.
Method CONSTRUCTOR on class CL_RSISR_PACKAGE_BUILDER_WD has no exception.

Method CREATE_CALLPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CP_DATA Call by reference Type reference (TYPE) RSISR_S_WD_SERVICE_DATA_GET Daten zu einem Service (incl. eine Parametrisierung) an WD 20040317
2 Exporting ET_DIALOGCOMPS Call by reference Type reference (TYPE) RSISR_T_WD_DIALOG_COMPS WD Dialog Komponenten zur Parametrisierung 20040317
3 Importing I_CP_NAME Call by reference Type reference (TYPE) RSIS_E_CALLPACKAGE Call Package: Name 20040317
4 Importing I_DESCRIPTION Call by reference Type reference (TYPE) RSIS_E_TEXT Services: Text (allgemein) 20040317
5 Importing I_INFOLEVEL Call by reference Type reference (TYPE) RSPLS_AGGRLEVEL Planung: Aggregationsebene 20040317
6 Importing I_SERVICETYPE Call by reference Type reference (TYPE) RSIS_E_SERVICE Service: Name 20040317
# Exception Resumable Description Created on
1 CX_RSISR_ROOT Ausnahme im Service Framework aufgetreten 20040312

Method DELETE_CALLPACKAGE Signature

Method DELETE_CALLPACKAGE on class CL_RSISR_PACKAGE_BUILDER_WD has no parameter.
# Exception Resumable Description Created on
1 CX_RSISR_ROOT Ausnahme im Service Framework aufgetreten 20040315

Method GET_DIALOG_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DIALOGCOMPS Call by reference Type reference (TYPE) RSISR_T_WD_DIALOG_COMPS WD Dialog Komponenten zur Parametrisierung 20040312

Method GET_DIALOG_COMPONENTS on class CL_RSISR_PACKAGE_BUILDER_WD has no exception.

Method GET_IOBJNM_FOR_PARAM_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARAM Call by reference Object reference (TYPE REF TO) CL_RSISR_PARAM Parameter 20040421
2 Importing I_COMP Call by reference Type reference (TYPE) RSIOBJNM Parameterkomponentenname!! nicht IOBJNM 20040421
3 Returning R_IOBJNM Value transfer Type reference (TYPE) RSIOBJNM InfoObject 20040421

Method GET_IOBJNM_FOR_PARAM_COMP on class CL_RSISR_PACKAGE_BUILDER_WD has no exception.

Method GET_SERIAL_CP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CP_DATA Call by reference Type reference (TYPE) RSISR_S_WD_SERVICE_DATA_GET Daten zu einem Service (incl. eine Parametrisierung) an WD 20040312
# Exception Resumable Description Created on
1 CX_RSISR_ROOT Ausnahme im Service Framework aufgetreten 20040312

Method LOAD_CALLPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CP_DATA Call by reference Type reference (TYPE) RSISR_S_WD_SERVICE_DATA_GET Daten zu einem Service (incl. eine Parametrisierung) an WD 20040312
2 Exporting ET_DIALOGCOMPS Call by reference Type reference (TYPE) RSISR_T_WD_DIALOG_COMPS WD Dialog Komponenten zur Parametrisierung 20040312
3 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20040312
4 Importing I_CALLPACKAGENAME Call by reference Type reference (TYPE) RSIS_E_CALLPACKAGE Call Package: Name 20040312
5 Importing I_DIALOGMODE Call by reference Type reference (TYPE) RSIS_E_DIALOG_MODE Dialog-Modus 20040312
# Exception Resumable Description Created on
1 CX_RSISR_ROOT Ausnahme im Service Framework aufgetreten 20040312

Method PREPARE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LAYOUT Call by reference Type reference (TYPE) RSIS_S_DOD_LAYOUT Layout für Aufruf des Call Package Builders 20040302

Method PREPARE_LAYOUT on class CL_RSISR_PACKAGE_BUILDER_WD has no exception.

Method REPAIR_AND_SAVE_CP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CP_DATA Call by reference Type reference (TYPE) RSISR_S_WD_SERVICE_DATA_GET Daten zu einem Service (incl. eine Parametrisierung) an WD 20040312
# Exception Resumable Description Created on
1 CX_RSISR_ROOT Ausnahme im Service Framework aufgetreten 20040312

Method SERIALIZE_PARAMLIST 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 20040303
2 Returning RT_WD_PARAMLIST Value transfer Type reference (TYPE) RSIS_T_WD_PARAM_GET die serialisiert ParamListe 20040303

Method SERIALIZE_PARAMLIST on class CL_RSISR_PACKAGE_BUILDER_WD has no exception.

Method SET_DATA_TO_SERVICETYP Signature

Method SET_DATA_TO_SERVICETYP on class CL_RSISR_PACKAGE_BUILDER_WD has no parameter.
# Exception Resumable Description Created on
1 CX_RSISR_ROOT Ausnahme im Service Framework aufgetreten 20040312

Method SET_SERIAL_CP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CP_DATA_GET Call by reference Type reference (TYPE) RSISR_S_WD_SERVICE_DATA_GET Daten zu einem Service (incl. eine Parametrisierung) an WD 20040421
2 Importing IS_CP_DATA Call by reference Type reference (TYPE) RSISR_S_WD_SERVICE_DATA_SET Verändern von Service Daten vom Frontend 20040312
3 Importing I_CP_TEXT Call by reference Type reference (TYPE) RSIS_E_TEXT Services: Text (allgemein) 20040312
# Exception Resumable Description Created on
1 CX_RSISR_ROOT Ausnahme im Service Framework aufgetreten 20040312
History
Last changed by/on SAP  20130531 
SAP Release Created in 400