SAP CL_FPM_CONFIG_READER OO Class - FPM Configuration Reader
CL_FPM_CONFIG_READER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_FPM_CONFIG_READER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_FPM_CONFIG_READER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_fpm_config_reader=>CONSTRUCTOR...more details | ||
| CONVERT_I_TO_STRING | Public | |
| CALL METHOD cl_fpm_config_reader=>CONVERT_I_TO_STRING...more details | ||
| CREATE_INITIAL_SCREEN_NODE_ID | Private | |
| CALL METHOD cl_fpm_config_reader=>CREATE_INITIAL_SCREEN_NODE_ID...more details | ||
| CREATE_VARIANT_NODE_ID | Private | |
| CALL METHOD cl_fpm_config_reader=>CREATE_VARIANT_NODE_ID...more details | ||
| GET_INITIAL_SCREEN | Protected | |
| CALL METHOD cl_fpm_config_reader=>GET_INITIAL_SCREEN...more details | ||
| GET_NODE_ATTRIBUTES | Protected | |
| CALL METHOD cl_fpm_config_reader=>GET_NODE_ATTRIBUTES...more details | ||
|
| ||
| GET_STRUCTURE | Protected | |
| CALL METHOD cl_fpm_config_reader=>GET_STRUCTURE...more details | ||
| GET_VARIANTS | Private | |
| CALL METHOD cl_fpm_config_reader=>GET_VARIANTS...more details | ||
| READ_CONFIGURATION | Protected | |
| CALL METHOD cl_fpm_config_reader=>READ_CONFIGURATION...more details | ||
| READ_ELEMENT | Private | |
| CALL METHOD cl_fpm_config_reader=>READ_ELEMENT...more details | ||
| SET_COMPONENT_NAME | Public | |
| CALL METHOD cl_fpm_config_reader=>SET_COMPONENT_NAME...more details | ||
| _GET_CTXT_MENU | Return a List of Context Menus | Protected |
| CALL METHOD cl_fpm_config_reader=>_GET_CTXT_MENU...more details | ||
| _GET_CTXT_MENU_ITEM | Items of a context menu | Protected |
| CALL METHOD cl_fpm_config_reader=>_GET_CTXT_MENU_ITEM...more details | ||
CL_FPM_CONFIG_READER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_INITIAL_SCREEN | Constant | 'INITIAL_SCREEN' | LIKE STRING | Public | |
| GC_VARIANT | Constant | 'VARIANT' | LIKE STRING | Public | |
| MC_COMPONENT_NAME | Instance Attribute | LIKE STRING | Public | ||
| MR_INITIAL_SCREEN_STRUCTURE | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_DATADESCR | Private | |
| MR_NODE_STRUCTURE | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_DATADESCR | Private | |
| MR_VARIANT_STRUCTURE | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_DATADESCR | Private | |
| MR_WD_APPL_READER | Instance Attribute | Read Interface for Application Configuration | LIKE IF_WD_CONFIG_APPL_READER | Protected | |
| MR_WD_COMP_READER | Instance Attribute | Read Interface for the Component Configuration | LIKE IF_WD_CONFIG_COMP_READER | Protected | |
| MS_INITIAL_SCREEN | Instance Attribute | LIKE TY_S_INITIAL_SCREEN | Protected | ||
| MT_METADATA | Instance Attribute | WD Configuration, Change Tool, List of Node Details | LIKE WDY_CFG_CHGTOOL_NODE_INFO_MAP | Protected | |
| MT_QUICKVIEW | Instance Attribute | LIKE TY_T_QUICKVIEW_INT | Protected | ||
| MT_VARIANTS | Instance Attribute | LIKE TY_T_VARIANT | Protected | ||
| MV_CONFIGURATION_ID | Instance Attribute | Configuration Identification | LIKE WDY_CONFIG_ID | Public | |
| MV_CONFIG_TYPE | Instance Attribute | Type of Web Dynpro Configuration | LIKE WDY_CONFIG_TYPE | Private | |
| MV_INITIAL_SCREEN_NODE_ID | Instance Attribute | LIKE STRING | Private | ||
| MV_PATH | Instance Attribute | LIKE STRING | Public | ||
| MV_ROOT_PATH | Instance Attribute | LIKE STRING | Public | ||
| MV_VARIANT_NODE_ID | Instance Attribute | LIKE STRING | Private |
CL_FPM_CONFIG_READER types
TY_S_CTXT_MENU -TY_S_CTXT_MENU_ITEM -
TY_S_INITIAL_SCREEN -
TY_S_QUICKVIEW_INT -
TY_S_VARIANT -
TY_T_CTXT_MENU -
TY_T_CTXT_MENU_ITEM -
TY_T_QUICKVIEW_INT -
TY_T_VARIANT -
Links to Related Class(s)
CL_FPM_C...Full list of available SAP object classes
Search for further information about these or an SAP related objects