SAP ABAP Class CL_RSDA_DAP_REQUEST_DYNP_CONTR (CL_RSDA_DAP_REQUEST_DYNP_CONTR)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSDA (Package) BW Data Archiving and Near-line Storage. Core Functions
Properties
Class CL_RSDA_DAP_REQUEST_DYNP_CONTR  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDA   BW Data Archiving and Near-line Storage. Core Functions 
Created 20050405   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDA_DAP_REQUEST_COLLECTION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no interface implemented.
Friends
Class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_CURSOR_LINE Instance attribute Private Type reference (TYPE) I 20050405
2 P_R_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_RSDA_DAP_REQUEST_COLLECTION 20050405
3 P_R_VIEWER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20050406
4 P_SAVE Static Attribute Private Type reference (TYPE) CHAR01 Character Field of Length 1 20061106
5 P_S_LAYOUT Static Attribute Private Type reference (TYPE) LVC_S_LAYO ALV Control: Layout Structure 20050406
6 P_S_VARIANT Static Attribute Private Type reference (TYPE) DISVARIANT Layout (External Use) 20061106
7 P_TS_MARKED_LINES Instance attribute Private See coding 20050405
8 P_T_DATA Static Attribute Private Type reference (TYPE) PTY_T_DATA 20050406
9 P_T_FIELDCAT Static Attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20050406
Methods
# Method Level Visibility Method type Description Created on
1 ADK_MANAGE Instance method Private Method 20070301
2 CHECK_NEARLINE_CONNECTION Instance method Private Method 20070511
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050406
4 CONSTRUCTOR Instance method Public Constructor Constructor 20050405
5 CREATE_ARCHIVING_REQUEST Instance method Private Method 20060630
6 GET_DAP Instance method Public Method 20071126
7 GET_DAPNAME Instance method Public Method 20050405
8 HANDLE_BUTTON_CLICK Instance method Private Event handling method 20050406
9 HANDLE_DOUBLE_CLICK Instance method Private Event handling method 20061023
10 INIT Instance method Public Method 20050405
11 PAI Instance method Public Method 20050406
12 PBO Instance method Public Method 20050406
13 REFRESH Instance method Private Method 20050406
14 SHOW_JOBS Instance method Public Method 20060703
15 SHOW_LOGS Instance method Public Method 20061023
Events
Class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PTY_S_DATA Private See coding 20050406 BEGIN OF pty_s_data. INCLUDE TYPE rsda_s_reqinfo. TYPES: t_styles TYPE lvc_t_styl, END OF pty_s_data
2 PTY_T_DATA Private See coding 20050406 pty_t_data TYPE STANDARD TABLE OF pty_s_data WITH DEFAULT KEY
Method Signatures

Method ADK_MANAGE Signature

Method ADK_MANAGE on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no parameter.
# Exception Resumable Description Created on
1 CX_RSDA_STATIC_CHECK Aktion wurde abgebrochen 20070301

Method CHECK_NEARLINE_CONNECTION Signature

Method CHECK_NEARLINE_CONNECTION on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no parameter.
# Exception Resumable Description Created on
1 CX_RSDA_STATIC_CHECK Aktion wurde abgebrochen 20070511

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DAPNAME Call by reference Type reference (TYPE) RSDA_DAPNAME BW Datenarchivierung: Name des Archivierungsprozesses 20050405
# Exception Resumable Description Created on
1 CX_RSDA_OBJECT_NOT_FOUND Kommunikationsfehler 20050405

Method CREATE_ARCHIVING_REQUEST Signature

Method CREATE_ARCHIVING_REQUEST on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no parameter.
# Exception Resumable Description Created on
1 CX_RSDA_STATIC_CHECK Aktion wurde abgebrochen 20060630

Method GET_DAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_DAP Value transfer Object reference (TYPE REF TO) IF_RSDA_DAP_EXECUTE Laufzeitfunktionen eines DAP 20071126

Method GET_DAP on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method GET_DAPNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DAPNAME Value transfer Type reference (TYPE) RSDA_DAPNAME BW Datenarchivierung: Name des Archivierungsprozesses 20050405

Method GET_DAPNAME on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method HANDLE_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_COL_ID Call by reference Attribute reference (LIKE) 20050406
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20050406

Method HANDLE_BUTTON_CLICK on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20061023
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20061023
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20061023

Method HANDLE_DOUBLE_CLICK on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method INIT Signature

Method INIT on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no parameter.
Method INIT on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050406

Method PAI on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER TPDA: table control Einstellungen = CXTAB_CONTROL 20050406

Method PBO on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method REFRESH Signature

Method REFRESH on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no parameter.
Method REFRESH on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method SHOW_JOBS Signature

Method SHOW_JOBS on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no parameter.
Method SHOW_JOBS on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.

Method SHOW_LOGS Signature

Method SHOW_LOGS on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no parameter.
Method SHOW_LOGS on class CL_RSDA_DAP_REQUEST_DYNP_CONTR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700