SAP ABAP Class CL_RSRD_DIALOG (Dialog)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSRD (Package) BW: Broadcasting
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRD_DIALOG_ACTION Abstract Dialog for Action in Exception Reporting 20050105
2 Inheritance (c INHERITING FROM c_ref)  CL_RSRD_DIALOG_LOG Dialog: Display Application Log Entries 20041126
3 Inheritance (c INHERITING FROM c_ref)  CL_RSRD_DIALOG_SAVE Abstract Dialog: Save 20041125
4 Inheritance (c INHERITING FROM c_ref)  CL_RSRD_DIALOG_SCHEDULE Schedule a Broadcast Setting 20041125
Properties
Class CL_RSRD_DIALOG  
Short Description Dialog    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSRD    
Program status     
Category 0   
Package RSRD   BW: Broadcasting 
Created 20041125   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSRD_DIALOG has no forward declaration.
Interfaces
Class CL_RSRD_DIALOG has no interface implemented.
Friends
Class CL_RSRD_DIALOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CMD_SUBMIT Constant Public Type reference (TYPE) RSRPARAMETERVALUE 'SUBMIT' Command: Transfer Dialog Content 20041125
2 N_INITIAL_COMMAND Instance attribute Public Type reference (TYPE) RSRPARAMETERVALUE Call First Command with the Dialog 20041125
3 N_R_RETURN_CMD_PARAMETER Instance attribute Public Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter Container for Return Command 20041125
4 N_T_MESSAGE Instance attribute Public Type reference (TYPE) RSRD_T_MESSAGE Collected Messages 20041125
5 O_R_ITEM Instance attribute Protected Object reference (TYPE REF TO) CL_RSRD_ITEM_BROADCASTER Broadcaster Item 20041222
6 O_SUBRC Instance attribute Protected Type reference (TYPE) SYSUBRC Return Value of ABAP Commands 20041125
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Generation of a Save Dialog 20041125
2 INITIALIZE Instance method Protected Method Initialize 20041125
3 PROCESS_CMD Instance method Public Method Execution of a Command 20041125
Events
Class CL_RSRD_DIALOG has no event.
Types
Class CL_RSRD_DIALOG 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_R_ITEM Call by reference Object reference (TYPE REF TO) CL_RSRD_ITEM_BROADCASTER BEx Broadcaster Item 20041222

Method CONSTRUCTOR on class CL_RSRD_DIALOG has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_RSRD_DIALOG has no parameter.
Method INITIALIZE on class CL_RSRD_DIALOG has no exception.

Method PROCESS_CMD 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 Aufruf Parameter 20041125
# Exception Resumable Description Created on
1 APPLICATION_ERROR Anwendungsfehler (Meldungen in o_t_message) 20041125
2 END_DIALOG Dialog beenden (evt. mit Rückgabekommando) 20041125
3 NO_PROCESSING Keine Verarbeitung 20041125
4 UNKNOWN_CMD Unbekanntes Kommando 20041125
5 X_MESSAGE X-Message 20041125
History
Last changed by/on SAP  20130531 
SAP Release Created in 700