SAP ABAP Class CL_RECA_WB_RESUBM (Reesubmission Within the Workbench)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_RS (Package) RE: Resubmission
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RECA_WB_NAVIGATOR_TOOL REWB: Tool in Navigator 20030411
Properties
Class CL_RECA_WB_RESUBM  
Short Description Reesubmission Within the Workbench    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_CA_RS   RE: Resubmission 
Created 20030411   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RECAW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RECA_WB_NAVIGATOR_TOOL REWB: Tool in Navigator 20030411
Friends
Class CL_RECA_WB_RESUBM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_OK_CODE_GRID_ALLOW Constant Protected Type reference (TYPE) SYTCODE 'RS_WB_GRID_ALLOW' OK Code: Allow 20030430
2 MC_OK_CODE_GRID_FILTER Constant Protected Type reference (TYPE) SYTCODE 'RS_WB_GRID_FILTER' OK Code: Filter 20030430
3 MC_OK_CODE_GRID_FILTER_PREFIX Constant Protected Type reference (TYPE) SYTCODE 'RS_WB_GRID_FLT#' OK Code: Filter (Prefix) 20030430
4 MC_OK_CODE_GRID_HELP Constant Protected Type reference (TYPE) SYTCODE 'RS_WB_GRID_HELP' OK Code: Help 20030411
5 MC_OK_CODE_GRID_REFRESH Constant Protected Type reference (TYPE) SYTCODE 'RS_WB_GRID_REFRESH' OK Code: Refresh 20030411
6 MC_OK_CODE_GRID_SET_STATE Constant Protected Type reference (TYPE) SYTCODE 'RS_WB_GRID_SET_STATE' OK Code: Change Status 20030505
7 MC_OK_CODE_GRID_TB_COLLAPSE Constant Protected Type reference (TYPE) SYTCODE 'RS_WB_GRID_TB_COL' OK Code: Collapse Toolbar Functions 20030630
8 MC_OK_CODE_GRID_TB_EXPAND Constant Protected Type reference (TYPE) SYTCODE 'RS_WB_GRID_TB_EXP' OK Code: Expand Toolbar Functions 20030630
9 MF_TOOLBAR_EXPANDED Static Attribute Protected Type reference (TYPE) ABAP_BOOL Display All Functions in Toolbar? 20030630
10 MF_USE_CALENDAR Static Attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE With Use of Calendar 20030411
11 MO_CALENDAR Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_CALENDAR Calendar 20030411
12 MO_CONT_CALENDAR Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Container Area for Calendar 20030411
13 MO_CONT_GRID Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Container Area for ALV Grid 20030411
14 MO_CONT_PARENT Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Container Area for Browser 20030411
15 MO_GRID Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV Grid (Reminder Dates) 20030411
16 MO_SPLITTER Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control for Calendar and ALV Grid 20030411
17 MT_GRID_DATA Static Attribute Protected Type reference (TYPE) RE_T_RS_OBJ_DATE_MASS_L Reminder Dates 20030411
18 MT_GRID_MENU_DATA Static Attribute Private Type reference (TYPE) MTYPE_T_GRID_MENU_DATA Characteristics of Filter Menu 20030430
Methods
# Method Level Visibility Method type Description Created on
1 CALENDAR_CREATE Static method Protected Method Create Calendar 20030411
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20030430
3 GRID_ADAPT_FIELDCAT Static method Protected Method ALV Grid: Adjust Field Catalog (Dynamic) 20040425
4 GRID_CREATE Static method Protected Method Generate ALV Grid 20030411
5 GRID_CREATE_FIELDCAT Static method Protected Method ALV Grid: Create Field Catalog (Static) 20030411
6 GRID_CREATE_TOOLBAR_EXCLUDING Static method Protected Method ALV Grid: Toolbar Buttons to Be Excluded 20030411
7 GRID_GET_DATA Static method Protected Method ALV Grid: Retrieve Data to Be Displayed 20030411
8 HANDLE_GRID_DOUBLE_CLICK Static method Protected Event handling method ALV Grid: Event Handler 20030411
9 HANDLE_GRID_HOTSPOT_CLICK Static method Protected Event handling method ALV Grid: Event Handler 20030411
10 HANDLE_GRID_MENU_BUTTON Static method Protected Event handling method ALV Grid: Event Handler 20030411
11 HANDLE_GRID_TOOLBAR Static method Protected Event handling method ALV Grid: Event Handler 20030411
12 HANDLE_GRID_USER_COMMAND Static method Protected Event handling method ALV Grid: Event Handler 20030411
13 INITIALIZE Instance method Public Method 20030411
14 ON_GRID_ALLOW Static method Protected Method ALV Grid: Designate Dates as Completed 20030505
15 ON_GRID_FILTER Static method Protected Method ALV Grid: Limit Date Display 20030505
16 ON_GRID_HELP Static method Protected Method ALV Grid: Display Help 20030411
17 ON_GRID_REFRESH Static method Protected Method ALV Grid: Refresh Display 20030411
18 ON_GRID_SET_STATE Static method Protected Method ALV Grid: Change Further Attributes 20030505
19 ON_GRID_TB_COLLAPSE Static method Protected Method ALV Grid: Hide Functions 20030630
20 ON_GRID_TB_EXPAND Static method Protected Method ALV Grid: Show Further Functions 20030630
21 REUSE_ON_GRID_ALLOW Static method Public Method GUI Service: Designate Dates as Completed 20040425
22 REUSE_ON_GRID_NOTE Static method Public Method GUI Service: Display/Change Memo for Reminder Date 20040425
23 SPLITTER_CREATE Static method Protected Method Generate Browser (Splitter Control) 20030411
24 _GRID_INIT_MENU_DATA Static method Private Method ALV Grid: Initializes Characteristics of Filter Menu 20030510
Events
Class CL_RECA_WB_RESUBM has no event.
Types
Class CL_RECA_WB_RESUBM has no local type.
Method Signatures

Method CALENDAR_CREATE Signature

Method CALENDAR_CREATE on class CL_RECA_WB_RESUBM has no parameter.
# Exception Resumable Description Created on
1 CONTROL_ERROR Control-Fehler 20030411

Method CLASS_CONSTRUCTOR Signature

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

Method GRID_ADAPT_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog 20040425
2 Exporting EF_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL Feldkatalog geändert (Aktualisierung notwendig) 20040425

Method GRID_ADAPT_FIELDCAT on class CL_RECA_WB_RESUBM has no exception.

Method GRID_CREATE Signature

Method GRID_CREATE on class CL_RECA_WB_RESUBM has no parameter.
# Exception Resumable Description Created on
1 CONTROL_ERROR Control-Fehler 20030411

Method GRID_CREATE_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog 20030411
2 Exporting ET_SPECIAL_GROUPS Call by reference Type reference (TYPE) LVC_T_SGRP Feldgruppen 20040504

Method GRID_CREATE_FIELDCAT on class CL_RECA_WB_RESUBM has no exception.

Method GRID_CREATE_TOOLBAR_EXCLUDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOOLBAR_EXCLUDING Call by reference Type reference (TYPE) UI_FUNCTIONS Auszuschließende Funktionscodes 20030411

Method GRID_CREATE_TOOLBAR_EXCLUDING on class CL_RECA_WB_RESUBM has no exception.

Method GRID_GET_DATA Signature

Method GRID_GET_DATA on class CL_RECA_WB_RESUBM has no parameter.
Method GRID_GET_DATA on class CL_RECA_WB_RESUBM has no exception.

Method HANDLE_GRID_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) 20030411
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20030411
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20030411
4 Importing SENDER Call by reference Attribute reference (LIKE) 20030411

Method HANDLE_GRID_DOUBLE_CLICK on class CL_RECA_WB_RESUBM has no exception.

Method HANDLE_GRID_HOTSPOT_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) 20030411
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20030411
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20030411
4 Importing SENDER Call by reference Attribute reference (LIKE) 20030411

Method HANDLE_GRID_HOTSPOT_CLICK on class CL_RECA_WB_RESUBM has no exception.

Method HANDLE_GRID_MENU_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20030411
2 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20030411
3 Importing SENDER Call by reference Attribute reference (LIKE) 20030411

Method HANDLE_GRID_MENU_BUTTON on class CL_RECA_WB_RESUBM has no exception.

Method HANDLE_GRID_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Call by reference Attribute reference (LIKE) 20030411
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20030411
3 Importing SENDER Call by reference Attribute reference (LIKE) 20030411

Method HANDLE_GRID_TOOLBAR on class CL_RECA_WB_RESUBM has no exception.

Method HANDLE_GRID_USER_COMMAND Signature

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

Method HANDLE_GRID_USER_COMMAND on class CL_RECA_WB_RESUBM has no exception.

Method INITIALIZE Signature

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

Method ON_GRID_ALLOW Signature

Method ON_GRID_ALLOW on class CL_RECA_WB_RESUBM has no parameter.
Method ON_GRID_ALLOW on class CL_RECA_WB_RESUBM has no exception.

Method ON_GRID_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MENU_TYPE Value transfer Type reference (TYPE) C Art des Menüeintrags 20030509
2 Importing ID_OPTION_NO Value transfer Type reference (TYPE) C Nummer des Eintrags 20030505
3 Importing ID_OPTION_SUBNO Value transfer Type reference (TYPE) CHAR4 Schlüssel des Untermenü-Eintrags 20030509
4 Importing ID_OPTION_TYPE Value transfer Type reference (TYPE) C Filterart 20030505

Method ON_GRID_FILTER on class CL_RECA_WB_RESUBM has no exception.

Method ON_GRID_HELP Signature

Method ON_GRID_HELP on class CL_RECA_WB_RESUBM has no parameter.
Method ON_GRID_HELP on class CL_RECA_WB_RESUBM has no exception.

Method ON_GRID_REFRESH Signature

Method ON_GRID_REFRESH on class CL_RECA_WB_RESUBM has no parameter.
Method ON_GRID_REFRESH on class CL_RECA_WB_RESUBM has no exception.

Method ON_GRID_SET_STATE Signature

Method ON_GRID_SET_STATE on class CL_RECA_WB_RESUBM has no parameter.
Method ON_GRID_SET_STATE on class CL_RECA_WB_RESUBM has no exception.

Method ON_GRID_TB_COLLAPSE Signature

Method ON_GRID_TB_COLLAPSE on class CL_RECA_WB_RESUBM has no parameter.
Method ON_GRID_TB_COLLAPSE on class CL_RECA_WB_RESUBM has no exception.

Method ON_GRID_TB_EXPAND Signature

Method ON_GRID_TB_EXPAND on class CL_RECA_WB_RESUBM has no parameter.
Method ON_GRID_TB_EXPAND on class CL_RECA_WB_RESUBM has no exception.

Method REUSE_ON_GRID_ALLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL Daten geändert? 20040425
2 Importing IT_OBJ_DATE_X Call by reference Type reference (TYPE) RE_T_RS_OBJ_DATE_X Wiedervorlagetermine und Zusatzfelder 20040425

Method REUSE_ON_GRID_ALLOW on class CL_RECA_WB_RESUBM has no exception.

Method REUSE_ON_GRID_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL Daten geändert? 20040425
2 Importing IF_READONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Nur anzeigen 20040425
3 Importing IS_OBJ_DATE_X Call by reference Type reference (TYPE) RECA_RS_OBJ_DATE_X Wiedervorlagetermin und Zusatzfelder 20040425

Method REUSE_ON_GRID_NOTE on class CL_RECA_WB_RESUBM has no exception.

Method SPLITTER_CREATE Signature

Method SPLITTER_CREATE on class CL_RECA_WB_RESUBM has no parameter.
# Exception Resumable Description Created on
1 CONTROL_ERROR Control-Fehler 20030411

Method _GRID_INIT_MENU_DATA Signature

Method _GRID_INIT_MENU_DATA on class CL_RECA_WB_RESUBM has no parameter.
Method _GRID_INIT_MENU_DATA on class CL_RECA_WB_RESUBM has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 200