SAP ABAP Class CL_FCOM_CR_UI_ASSISTANCE (Assistance Class for FCOM_CR_REQUEST)
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_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20101124
Properties
Class CL_FCOM_CR_UI_ASSISTANCE  
Short Description Assistance Class for FCOM_CR_REQUEST    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FCOM_MASTERDATA_CORE   Master data 
Created 20101124   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FCOM_CR_UI_ASSISTANCE has no forward declaration.
Interfaces
Class CL_FCOM_CR_UI_ASSISTANCE has no interface implemented.
Friends
Class CL_FCOM_CR_UI_ASSISTANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ATTRIBUTE Constant Public See coding 20101207
2 GC_BOL Constant Public See coding 20101206
3 GC_CONFIG Constant Public See coding 20101207
4 GC_EDIT_MODE Constant Public See coding 20101201
5 GC_EVENT Constant Public See coding 20101201
6 GC_EVENT_PARAMETER Constant Public See coding 20101209
7 GC_FORM_COMP Constant Public See coding 20101126
8 GC_ISR_EVENT Constant Public See coding 20101202
9 GC_MAIN_STEP Constant Public See coding 20101126
10 GC_METHOD Constant Public See coding 20101207
11 GC_PARAMETER Constant Public See coding 20101201
12 GC_ROLE Constant Public See coding 20110113
13 GC_RUIBB_MODE Constant Public See coding 20110112
14 GC_RUIBB_TYPE Constant Public See coding 20101227
15 GC_STATUS Constant Public See coding 20101214
16 GC_TOOLBAR_ELEMENT Constant Public See coding 20101221
17 GC_UI Constant Public See coding 20101207
18 GO_SELF Static Attribute Private Object reference (TYPE REF TO) CL_FCOM_CR_UI_ASSISTANCE Assistance Class for FCOM_CR_REQUEST 20101126
19 SO_FORM_CMP Static Attribute Private Object reference (TYPE REF TO) IWCI_IF_FCOM_CR_FORMDATA Web Dynpro: Component Usage 20101130
20 SO_FPM Static Attribute Private Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20101130
21 SO_FPM_GAF Static Attribute Private Object reference (TYPE REF TO) IF_FPM_GAF Interface for Communication FPM App CC 20101130
22 SO_FPM_OVP Static Attribute Private Object reference (TYPE REF TO) IF_FPM_OVP Interface for Communication FPM App CC 20101130
23 SV_EDIT_MODE Static Attribute Private Type reference (TYPE) STRING Current edit mode 20101203
24 SV_ISR_OBJECTID Static Attribute Private Type reference (TYPE) APB_ISR_OBJECTID Object ID 20101201
25 SV_ROLE Static Attribute Private Type reference (TYPE) FCOM_CR_ROLE User Role in Change Request 20110113
26 SV_URL_EDIT_MODE Static Attribute Private Type reference (TYPE) STRING entry edit mode 20101203
Methods
# Method Level Visibility Method type Description Created on
1 EXPORT_REQUEST_DATA Static method Public Method 20110104
2 FIRE_ISR_EVENT Instance method Public Method 20101130
3 GET_CURRENT_STEP Instance method Public Method 20101126
4 GET_DATA_FROM_REQUEST Static method Public Method 20101222
5 GET_EDIT_MODE Static method Public Method 20101203
6 GET_INSTANCE Static method Public Method 20101126
7 GET_ISR_OBJECTID Static method Public Method 20101201
8 GET_NEXT_STEP Instance method Public Method 20101201
9 GET_ROLE Static method Public Method 20110113
10 IMPORT_REQUEST_DATA Static method Public Method 20110104
11 INITIALIZE_FORM_CMP Instance method Public Method 20101130
12 INITIALIZE_GAF_OBJECTS Instance method Public Method 20101126
13 INITIALIZE_OVP_OBJECTS Instance method Public Method 20101129
14 LOAD_FORM_SCENARIO Instance method Public Method 20101130
15 SET_EDIT_MODE Static method Public Method 20101203
16 SET_IDR Instance method Public Method 20101130
17 SET_ISR_MODE Instance method Public Method 20101130
18 SET_ISR_OBJECTID Static method Public Method 20101201
19 SET_ROLE Static method Public Method 20110113
20 SUBMIT_CHANGE_REQUEST Instance method Public Method 20101130
Events
Class CL_FCOM_CR_UI_ASSISTANCE has no event.
Types
Class CL_FCOM_CR_UI_ASSISTANCE has no local type.
Method Signatures

Method EXPORT_REQUEST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REQUEST_DATA Call by reference Type reference (TYPE) ANY 20110104
2 Importing IV_REQUESTID Call by reference Type reference (TYPE) FCOM_CR_REQUESTID Change Request ID 20110104

Method EXPORT_REQUEST_DATA on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method FIRE_ISR_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT Call by reference Type reference (TYPE) APB_ISR_EVENT Event 20101130
2 Returning RV_RESULT Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20101202

Method FIRE_ISR_EVENT on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method GET_CURRENT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STEP_NAME Call by reference Type reference (TYPE) STRING 20101126
2 Exporting EV_STEP_NO Call by reference Type reference (TYPE) I 20101126

Method GET_CURRENT_STEP on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method GET_DATA_FROM_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_ATTR Call by reference Type reference (TYPE) ANY 20101222
2 Importing IV_REQUESTID Call by reference Type reference (TYPE) FCOM_CR_REQUESTID Change Request ID 20101222

Method GET_DATA_FROM_REQUEST on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method GET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EDIT_MODE Value transfer Type reference (TYPE) STRING 20101203

Method GET_EDIT_MODE on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SELF Value transfer Object reference (TYPE REF TO) CL_FCOM_CR_UI_ASSISTANCE Assistant Class for FCOM 20101126

Method GET_INSTANCE on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method GET_ISR_OBJECTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJECTID Value transfer Type reference (TYPE) APB_ISR_OBJECTID Object ID 20101201

Method GET_ISR_OBJECTID on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method GET_NEXT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STEP_NAME Value transfer Type reference (TYPE) STRING 20101209
2 Exporting EV_STEP_NO Call by reference Type reference (TYPE) I 20101209

Method GET_NEXT_STEP on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method GET_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ROLE Value transfer Type reference (TYPE) FCOM_CR_ROLE User Role in Change Request 20110113

Method GET_ROLE on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method IMPORT_REQUEST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_REQUEST_DATA Call by reference Type reference (TYPE) ANY 20110104
2 Importing IV_REQUESTID Call by reference Type reference (TYPE) FCOM_CR_REQUESTID Change Request ID 20110104

Method IMPORT_REQUEST_DATA on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method INITIALIZE_FORM_CMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FORM_CMP Call by reference Object reference (TYPE REF TO) IWCI_IF_FCOM_CR_FORMDATA WebDynpro Interface INTERFACECONTROLLER 20101130

Method INITIALIZE_FORM_CMP on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method INITIALIZE_GAF_OBJECTS Signature

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

Method INITIALIZE_GAF_OBJECTS on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method INITIALIZE_OVP_OBJECTS Signature

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

Method INITIALIZE_OVP_OBJECTS on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method LOAD_FORM_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CR_TYPE Call by reference Type reference (TYPE) FCOM_CR_TYPE Change Request Type 20101130
2 Importing IV_MODE Call by reference Type reference (TYPE) APB_ISR_MODE Mode 20101130
3 Importing IV_OBJECTID Call by reference Type reference (TYPE) APB_ISR_OBJECTID Object ID 20101130

Method LOAD_FORM_SCENARIO on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) STRING 20101203

Method SET_EDIT_MODE on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method SET_IDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IDR Call by reference Object reference (TYPE REF TO) IF_FPM_IDR 20101130
2 Importing IS_CR_ATTR Call by reference Type reference (TYPE) FCOMS_CR_REQUEST_ATTR Change Request Attributes 20101130

Method SET_IDR on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method SET_ISR_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODE Call by reference Type reference (TYPE) APB_ISR_MODE Mode 20101130

Method SET_ISR_MODE on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method SET_ISR_OBJECTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECTID Call by reference Type reference (TYPE) APB_ISR_OBJECTID Object ID 20101201

Method SET_ISR_OBJECTID on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method SET_ROLE 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 20110113

Method SET_ROLE on class CL_FCOM_CR_UI_ASSISTANCE has no exception.

Method SUBMIT_CHANGE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20101130

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