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 | 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 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20101217 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20101217 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_APB_ISR_XML_DOCUMENT | Handling XML Document | 20101217 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | APB_ISR_S_GENERAL_PARAM | General data | 20101217 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20101217 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20101217 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | FCOM_CR_EXT_KEY | External Key | 20101228 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | APB_ISR_OBJECTID | Object ID | 20101217 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | T_INSTANCE | 20101217 |
Methods
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 | IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_FCOM_CR_FORM_DATA_MGR | Change Request Form Data Manager | 20101217 | |||
| 2 | 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 | 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 | 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 | 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 | 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 | 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 | ES_GENERAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_S_GENERAL_PARAM | General data | 20101217 | |||
| 2 | ET_EXTERNAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20101217 | |||
| 3 | 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 | 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 | IV_OBJECTID | Call by reference | Type reference (TYPE) | APB_ISR_OBJECTID | Object ID | 20101217 | |||
| 2 | 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 | 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 | 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 | 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 | 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 | IS_GENERAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_S_GENERAL_PARAM | General data | 20101217 | |||
| 2 | IT_EXTERNAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20101217 | |||
| 3 | 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 |