SAP ABAP Class CL_FCOM_CR_FORM_DATA_MGR (Change Request Form Data Manager)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   CO (Application Component) Controlling
     FCOM_MASTERDATA_CORE (Package) Master data
Properties
Class CL_FCOM_CR_FORM_DATA_MGR  
Short Description Change Request Form Data Manager    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FCOM_MASTERDATA_CORE   Master data 
Created 20101217   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)
Interfaces
Class CL_FCOM_CR_FORM_DATA_MGR has no interface implemented.
Friends
Class CL_FCOM_CR_FORM_DATA_MGR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MB_DATA_CHANGED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20101217
2 MB_DATA_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20101217
3 MO_XML_DOCUMENT Instance attribute Private Object reference (TYPE REF TO) CL_APB_ISR_XML_DOCUMENT Handling XML Document 20101217
4 MS_GENERAL_DATA Instance attribute Private Type reference (TYPE) APB_ISR_S_GENERAL_PARAM General data 20101217
5 MT_EXTERNAL_DATA Instance attribute Private Type reference (TYPE) APB_ISR_T_SPECIAL_PARAM Index, Name, Value of a field 20101217
6 MT_SPECIAL_DATA Instance attribute Private Type reference (TYPE) APB_ISR_T_SPECIAL_PARAM Index, Name, Value of a field 20101217
7 MV_EXT_KEY Instance attribute Private Type reference (TYPE) FCOM_CR_EXT_KEY External Key 20101228
8 MV_OBJECTID Instance attribute Private Type reference (TYPE) APB_ISR_OBJECTID Object ID 20101217
9 ST_INSTANCE Static Attribute Private Type reference (TYPE) T_INSTANCE 20101217
Methods
# Method Level Visibility Method type Description Created on
1 ADD_INSTANCE_TO_CACHE Instance method Private Method Add instance to cache 20101217
2 CLONE Instance method Public Method Create a new form data manager instance by clone 20101220
3 CONSTRUCTOR Instance method Private Constructor Constructor 20101217
4 CREATE_FORM_DATA Instance method Public Method Create form data 20101217
5 DELETE_FORM_DATA Instance method Public Method Delete form data 20101227
6 GET_EXTERNAL_KEY Instance method Public Method Get external key 20101228
7 GET_FORM_DATA Instance method Public Method Get form data 20101217
8 GET_INSTANCE Static method Public Method Get instance 20101217
9 GET_OBJECTID Instance method Public Method Get object id 20101220
10 LOAD_FORM_DATA Instance method Private Method Load form data 20101217
11 SAVE_FORM_DATA Instance method Public Method Save form data 20101217
12 SET_EXTERNAL_KEY Instance method Public Method Set external key 20101228
13 SET_FORM_DATA Instance method Public Method Set form data 20101217
Events
Class CL_FCOM_CR_FORM_DATA_MGR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_INSTANCE Private See coding 20101217 BEGIN OF s_instance, objectid TYPE apb_isr_objectid, instance TYPE REF TO cl_fcom_cr_form_data_mgr, END OF s_instance
2 T_INSTANCE Private See coding 20101217 t_instance TYPE STANDARD TABLE OF s_instance
Method Signatures

Method ADD_INSTANCE_TO_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_INSTANCE Call by reference Object reference (TYPE REF TO) CL_FCOM_CR_FORM_DATA_MGR Change Request Form Data Manager 20101217
2 Importing IV_OBJECTID Call by reference Type reference (TYPE) APB_ISR_OBJECTID Object ID 20101217

Method ADD_INSTANCE_TO_CACHE on class CL_FCOM_CR_FORM_DATA_MGR has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FCOM_CR_FORM_DATA_MGR Change Request Form Data Manager 20101220
# Exception Resumable Description Created on
1 CX_FCOM_CR_REQUEST_API Exception Class for Change Request API 20101220

Method CONSTRUCTOR 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 20101217

Method CONSTRUCTOR on class CL_FCOM_CR_FORM_DATA_MGR has no exception.

Method CREATE_FORM_DATA Signature

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

Method CREATE_FORM_DATA on class CL_FCOM_CR_FORM_DATA_MGR has no exception.

Method DELETE_FORM_DATA Signature

Method DELETE_FORM_DATA on class CL_FCOM_CR_FORM_DATA_MGR has no parameter.
Method DELETE_FORM_DATA on class CL_FCOM_CR_FORM_DATA_MGR has no exception.

Method GET_EXTERNAL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXT_KEY Value transfer Type reference (TYPE) FCOM_CR_EXT_KEY External Key 20101228

Method GET_EXTERNAL_KEY on class CL_FCOM_CR_FORM_DATA_MGR has no exception.

Method GET_FORM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_GENERAL_DATA Call by reference Type reference (TYPE) APB_ISR_S_GENERAL_PARAM General data 20101217
2 Exporting ET_EXTERNAL_DATA Call by reference Type reference (TYPE) APB_ISR_T_SPECIAL_PARAM Index, Name, Value of a field 20101217
3 Exporting ET_SPECIAL_DATA Call by reference Type reference (TYPE) APB_ISR_T_SPECIAL_PARAM Index, Name, Value of a field 20101217
# Exception Resumable Description Created on
1 CX_FCOM_CR_REQUEST_API Exception Class for Change Request API 20101217

Method GET_INSTANCE 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 20101217
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FCOM_CR_FORM_DATA_MGR Change Request Form Data Manager 20101217

Method GET_INSTANCE on class CL_FCOM_CR_FORM_DATA_MGR has no exception.

Method GET_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 20101220

Method GET_OBJECTID on class CL_FCOM_CR_FORM_DATA_MGR has no exception.

Method LOAD_FORM_DATA Signature

Method LOAD_FORM_DATA on class CL_FCOM_CR_FORM_DATA_MGR has no parameter.
# Exception Resumable Description Created on
1 CX_FCOM_CR_REQUEST_API Exception Class for Change Request API 20101217

Method SAVE_FORM_DATA Signature

Method SAVE_FORM_DATA on class CL_FCOM_CR_FORM_DATA_MGR has no parameter.
# Exception Resumable Description Created on
1 CX_FCOM_CR_REQUEST_API Exception Class for Change Request API 20101220

Method SET_EXTERNAL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_KEY Call by reference Type reference (TYPE) FCOM_CR_EXT_KEY External Key 20101228

Method SET_EXTERNAL_KEY on class CL_FCOM_CR_FORM_DATA_MGR has no exception.

Method SET_FORM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_GENERAL_DATA Call by reference Type reference (TYPE) APB_ISR_S_GENERAL_PARAM General data 20101217
2 Importing IT_EXTERNAL_DATA Call by reference Type reference (TYPE) APB_ISR_T_SPECIAL_PARAM Index, Name, Value of a field 20101217
3 Importing IT_SPECIAL_DATA Call by reference Type reference (TYPE) APB_ISR_T_SPECIAL_PARAM Index, Name, Value of a field 20101217

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