SAP CL_WD_ALV_UI_LOG_REUSE OO Class -









CL_WD_ALV_UI_LOG_REUSE 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_WD_ALV_UI_LOG_REUSE 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_WD_ALV_UI_LOG_REUSE 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
CLEAN_UP_ALV_STRUCTUREClean Up ALV StructurePublic
CALL METHOD cl_wd_alv_ui_log_reuse=>CLEAN_UP_ALV_STRUCTURE...more details

CONFIGURE_ALVConfigure ALVPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>CONFIGURE_ALV...more details

CONFIGURE_ALV_FINISHFinish ALV ConfigurationPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>CONFIGURE_ALV_FINISH...more details

CONVERT_BASIS_TO_INDEX_ORIGConvert Basis to Application Index (Original)Public
CALL METHOD cl_wd_alv_ui_log_reuse=>CONVERT_BASIS_TO_INDEX_ORIG...more details

GET_ALV_CONTEXT_NODEPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_CONTEXT_NODE...more details

GET_ALV_FUNCTIONSGet ALV FunctionsPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_FUNCTIONS...more details

GET_ALV_HEADER_TEXTSet ALV Header TextPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_HEADER_TEXT...more details

GET_ALV_SELECTION_MODESet ALV FunctionsPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_SELECTION_MODE...more details

GET_ALV_STRUCTUREGet ALV StructurePublic
CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_STRUCTURE...more details

GET_ALV_STRUCTURE_REFGet Reference to ALV StructurePublic
CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_STRUCTURE_REF...more details

GET_ALV_VIEW_BY_APPLGet ALV View According to Priority LogicProtected
CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_VIEW_BY_APPL...more details

GET_STRUCTURE_FIELD_INFOExpand DDIC Structure into Components (Incl. Append)Public
CALL METHOD cl_wd_alv_ui_log_reuse=>GET_STRUCTURE_FIELD_INFO...more details

GET_SUB_CONTEXT_NODEGet Context SubnodePublic
CALL METHOD cl_wd_alv_ui_log_reuse=>GET_SUB_CONTEXT_NODE...more details

MODIFY_ALVModify ALVPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>MODIFY_ALV...more details

MODIFY_UIEModify UI ElementPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>MODIFY_UIE...more details

RESOLVE_STRUCTURE_INCL_APPENDSExpand DDIC Structure into Components (Incl. Append)Public
CALL METHOD cl_wd_alv_ui_log_reuse=>RESOLVE_STRUCTURE_INCL_APPENDS...more details

RETRIEVE_ALV_DATASet ALV DataPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>RETRIEVE_ALV_DATA...more details

SET_ALV_CONFIG_IDSet ALV Config IDProtected
CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_CONFIG_ID...more details

SET_ALV_FUNCTIONSSet ALV FunctionsPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_FUNCTIONS...more details

SET_ALV_HEADER_TEXTSet ALV Header TextPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_HEADER_TEXT...more details

SET_ALV_NODE_NAMESSet ALV Node NamePublic
CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_NODE_NAMES...more details

SET_ALV_SELECTION_MODESet ALV Selection ModePublic
CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_SELECTION_MODE...more details

SET_ALV_VIEW_BY_APPLStore ALV View (Currently Set) TemporarilyProtected
CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_VIEW_BY_APPL...more details

SET_MR_CONFIG_TABLESet Attribute MR_CONFIG_TABLEPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>SET_MR_CONFIG_TABLE...more details

SET_MR_CONTEXTSet Attribute MR_CONTEXTPublic
CALL METHOD cl_wd_alv_ui_log_reuse=>SET_MR_CONTEXT...more details



CL_WD_ALV_UI_LOG_REUSE 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
MC_COLUMN_CHECKBOXConstantColumn As Checkbox'MT_COLUMN_CHECKBOX'LIKE
STRING
Public
MC_COLUMN_CHECKBOX_TRIConstantColumn As Checkbox (Tristate)'MT_COLUMN_CHECKBOX_TRI'LIKE
STRING
Public
MC_COLUMN_DROPDOWN_BY_IDXConstantColumn As DROPDOWN_BY_IDX'MT_COLUMN_DROPDOWN_BY_IDX'LIKE
STRING
Public
MC_COLUMN_DROPDOWN_BY_KEYConstantColumn As DROPDOWN_BY_KEY'MT_COLUMN_DROPDOWN_BY_KEY'LIKE
STRING
Public
MC_COLUMN_IMAGEConstantColumn As Image'MT_COLUMN_IMAGE'LIKE
STRING
Public
MC_COLUMN_INPUT_FIELDConstantColumn As Input Field'MT_COLUMN_INPUT_FIELD'LIKE
STRING
Public
MC_COLUMN_LINK_TO_ACTIONConstantColumn As LinkToAction'MT_COLUMN_LINK_TO_ACTION'LIKE
STRING
Public
MC_COLUMN_LINK_TO_URLConstantColumn As LinkToUrl'MT_COLUMN_LINK_TO_URL'LIKE
STRING
Public
MC_COLUMN_PROGR_INDICATORConstantColumn As Progress Indicator'MT_COLUMN_PROGR_INDICATOR'LIKE
STRING
Public
MC_COLUMN_REF_SORTConstantSort-Reference Column'COLUMN_SORT'LIKE
STRING
Public
MC_COLUMN_REF_SOURCEConstantSource of Reference Column'COLUMN_SOURCE'LIKE
STRING
Public
MC_COLUMN_REF_SOURCE2ConstantSource2 Reference Column'COLUMN_SOURCE2'LIKE
STRING
Public
MC_COLUMN_REF_TOOLTIPConstantReference Column Tooltip'COLUMN_TOOLTIP'LIKE
STRING
Public
MC_COLUMN_TEXT_VIEWConstantColumn As Text View'MT_COLUMN_TEXT_VIEW'LIKE
STRING
Public
MC_COLUMN_TYPE_KEY_VALUEConstantTwo digit number'02'LIKE
NUMC2
Public
MR_ALV_STRUCDESCRInstance AttributeRef. to ALV StructureLIKE
CL_ABAP_STRUCTDESCR
Protected
MR_CONFIG_TABLEInstance AttributeConfiguration of the ALV OutputLIKE
CL_SALV_WD_CONFIG_TABLE
Protected
MR_CONTEXTInstance AttributeWeb Dynpro: Interface for Context NodesLIKE
IF_WD_CONTEXT_NODE
Protected
MS_PARAM_INInstance AttributeLIKE
Private
MT_COLUMN_REFInstance AttributeColumn ReferenceLIKE
TT_NAME_VALUE_REF
Public
MT_COLUMN_TOOLTIPInstance AttributeColumn Header TooltipLIKE
DDFIELDS
Public
MT_COLUMN_TYPEInstance AttributeColumn TypesLIKE
TT_NAME_VALUE
Public
MT_PARAM_INInstance AttributeWeb Dynpro: List of Personalization VariantsLIKE
WDR_PERS_VARIANTS
Public
MV_ALV_CHILD_NODE_NAMEInstance AttributeALV Child Node NameLIKE
STRING
Public
MV_ALV_COL_INDEXInstance AttributeIndex Column (with Filter .. Required)'COLUMN_INDEX'LIKE
STRING
Protected
MV_ALV_COL_INDEX_IInstance AttributeNatural numberLIKE
INT4
Protected
MV_ALV_ROOT_NODE_NAMEInstance AttributeALV Root Node NameLIKE
STRING
Public
MV_CONFIG_ID_BY_APPLInstance AttributeConfig. ID of Application Page (-> Set of Views)LIKE
STRING
Protected




CL_WD_ALV_UI_LOG_REUSE types

TT_NAME_VALUE -
TT_NAME_VALUE_REF -
TY_NAME_VALUE -
TY_NAME_VALUE_REF -

Links to Related Class(s)

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