SAP CL_FPM_LIST_P6S_HANDLER OO Class - FPM List / Tree: Handle Personas stuff









CL_FPM_LIST_P6S_HANDLER 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_LIST_P6S_HANDLER 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_LIST_P6S_HANDLER 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
ADD_P6S_FOLLOWUP_SCRIPT_PARAMPublic
CALL METHOD cl_fpm_list_p6s_handler=>ADD_P6S_FOLLOWUP_SCRIPT_PARAM...more details

APPLY_P6S_COL_ORDERPrivate
CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_COL_ORDER...more details

APPLY_P6S_FIXED_POSPrivate
CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_FIXED_POS...more details

APPLY_P6S_FLAVOURPrivate
CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_FLAVOUR...more details

APPLY_P6S_VISIBILITYPrivate
CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_VISIBILITY...more details

APPLY_P6S_WIDTHPublic
CALL METHOD cl_fpm_list_p6s_handler=>APPLY_P6S_WIDTH...more details

CLEAR_COL_HEADER_DIRTYPublic
CALL METHOD cl_fpm_list_p6s_handler=>CLEAR_COL_HEADER_DIRTY...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_fpm_list_p6s_handler=>CONSTRUCTOR...more details

EXTRACT_COL_NAMEPrivate
CALL METHOD cl_fpm_list_p6s_handler=>EXTRACT_COL_NAME...more details

GET_DEFINITION_NAMEPublic
CALL METHOD cl_fpm_list_p6s_handler=>GET_DEFINITION_NAME...more details

GET_FLAVOR_NAMEPrivate
CALL METHOD cl_fpm_list_p6s_handler=>GET_FLAVOR_NAME...more details

GET_HEADER_TEXTPublic
CALL METHOD cl_fpm_list_p6s_handler=>GET_HEADER_TEXT...more details

GET_INVISIBLE_COLUMNSPublic
CALL METHOD cl_fpm_list_p6s_handler=>GET_INVISIBLE_COLUMNS...more details

GET_PERSO_SNAPSHOTPublic
CALL METHOD cl_fpm_list_p6s_handler=>GET_PERSO_SNAPSHOT...more details

GET_VARIANT_FROM_SNAPSHOTPrivate
CALL METHOD cl_fpm_list_p6s_handler=>GET_VARIANT_FROM_SNAPSHOT...more details

IS_COL_HEADER_DIRTYPublic
CALL METHOD cl_fpm_list_p6s_handler=>IS_COL_HEADER_DIRTY...more details

IS_P6S_EDIT_MODEPublic
CALL METHOD cl_fpm_list_p6s_handler=>IS_P6S_EDIT_MODE...more details

NORMALIZE_COL_IDPrivate
CALL METHOD cl_fpm_list_p6s_handler=>NORMALIZE_COL_ID...more details

PROCESS_P6S_DATAPublic
CALL METHOD cl_fpm_list_p6s_handler=>PROCESS_P6S_DATA...more details

REMOVE_P6S_FLAVOURPrivate
CALL METHOD cl_fpm_list_p6s_handler=>REMOVE_P6S_FLAVOUR...more details

RETRIEVE_IMPLICIT_CHANGESPrivate
CALL METHOD cl_fpm_list_p6s_handler=>RETRIEVE_IMPLICIT_CHANGES...more details

SET_EDIT_MODEPublic
CALL METHOD cl_fpm_list_p6s_handler=>SET_EDIT_MODE...more details



CL_FPM_LIST_P6S_HANDLER 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_PERSONAS_PROPERTYConstantLIKE
Public
MO_COMPONENTInstance AttributeWeb Dynpro: ComponentLIKE
IF_WD_COMPONENT
Private
MO_SETTINGS_CONTROLInstance AttributeController of Current Variant and Dialog - for List UIBBLIKE
IF_FPM_LIST_SETTINGS_CONTROL
Private
MS_P6S_CHANGESInstance AttributeLIKE
TY_S_CHANGES
Private
MT_COL_IDSInstance AttributeTable of StringsLIKE
STRING_TABLE
Private
MT_P6S_COL_ORDERInstance AttributeTable of StringsLIKE
STRING_TABLE
Private
MT_P6S_FIXEDInstance AttributeLIKE
TY_T_COL_FIXED
Private
MT_P6S_VISIBLEInstance AttributeLIKE
TY_T_COL_VISIBILITY
Private
MT_P6S_WIDTHInstance AttributeLIKE
TY_T_COL_WIDTH
Private
MV_DIRTY_FLAG_WIDTHInstance AttributeLIKE
ABAP_BOOL
Private
MV_IS_FOR_LIST_UIBBInstance AttributeLIKE
ABAP_BOOL
Private
MV_IS_FOR_TREE_UIBBInstance AttributeLIKE
ABAP_BOOL
Private
MV_P6S_EDIT_MODEInstance AttributeLIKE
ABAP_BOOL
Private
MV_TEST_MODEInstance AttributeLIKE
ABAP_BOOL
Private




CL_FPM_LIST_P6S_HANDLER types

TY_S_CHANGES -
TY_S_COL_FIXED -
TY_S_COL_HEADER -
TY_S_COL_VISIBILITY -
TY_S_COL_WIDTH -
TY_T_COL_FIXED -
TY_T_COL_HEADER -
TY_T_COL_VISIBILITY -
TY_T_COL_WIDTH -

Links to Related Class(s)

CL_FPM_L...
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!