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_GRAPHIC

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_GRID

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_WD_TABLE_FEEDER

Inheritance

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_ASSISTANCE

Method 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 NameDescriptionVisability
AUT_GET_RESULTSGet content of elementsPublic
CALL METHOD /scf/cl_dm_wd_assist=>AUT_GET_RESULTS...more details

AUT_GRID_EVENTTrigger event on grid toolbarPublic
CALL METHOD /scf/cl_dm_wd_assist=>AUT_GRID_EVENT...more details

AUT_INITIALIZEInitialize without WD componentPublic
CALL METHOD /scf/cl_dm_wd_assist=>AUT_INITIALIZE...more details

AUT_NEW_GRID_ARRANGEMENTSwitch grid arrangementsPublic
CALL METHOD /scf/cl_dm_wd_assist=>AUT_NEW_GRID_ARRANGEMENT...more details

AUT_QUERYQuery dataPublic
CALL METHOD /scf/cl_dm_wd_assist=>AUT_QUERY...more details

AUT_UPDATE_VALUEUpdate single value (no other actions)Public
CALL METHOD /scf/cl_dm_wd_assist=>AUT_UPDATE_VALUE...more details

AUT_UPDATE_WITH_ENTERUpdate grid plus simulatePublic
CALL METHOD /scf/cl_dm_wd_assist=>AUT_UPDATE_WITH_ENTER...more details

CREATE_APPDATA_INSTANCECreat /SCF/CL_DATA_ICHDM instancePublic
CALL METHOD /scf/cl_dm_wd_assist=>CREATE_APPDATA_INSTANCE...more details

CREATE_DMV_HNDLRCreate /SCF/CL_ICHDMV_HNDLR instancePublic
CALL METHOD /scf/cl_dm_wd_assist=>CREATE_DMV_HNDLR...more details

CREATE_MSG_LOGInitialize message logPublic
CALL METHOD /scf/cl_dm_wd_assist=>CREATE_MSG_LOG...more details

DMFORM_INITIALIZEInitialize DM Form Component SettingsPublic
CALL METHOD /scf/cl_dm_wd_assist=>DMFORM_INITIALIZE...more details

DMFORM_QUERYPublic
CALL METHOD /scf/cl_dm_wd_assist=>DMFORM_QUERY...more details

DMGRAPHIC_FILLDATAfill the chart dataPublic
CALL METHOD /scf/cl_dm_wd_assist=>DMGRAPHIC_FILLDATA...more details

DMGRAPHIC_INITIALIZEInitialize DM graphic component settingPublic
CALL METHOD /scf/cl_dm_wd_assist=>DMGRAPHIC_INITIALIZE...more details

DMGRAPHIC_QUERYGet chart dataPublic
CALL METHOD /scf/cl_dm_wd_assist=>DMGRAPHIC_QUERY...more details

DMGRID_INITIALIZEPublic
CALL METHOD /scf/cl_dm_wd_assist=>DMGRID_INITIALIZE...more details

DMGRID_QUERYPublic
CALL METHOD /scf/cl_dm_wd_assist=>DMGRID_QUERY...more details

DMGRID_SET_BUTTONSCreate buttons on the toolbar.Public
CALL METHOD /scf/cl_dm_wd_assist=>DMGRID_SET_BUTTONS...more details

GET_CURRENT_VIEWGet the current data matrix viewPublic
CALL METHOD /scf/cl_dm_wd_assist=>GET_CURRENT_VIEW...more details

INITIALIZEIntializePublic
CALL METHOD /scf/cl_dm_wd_assist=>INITIALIZE...more details

PUBLISH_MESSAGESPublic
CALL METHOD /scf/cl_dm_wd_assist=>PUBLISH_MESSAGES...more details

READ_USERPROPERTIESFill the attribute s_userPublic
CALL METHOD /scf/cl_dm_wd_assist=>READ_USERPROPERTIES...more details

SELOPT_CREATE_SEARCH_FIELDSCreate search field for the selection option componentPrivate
CALL METHOD /scf/cl_dm_wd_assist=>SELOPT_CREATE_SEARCH_FIELDS...more details

SELOPT_INITIALIZEInitialize setting for the selection options componentPublic
CALL METHOD /scf/cl_dm_wd_assist=>SELOPT_INITIALIZE...more details

SELOPT_ON_EXECUTEEvent execute button click from /scf/cl_snc_seloptPublic
CALL METHOD /scf/cl_dm_wd_assist=>SELOPT_ON_EXECUTE...more details

SET_CURRENT_VIEWSet the current viewPublic
CALL METHOD /scf/cl_dm_wd_assist=>SET_CURRENT_VIEW...more details

SET_DMFORM_REFERENCESet Reference for the DM Form ComponentPublic
CALL METHOD /scf/cl_dm_wd_assist=>SET_DMFORM_REFERENCE...more details

SET_DMGRAPHIC_REFERENCESet reference for the DM graphic componentPublic
CALL METHOD /scf/cl_dm_wd_assist=>SET_DMGRAPHIC_REFERENCE...more details

SET_DMGRID_REFERENCEPublic
CALL METHOD /scf/cl_dm_wd_assist=>SET_DMGRID_REFERENCE...more details

SET_SELOPT_REFERENCESet reference for the Selection Options re-usable componentPublic
CALL METHOD /scf/cl_dm_wd_assist=>SET_SELOPT_REFERENCE...more details

VALIDATE_SELECTIONPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_DM_DETAILConstantApplication view'DETAIL'LIKE
/SCF/DM_VIEWNAME
Public
GC_DM_DETAIL_CConstantApplication view'DETAILC'LIKE
/SCF/DM_VIEWNAME
Public
GC_DM_DETAIL_SConstantApplication view'DETAILS'LIKE
/SCF/DM_VIEWNAME
Public
GC_DM_OVERVIEWConstantApplication view'OVERVIEW'LIKE
/SCF/DM_VIEWNAME
Public
GC_DM_OVERVIEW_CConstantApplication view'OVERVIEWC'LIKE
/SCF/DM_VIEWNAME
Public
GC_DM_OVERVIEW_SConstantApplication view'OVERVIEWS'LIKE
/SCF/DM_VIEWNAME
Public
GC_DM_PRODUCT_DETAILConstantApplication view'PRODUCTDETAIL'LIKE
/SCF/DM_VIEWNAME
Public
GC_DM_PRODUCT_DETAIL_CConstantApplication view'PRODUCTDETAILC'LIKE
/SCF/DM_VIEWNAME
Public
GC_DM_PRODUCT_DETAIL_SConstantApplication view'PRODUCTDETAILS'LIKE
/SCF/DM_VIEWNAME
Public
GC_RFC4USERMGMTConstantRFC role in SMI monitor (obsolete /SCF/RFCROLE)'USERMGMT'LIKE
CHAR10
Private
GC_SCRTYPE_MULTIPLEInstance AttributeMultiple view type'M'LIKE
CHAR1
Public
GC_SCRTYPE_SINGLEInstance AttributeSingle view type' 'LIKE
CHAR1
Public
GR_DATAMODELREFInstance AttributeAbstraction for application data classesLIKE
/SCF/CL_DM_APPL_MODEL_ABS
Public
GR_DMV_HNDLRInstance AttributeHandler for ICHDM viewLIKE
/SCF/CL_ICHDMV_HNDLR
Public
GR_DM_FORMInstance AttributeAssistance class for WD form componentLIKE
/SCF/CL_DM_WD_FORM_ASSIST
Public
GR_DM_GRAPHICInstance AttributeAssistance class for wd graphic componentLIKE
/SCF/CL_DM_WD_GRAPHIC_ASSIST
Public
GR_DM_GRIDInstance AttributeAssistance class for wd grid componentLIKE
/SCF/CL_DM_WD_GRID_ASSIST
Public
GR_MSGLOGInstance AttributeApplication logLIKE
/SCF/CL_APPLICATION_LOG
Private
GR_SNC_SELOPTInstance AttributeSNC reuse: Select Options HandlerLIKE
OBJECT
Public
GT_SELOPT_DATAInstance AttributeTabletype: Select Options Component ( /SCF/SNC_SELOPT_TAB)LIKE
DATA
Private
GV_APPDATAIDInstance AttributeApplication Data IDLIKE
/SCF/APPDATAID
Public
GV_APPIDInstance AttributeApplication NameLIKE
/SCF/APPID
Public
GV_APPVIEWTYPEInstance AttributeApplication view typeLIKE
/SCF/USERVIEW_WD
Public
GV_CURRENT_VIEWInstance AttributeApplication viewLIKE
/SCF/DM_VIEWNAME
Private
GV_INITIAL_STRInstance AttributeLIKE
STRING
Public
GV_MODEL_CLASSNAMEInstance AttributeClass NameLIKE
SEOCLSNAME
Private
GV_USERNAMEInstance AttributeUser nameLIKE
XUSER
Public
MS_A_GRID_CONTENTInstance AttributeTableview content and descriptionLIKE
/SCF/WD_DATA_STR
Private
MS_A_HEADER_CONTENTInstance AttributeWD data descriptionLIKE
/SCF/WD_DATA_STR
Private
MS_A_TABLE_CONTENTInstance AttributeWD data descriptionLIKE
/SCF/WD_DATA_STR
Private
MT_AUT_MESSAGESInstance AttributeApplication messages during automationLIKE
SFB_T_BAL_S_MSG
Private
MT_A_GRID_PERIODSInstance AttributeValue setLIKE
/SCF/CL_DM_WD_GRID_ASSIST=>PERIODINFO_SRT_TAB
Private
MY_MESSAGE_MANAGERInstance AttributeMessage ManagerLIKE
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



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!