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 Name | Description | Visability |
| CLEAN_UP_ALV_STRUCTURE | Clean Up ALV Structure | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>CLEAN_UP_ALV_STRUCTURE...more details | ||
| CONFIGURE_ALV | Configure ALV | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>CONFIGURE_ALV...more details | ||
| CONFIGURE_ALV_FINISH | Finish ALV Configuration | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>CONFIGURE_ALV_FINISH...more details | ||
| CONVERT_BASIS_TO_INDEX_ORIG | Convert Basis to Application Index (Original) | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>CONVERT_BASIS_TO_INDEX_ORIG...more details | ||
| GET_ALV_CONTEXT_NODE | Public | |
| CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_CONTEXT_NODE...more details | ||
| GET_ALV_FUNCTIONS | Get ALV Functions | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_FUNCTIONS...more details | ||
|
| ||
| GET_ALV_HEADER_TEXT | Set ALV Header Text | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_HEADER_TEXT...more details | ||
| GET_ALV_SELECTION_MODE | Set ALV Functions | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_SELECTION_MODE...more details | ||
| GET_ALV_STRUCTURE | Get ALV Structure | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_STRUCTURE...more details | ||
| GET_ALV_STRUCTURE_REF | Get Reference to ALV Structure | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_STRUCTURE_REF...more details | ||
| GET_ALV_VIEW_BY_APPL | Get ALV View According to Priority Logic | Protected |
| CALL METHOD cl_wd_alv_ui_log_reuse=>GET_ALV_VIEW_BY_APPL...more details | ||
| GET_STRUCTURE_FIELD_INFO | Expand DDIC Structure into Components (Incl. Append) | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>GET_STRUCTURE_FIELD_INFO...more details | ||
| GET_SUB_CONTEXT_NODE | Get Context Subnode | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>GET_SUB_CONTEXT_NODE...more details | ||
| MODIFY_ALV | Modify ALV | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>MODIFY_ALV...more details | ||
| MODIFY_UIE | Modify UI Element | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>MODIFY_UIE...more details | ||
| RESOLVE_STRUCTURE_INCL_APPENDS | Expand DDIC Structure into Components (Incl. Append) | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>RESOLVE_STRUCTURE_INCL_APPENDS...more details | ||
| RETRIEVE_ALV_DATA | Set ALV Data | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>RETRIEVE_ALV_DATA...more details | ||
| SET_ALV_CONFIG_ID | Set ALV Config ID | Protected |
| CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_CONFIG_ID...more details | ||
| SET_ALV_FUNCTIONS | Set ALV Functions | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_FUNCTIONS...more details | ||
| SET_ALV_HEADER_TEXT | Set ALV Header Text | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_HEADER_TEXT...more details | ||
| SET_ALV_NODE_NAMES | Set ALV Node Name | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_NODE_NAMES...more details | ||
| SET_ALV_SELECTION_MODE | Set ALV Selection Mode | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_SELECTION_MODE...more details | ||
| SET_ALV_VIEW_BY_APPL | Store ALV View (Currently Set) Temporarily | Protected |
| CALL METHOD cl_wd_alv_ui_log_reuse=>SET_ALV_VIEW_BY_APPL...more details | ||
| SET_MR_CONFIG_TABLE | Set Attribute MR_CONFIG_TABLE | Public |
| CALL METHOD cl_wd_alv_ui_log_reuse=>SET_MR_CONFIG_TABLE...more details | ||
| SET_MR_CONTEXT | Set Attribute MR_CONTEXT | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_COLUMN_CHECKBOX | Constant | Column As Checkbox | 'MT_COLUMN_CHECKBOX' | LIKE STRING | Public |
| MC_COLUMN_CHECKBOX_TRI | Constant | Column As Checkbox (Tristate) | 'MT_COLUMN_CHECKBOX_TRI' | LIKE STRING | Public |
| MC_COLUMN_DROPDOWN_BY_IDX | Constant | Column As DROPDOWN_BY_IDX | 'MT_COLUMN_DROPDOWN_BY_IDX' | LIKE STRING | Public |
| MC_COLUMN_DROPDOWN_BY_KEY | Constant | Column As DROPDOWN_BY_KEY | 'MT_COLUMN_DROPDOWN_BY_KEY' | LIKE STRING | Public |
| MC_COLUMN_IMAGE | Constant | Column As Image | 'MT_COLUMN_IMAGE' | LIKE STRING | Public |
| MC_COLUMN_INPUT_FIELD | Constant | Column As Input Field | 'MT_COLUMN_INPUT_FIELD' | LIKE STRING | Public |
| MC_COLUMN_LINK_TO_ACTION | Constant | Column As LinkToAction | 'MT_COLUMN_LINK_TO_ACTION' | LIKE STRING | Public |
| MC_COLUMN_LINK_TO_URL | Constant | Column As LinkToUrl | 'MT_COLUMN_LINK_TO_URL' | LIKE STRING | Public |
| MC_COLUMN_PROGR_INDICATOR | Constant | Column As Progress Indicator | 'MT_COLUMN_PROGR_INDICATOR' | LIKE STRING | Public |
| MC_COLUMN_REF_SORT | Constant | Sort-Reference Column | 'COLUMN_SORT' | LIKE STRING | Public |
| MC_COLUMN_REF_SOURCE | Constant | Source of Reference Column | 'COLUMN_SOURCE' | LIKE STRING | Public |
| MC_COLUMN_REF_SOURCE2 | Constant | Source2 Reference Column | 'COLUMN_SOURCE2' | LIKE STRING | Public |
| MC_COLUMN_REF_TOOLTIP | Constant | Reference Column Tooltip | 'COLUMN_TOOLTIP' | LIKE STRING | Public |
| MC_COLUMN_TEXT_VIEW | Constant | Column As Text View | 'MT_COLUMN_TEXT_VIEW' | LIKE STRING | Public |
| MC_COLUMN_TYPE_KEY_VALUE | Constant | Two digit number | '02' | LIKE NUMC2 | Public |
| MR_ALV_STRUCDESCR | Instance Attribute | Ref. to ALV Structure | LIKE CL_ABAP_STRUCTDESCR | Protected | |
| MR_CONFIG_TABLE | Instance Attribute | Configuration of the ALV Output | LIKE CL_SALV_WD_CONFIG_TABLE | Protected | |
| MR_CONTEXT | Instance Attribute | Web Dynpro: Interface for Context Nodes | LIKE IF_WD_CONTEXT_NODE | Protected | |
| MS_PARAM_IN | Instance Attribute | LIKE | Private | ||
| MT_COLUMN_REF | Instance Attribute | Column Reference | LIKE TT_NAME_VALUE_REF | Public | |
| MT_COLUMN_TOOLTIP | Instance Attribute | Column Header Tooltip | LIKE DDFIELDS | Public | |
| MT_COLUMN_TYPE | Instance Attribute | Column Types | LIKE TT_NAME_VALUE | Public | |
| MT_PARAM_IN | Instance Attribute | Web Dynpro: List of Personalization Variants | LIKE WDR_PERS_VARIANTS | Public | |
| MV_ALV_CHILD_NODE_NAME | Instance Attribute | ALV Child Node Name | LIKE STRING | Public | |
| MV_ALV_COL_INDEX | Instance Attribute | Index Column (with Filter .. Required) | 'COLUMN_INDEX' | LIKE STRING | Protected |
| MV_ALV_COL_INDEX_I | Instance Attribute | Natural number | LIKE INT4 | Protected | |
| MV_ALV_ROOT_NODE_NAME | Instance Attribute | ALV Root Node Name | LIKE STRING | Public | |
| MV_CONFIG_ID_BY_APPL | Instance Attribute | Config. 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