SAP /SCF/CL_WD_APPL_MODEL_ABS OO Class - Abstract application model









/SCF/CL_WD_APPL_MODEL_ABS 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_WD_APPL_MODEL_ABS 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_WD_APPLICATION_ADMIN

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_EXCEPTION_MANAGER

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_SELECTION_MANAGER

Method list of /SCF/CL_WD_APPL_MODEL_ABS 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
BUILD_NAVIGATION_DATAPublic
CALL METHOD /scf/cl_wd_appl_model_abs=>BUILD_NAVIGATION_DATA...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scf/cl_wd_appl_model_abs=>CONSTRUCTOR...more details

CONTROL_SELECTION_RANGEProtected
CALL METHOD /scf/cl_wd_appl_model_abs=>CONTROL_SELECTION_RANGE...more details

CREATE_RANGE_TABLEPublic
CALL METHOD /scf/cl_wd_appl_model_abs=>CREATE_RANGE_TABLE...more details

CREATE_VARIANTProtected
CALL METHOD /scf/cl_wd_appl_model_abs=>CREATE_VARIANT...more details

DELETE_VARIANTProtected
CALL METHOD /scf/cl_wd_appl_model_abs=>DELETE_VARIANT...more details

EVENT_AUTHORITY_CHECKPublic
CALL METHOD /scf/cl_wd_appl_model_abs=>EVENT_AUTHORITY_CHECK...more details

GET_F4_HELPPublic
CALL METHOD /scf/cl_wd_appl_model_abs=>GET_F4_HELP...more details

GET_PLUG_PARAMETERSPublic
CALL METHOD /scf/cl_wd_appl_model_abs=>GET_PLUG_PARAMETERS...more details

HANDLE_ACTIONPublic
CALL METHOD /scf/cl_wd_appl_model_abs=>HANDLE_ACTION...more details

INITIALIZEPublic
CALL METHOD /scf/cl_wd_appl_model_abs=>INITIALIZE...more details

LOAD_VARIANTSFill T_VARIANTSProtected
CALL METHOD /scf/cl_wd_appl_model_abs=>LOAD_VARIANTS...more details

SET_CONTEXT_CONTENTProtected
CALL METHOD /scf/cl_wd_appl_model_abs=>SET_CONTEXT_CONTENT...more details

UPDATE_VARIANTProtected
CALL METHOD /scf/cl_wd_appl_model_abs=>UPDATE_VARIANT...more details



/SCF/CL_WD_APPL_MODEL_ABS 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
P_MESSAGE_LOGInstance AttributeApplication logLIKE
/SCF/CL_APPLICATION_LOG
Protected
P_SELECTION_MANAGERInstance AttributeLIKE
OBJECT
Protected
SELDATA_FROM_NAVIGATIONInstance AttributeLIKE
Public
SELRANGE_FROM_NAVIGATIONInstance AttributeLIKE
Public
S_VARIANT_CONTEXTInstance AttributeRuntime Type ServicesLIKE
/SCF/WD_CONTEXT_STR
Protected
T_CONTENTInstance AttributeWD-Element / -Context ContentLIKE
/SCF/WD_CONTEXT_CONTENT_TAB
Protected
T_CURRENT_SELDATAInstance AttributeData referenceLIKE
/SCF/WD_DATA
Protected
T_CURRENT_SELRANGEInstance AttributeWeb-Dynpro Selection RangeLIKE
/SCF/WD_SELRANGE_TAB
Protected
T_SELECTION_FIELDSInstance AttributeLIKE
Public
T_VARIANTSInstance AttributeSelection variantsLIKE
DATA
Protected
V_APPLICATION_CONTEXTInstance AttributeApplication model contextLIKE
DATA
Protected
V_SELMANAGER_CLASSNAMEInstance AttributeObject Type NameLIKE
SEOCLSNAME
Protected


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!