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 NameDescriptionVisability
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_fpm_config_reader=>CONSTRUCTOR...more details

CONVERT_I_TO_STRINGPublic
CALL METHOD cl_fpm_config_reader=>CONVERT_I_TO_STRING...more details

CREATE_INITIAL_SCREEN_NODE_IDPrivate
CALL METHOD cl_fpm_config_reader=>CREATE_INITIAL_SCREEN_NODE_ID...more details

CREATE_VARIANT_NODE_IDPrivate
CALL METHOD cl_fpm_config_reader=>CREATE_VARIANT_NODE_ID...more details

GET_INITIAL_SCREENProtected
CALL METHOD cl_fpm_config_reader=>GET_INITIAL_SCREEN...more details

GET_NODE_ATTRIBUTESProtected
CALL METHOD cl_fpm_config_reader=>GET_NODE_ATTRIBUTES...more details

GET_STRUCTUREProtected
CALL METHOD cl_fpm_config_reader=>GET_STRUCTURE...more details

GET_VARIANTSPrivate
CALL METHOD cl_fpm_config_reader=>GET_VARIANTS...more details

READ_CONFIGURATIONProtected
CALL METHOD cl_fpm_config_reader=>READ_CONFIGURATION...more details

READ_ELEMENTPrivate
CALL METHOD cl_fpm_config_reader=>READ_ELEMENT...more details

SET_COMPONENT_NAMEPublic
CALL METHOD cl_fpm_config_reader=>SET_COMPONENT_NAME...more details

_GET_CTXT_MENUReturn a List of Context MenusProtected
CALL METHOD cl_fpm_config_reader=>_GET_CTXT_MENU...more details

_GET_CTXT_MENU_ITEMItems of a context menuProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_INITIAL_SCREENConstant'INITIAL_SCREEN'LIKE
STRING
Public
GC_VARIANTConstant'VARIANT'LIKE
STRING
Public
MC_COMPONENT_NAMEInstance AttributeLIKE
STRING
Public
MR_INITIAL_SCREEN_STRUCTUREInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_DATADESCR
Private
MR_NODE_STRUCTUREInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_DATADESCR
Private
MR_VARIANT_STRUCTUREInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_DATADESCR
Private
MR_WD_APPL_READERInstance AttributeRead Interface for Application ConfigurationLIKE
IF_WD_CONFIG_APPL_READER
Protected
MR_WD_COMP_READERInstance AttributeRead Interface for the Component ConfigurationLIKE
IF_WD_CONFIG_COMP_READER
Protected
MS_INITIAL_SCREENInstance AttributeLIKE
TY_S_INITIAL_SCREEN
Protected
MT_METADATAInstance AttributeWD Configuration, Change Tool, List of Node DetailsLIKE
WDY_CFG_CHGTOOL_NODE_INFO_MAP
Protected
MT_QUICKVIEWInstance AttributeLIKE
TY_T_QUICKVIEW_INT
Protected
MT_VARIANTSInstance AttributeLIKE
TY_T_VARIANT
Protected
MV_CONFIGURATION_IDInstance AttributeConfiguration IdentificationLIKE
WDY_CONFIG_ID
Public
MV_CONFIG_TYPEInstance AttributeType of Web Dynpro ConfigurationLIKE
WDY_CONFIG_TYPE
Private
MV_INITIAL_SCREEN_NODE_IDInstance AttributeLIKE
STRING
Private
MV_PATHInstance AttributeLIKE
STRING
Public
MV_ROOT_PATHInstance AttributeLIKE
STRING
Public
MV_VARIANT_NODE_IDInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!