SAP ABAP Class CL_FCOM_CR_REQUEST_FORM (BOL: Change Quest Form Class)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   CO (Application Component) Controlling
     FCOM_MASTERDATA_CORE (Package) Master data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUIBB_BOL_FORM Generic BOL Feeder Form 20101123
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GAF_CONF_EXIT Application specific configuration controller for GAF 20101130
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_OVP_CONF_EXIT Application specific configuration controller for OVP 20101130
Properties
Class CL_FCOM_CR_REQUEST_FORM  
Short Description BOL: Change Quest Form Class    
Super Class CL_GUIBB_BOL_FORM Generic BOL Feeder Form 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FCOM_MASTERDATA_CORE   Master data 
Created 20101123   SAP 
Last change 20110908   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 IF_FPM_CNR_GAF Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GAF_CONF_EXIT Application specific configuration controller for GAF 20101130
2 IF_FPM_OVP_CONF_EXIT Application specific configuration controller for OVP 20101130
Friends
Class CL_FCOM_CR_REQUEST_FORM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NO_ACTION_HANDLER Constant Private Type reference (TYPE) STRING 'NO_ACTION' 20101227
2 MS_COSTCENTER_PERIOD Instance attribute Private Type reference (TYPE) FCOMS_COSTCENTER_PERIOD BOL: Cost Center Master Data Periods 20110104
3 MV_NAVI_FROM_MASTERDATA Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20110104
4 SO_ASSIST Static Attribute Private Object reference (TYPE REF TO) CL_FCOM_CR_UI_ASSISTANCE Assistance Class for FCOM_CR_REQUEST 20101130
5 SO_FORM_DATA_MGR Static Attribute Private Object reference (TYPE REF TO) CL_FCOM_CR_FORM_DATA_MGR Change Request Form Data Manager 20101220
6 SO_FPM Static Attribute Private Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20101130
7 SO_FPM_GAF Static Attribute Private Object reference (TYPE REF TO) IF_FPM_GAF Interface for Communication FPM App CC 20101130
8 SO_FPM_OVP Static Attribute Private Object reference (TYPE REF TO) IF_FPM_OVP Interface for Communication FPM App CC 20101130
9 ST_GAF_BUTTONS Static Attribute Private Type reference (TYPE) IF_FPM_CNR_GAF=>T_BUTTON 20101217
10 SV_INITIAL_SCREEN_ID Static Attribute Private Type reference (TYPE) STRING 20101207
11 SV_IS_GAF Static Attribute Private Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20101130
12 SV_SOURCE_WIRE Instance attribute Private Type reference (TYPE) STRING 20101207
13 SV_XCHANGE_LAYOUT Static Attribute Private Type reference (TYPE) ABAP_BOOL 20101214
14 SV_XDATA_CHANGE Static Attribute Private Type reference (TYPE) ABAP_BOOL 20101213
15 SV_XSWITCH_UI_EDIT_MODE Static Attribute Private Type reference (TYPE) ABAP_BOOL 20110113
Methods
# Method Level Visibility Method type Description Created on
1 ADD_GAF_ASSIGNED_ACTIONS Instance method Private Method 20110117
2 ADD_OVP_ASSIGNED_ACTIONS Instance method Private Method 20110113
3 CHANGE_GAF_LAYOUT Instance method Private Method 20101214
4 CHANGE_OVP_BUTTON_STATUS Instance method Private Method 20101209
5 CHANGE_OVP_LAYOUT Instance method Private Method 20101214
6 CHECK_RUNNING_GET_DATA Instance method Private Method 20110113
7 DO_APPROVE Instance method Private Method 20101202
8 DO_CANCEL Instance method Private Method 20101201
9 DO_CHANGED_BY_DETAIL Instance method Private Method 20101208
10 DO_CHECK Instance method Private Method 20101207
11 DO_COMPLETE Instance method Private Method 20101202
12 DO_CREATED_BY_DETAIL Instance method Private Method 20101208
13 DO_DISPLAY_CR Instance method Private Method 20101213
14 DO_EDIT Instance method Private Method 20101201
15 DO_INVALIDATE Instance method Private Method 20101228
16 DO_LOAD_FORM Instance method Private Method 20101209
17 DO_NEW_CR Instance method Private Method 20101213
18 DO_PREFILL_FORM Instance method Private Method 20110105
19 DO_REJECT Instance method Private Method 20101202
20 DO_SAVE Instance method Private Method 20110128
21 DO_SAVE_DRAFT Instance method Private Method 20101202
22 DO_SUBMIT Instance method Private Method 20101207
23 DO_WITHDRAW Instance method Private Method 20101203
24 GET_DATA_FROM_COSTCENTER_APP Instance method Private Method 20110104
25 PROCESS_CUSTOM_EVENT Instance method Private Method 20101227
26 SET_RUIBB_MODE Instance method Private Method 20110112
27 UPDATE_LAYOUT Instance method Private Method 20101214
Events
Class CL_FCOM_CR_REQUEST_FORM has no event.
Types
Class CL_FCOM_CR_REQUEST_FORM has no local type.
Method Signatures

Method ADD_GAF_ASSIGNED_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAINSTEP Call by reference Type reference (TYPE) STRING 20110117
2 Importing IV_ROLE Call by reference Type reference (TYPE) FCOM_CR_ROLE User Role in Change Request 20110117
3 Importing IV_STATUS Call by reference Type reference (TYPE) FCOM_CR_STATUS Change Request Status 20110117
4 Importing IV_TYPE Call by reference Type reference (TYPE) FCOM_CR_TYPE Interface for CNR in GAF 20110117

Method ADD_GAF_ASSIGNED_ACTIONS on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method ADD_OVP_ASSIGNED_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROLE Call by reference Type reference (TYPE) FCOM_CR_ROLE User Role in Change Request 20110114
2 Importing IV_STATUS Call by reference Type reference (TYPE) FCOM_CR_STATUS Change Request Status 20110113
3 Importing IV_TYPE Call by reference Type reference (TYPE) FCOM_CR_TYPE Change Request Attributes 20110113

Method ADD_OVP_ASSIGNED_ACTIONS on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method CHANGE_GAF_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101214
2 Importing IO_GAF Call by reference Object reference (TYPE REF TO) IF_FPM_GAF Interface for Communication FPM App CC 20101214

Method CHANGE_GAF_LAYOUT on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method CHANGE_OVP_BUTTON_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101214
2 Importing IO_OVP Call by reference Object reference (TYPE REF TO) IF_FPM_OVP Interface for Communication FPM App CC 20101214

Method CHANGE_OVP_BUTTON_STATUS on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method CHANGE_OVP_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101214
2 Importing IO_OVP Call by reference Object reference (TYPE REF TO) IF_FPM_OVP Interface for Communication FPM App CC 20101214

Method CHANGE_OVP_LAYOUT on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method CHECK_RUNNING_GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110113
2 Returning RV_XRUNNABLE Value transfer Type reference (TYPE) ABAP_BOOL 20110113

Method CHECK_RUNNING_GET_DATA on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_APPROVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101202
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101202
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101202
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101202

Method DO_APPROVE on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_CANCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101201
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101201
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101201
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101201

Method DO_CANCEL on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_CHANGED_BY_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101208
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101208
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101208
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101208

Method DO_CHANGED_BY_DETAIL on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101207
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101207
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101207
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101207

Method DO_CHECK on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101202
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101202
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101202
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101202

Method DO_COMPLETE on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_CREATED_BY_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101208
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101208
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101208
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101208

Method DO_CREATED_BY_DETAIL on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_DISPLAY_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101213
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101213
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101213
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101213

Method DO_DISPLAY_CR on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_EDIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101201
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101201
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101201
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101201

Method DO_EDIT on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_INVALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101228
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101228
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101228
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101228

Method DO_INVALIDATE on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_LOAD_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101209
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101209
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101209
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101209

Method DO_LOAD_FORM on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_NEW_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101213
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101213
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101213
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101213

Method DO_NEW_CR on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_PREFILL_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20110105
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20110105
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110105
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110105

Method DO_PREFILL_FORM on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_REJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101202
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101202
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101202
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101202

Method DO_REJECT on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20110128
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20110128
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110128
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110128

Method DO_SAVE on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_SAVE_DRAFT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101202
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101202
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101202
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101202

Method DO_SAVE_DRAFT on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_SUBMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101207
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101207
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101207
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101207

Method DO_SUBMIT on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method DO_WITHDRAW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101203
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101203
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101203
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101203

Method DO_WITHDRAW on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method GET_DATA_FROM_COSTCENTER_APP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APP_PARAMETER Call by reference Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20110104
2 Importing IT_PARAMETER Call by reference Type reference (TYPE) FPMGB_T_PARAM_VALUE Parameter Value 20110104

Method GET_DATA_FROM_COSTCENTER_APP on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method PROCESS_CUSTOM_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20101227
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101227
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101227
4 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101227

Method PROCESS_CUSTOM_EVENT on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method SET_RUIBB_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110112

Method SET_RUIBB_MODE on class CL_FCOM_CR_REQUEST_FORM has no exception.

Method UPDATE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101214

Method UPDATE_LAYOUT on class CL_FCOM_CR_REQUEST_FORM has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606