SAP /SCF/CL_DM_WD_ASSIST OO Class - Assistance class for data matrix wd ui
/SCF/CL_DM_WD_ASSIST 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 /SCF/CL_DM_WD_ASSIST including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCF/IF_DM_WD_GRAPHICInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCF/IF_DM_WD_GRIDInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCF/IF_WD_TABLE_FEEDERInheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCF/CL_DM_WD_ASSIST is CL_WD_COMPONENT_ASSISTANCEMethod list of /SCF/CL_DM_WD_ASSIST 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 |
| AUT_GET_RESULTS | Get content of elements | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>AUT_GET_RESULTS...more details | ||
| AUT_GRID_EVENT | Trigger event on grid toolbar | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>AUT_GRID_EVENT...more details | ||
| AUT_INITIALIZE | Initialize without WD component | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>AUT_INITIALIZE...more details | ||
| AUT_NEW_GRID_ARRANGEMENT | Switch grid arrangements | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>AUT_NEW_GRID_ARRANGEMENT...more details | ||
| AUT_QUERY | Query data | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>AUT_QUERY...more details | ||
| AUT_UPDATE_VALUE | Update single value (no other actions) | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>AUT_UPDATE_VALUE...more details | ||
|
| ||
| AUT_UPDATE_WITH_ENTER | Update grid plus simulate | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>AUT_UPDATE_WITH_ENTER...more details | ||
| CREATE_APPDATA_INSTANCE | Creat /SCF/CL_DATA_ICHDM instance | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>CREATE_APPDATA_INSTANCE...more details | ||
| CREATE_DMV_HNDLR | Create /SCF/CL_ICHDMV_HNDLR instance | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>CREATE_DMV_HNDLR...more details | ||
| CREATE_MSG_LOG | Initialize message log | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>CREATE_MSG_LOG...more details | ||
| DMFORM_INITIALIZE | Initialize DM Form Component Settings | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>DMFORM_INITIALIZE...more details | ||
| DMFORM_QUERY | Public | |
| CALL METHOD /scf/cl_dm_wd_assist=>DMFORM_QUERY...more details | ||
| DMGRAPHIC_FILLDATA | fill the chart data | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>DMGRAPHIC_FILLDATA...more details | ||
| DMGRAPHIC_INITIALIZE | Initialize DM graphic component setting | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>DMGRAPHIC_INITIALIZE...more details | ||
| DMGRAPHIC_QUERY | Get chart data | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>DMGRAPHIC_QUERY...more details | ||
| DMGRID_INITIALIZE | Public | |
| CALL METHOD /scf/cl_dm_wd_assist=>DMGRID_INITIALIZE...more details | ||
| DMGRID_QUERY | Public | |
| CALL METHOD /scf/cl_dm_wd_assist=>DMGRID_QUERY...more details | ||
| DMGRID_SET_BUTTONS | Create buttons on the toolbar. | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>DMGRID_SET_BUTTONS...more details | ||
| GET_CURRENT_VIEW | Get the current data matrix view | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>GET_CURRENT_VIEW...more details | ||
| INITIALIZE | Intialize | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>INITIALIZE...more details | ||
| PUBLISH_MESSAGES | Public | |
| CALL METHOD /scf/cl_dm_wd_assist=>PUBLISH_MESSAGES...more details | ||
| READ_USERPROPERTIES | Fill the attribute s_user | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>READ_USERPROPERTIES...more details | ||
| SELOPT_CREATE_SEARCH_FIELDS | Create search field for the selection option component | Private |
| CALL METHOD /scf/cl_dm_wd_assist=>SELOPT_CREATE_SEARCH_FIELDS...more details | ||
| SELOPT_INITIALIZE | Initialize setting for the selection options component | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>SELOPT_INITIALIZE...more details | ||
| SELOPT_ON_EXECUTE | Event execute button click from /scf/cl_snc_selopt | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>SELOPT_ON_EXECUTE...more details | ||
| SET_CURRENT_VIEW | Set the current view | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>SET_CURRENT_VIEW...more details | ||
| SET_DMFORM_REFERENCE | Set Reference for the DM Form Component | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>SET_DMFORM_REFERENCE...more details | ||
| SET_DMGRAPHIC_REFERENCE | Set reference for the DM graphic component | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>SET_DMGRAPHIC_REFERENCE...more details | ||
| SET_DMGRID_REFERENCE | Public | |
| CALL METHOD /scf/cl_dm_wd_assist=>SET_DMGRID_REFERENCE...more details | ||
| SET_SELOPT_REFERENCE | Set reference for the Selection Options re-usable component | Public |
| CALL METHOD /scf/cl_dm_wd_assist=>SET_SELOPT_REFERENCE...more details | ||
| VALIDATE_SELECTION | Public | |
| CALL METHOD /scf/cl_dm_wd_assist=>VALIDATE_SELECTION...more details | ||
/SCF/CL_DM_WD_ASSIST 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_DM_DETAIL | Constant | Application view | 'DETAIL' | LIKE /SCF/DM_VIEWNAME | Public |
| GC_DM_DETAIL_C | Constant | Application view | 'DETAILC' | LIKE /SCF/DM_VIEWNAME | Public |
| GC_DM_DETAIL_S | Constant | Application view | 'DETAILS' | LIKE /SCF/DM_VIEWNAME | Public |
| GC_DM_OVERVIEW | Constant | Application view | 'OVERVIEW' | LIKE /SCF/DM_VIEWNAME | Public |
| GC_DM_OVERVIEW_C | Constant | Application view | 'OVERVIEWC' | LIKE /SCF/DM_VIEWNAME | Public |
| GC_DM_OVERVIEW_S | Constant | Application view | 'OVERVIEWS' | LIKE /SCF/DM_VIEWNAME | Public |
| GC_DM_PRODUCT_DETAIL | Constant | Application view | 'PRODUCTDETAIL' | LIKE /SCF/DM_VIEWNAME | Public |
| GC_DM_PRODUCT_DETAIL_C | Constant | Application view | 'PRODUCTDETAILC' | LIKE /SCF/DM_VIEWNAME | Public |
| GC_DM_PRODUCT_DETAIL_S | Constant | Application view | 'PRODUCTDETAILS' | LIKE /SCF/DM_VIEWNAME | Public |
| GC_RFC4USERMGMT | Constant | RFC role in SMI monitor (obsolete /SCF/RFCROLE) | 'USERMGMT' | LIKE CHAR10 | Private |
| GC_SCRTYPE_MULTIPLE | Instance Attribute | Multiple view type | 'M' | LIKE CHAR1 | Public |
| GC_SCRTYPE_SINGLE | Instance Attribute | Single view type | ' ' | LIKE CHAR1 | Public |
| GR_DATAMODELREF | Instance Attribute | Abstraction for application data classes | LIKE /SCF/CL_DM_APPL_MODEL_ABS | Public | |
| GR_DMV_HNDLR | Instance Attribute | Handler for ICHDM view | LIKE /SCF/CL_ICHDMV_HNDLR | Public | |
| GR_DM_FORM | Instance Attribute | Assistance class for WD form component | LIKE /SCF/CL_DM_WD_FORM_ASSIST | Public | |
| GR_DM_GRAPHIC | Instance Attribute | Assistance class for wd graphic component | LIKE /SCF/CL_DM_WD_GRAPHIC_ASSIST | Public | |
| GR_DM_GRID | Instance Attribute | Assistance class for wd grid component | LIKE /SCF/CL_DM_WD_GRID_ASSIST | Public | |
| GR_MSGLOG | Instance Attribute | Application log | LIKE /SCF/CL_APPLICATION_LOG | Private | |
| GR_SNC_SELOPT | Instance Attribute | SNC reuse: Select Options Handler | LIKE OBJECT | Public | |
| GT_SELOPT_DATA | Instance Attribute | Tabletype: Select Options Component ( /SCF/SNC_SELOPT_TAB) | LIKE DATA | Private | |
| GV_APPDATAID | Instance Attribute | Application Data ID | LIKE /SCF/APPDATAID | Public | |
| GV_APPID | Instance Attribute | Application Name | LIKE /SCF/APPID | Public | |
| GV_APPVIEWTYPE | Instance Attribute | Application view type | LIKE /SCF/USERVIEW_WD | Public | |
| GV_CURRENT_VIEW | Instance Attribute | Application view | LIKE /SCF/DM_VIEWNAME | Private | |
| GV_INITIAL_STR | Instance Attribute | LIKE STRING | Public | ||
| GV_MODEL_CLASSNAME | Instance Attribute | Class Name | LIKE SEOCLSNAME | Private | |
| GV_USERNAME | Instance Attribute | User name | LIKE XUSER | Public | |
| MS_A_GRID_CONTENT | Instance Attribute | Tableview content and description | LIKE /SCF/WD_DATA_STR | Private | |
| MS_A_HEADER_CONTENT | Instance Attribute | WD data description | LIKE /SCF/WD_DATA_STR | Private | |
| MS_A_TABLE_CONTENT | Instance Attribute | WD data description | LIKE /SCF/WD_DATA_STR | Private | |
| MT_AUT_MESSAGES | Instance Attribute | Application messages during automation | LIKE SFB_T_BAL_S_MSG | Private | |
| MT_A_GRID_PERIODS | Instance Attribute | Value set | LIKE /SCF/CL_DM_WD_GRID_ASSIST=>PERIODINFO_SRT_TAB | Private | |
| MY_MESSAGE_MANAGER | Instance Attribute | Message Manager | LIKE IF_WD_MESSAGE_MANAGER | Public |
Links to Related Class(s)
/SCF/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects