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_ADMINInterface 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_MANAGERInterface 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_MANAGERMethod 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 Name | Description | Visability |
| BUILD_NAVIGATION_DATA | Public | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>BUILD_NAVIGATION_DATA...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scf/cl_wd_appl_model_abs=>CONSTRUCTOR...more details | ||
| CONTROL_SELECTION_RANGE | Protected | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>CONTROL_SELECTION_RANGE...more details | ||
| CREATE_RANGE_TABLE | Public | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>CREATE_RANGE_TABLE...more details | ||
| CREATE_VARIANT | Protected | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>CREATE_VARIANT...more details | ||
| DELETE_VARIANT | Protected | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>DELETE_VARIANT...more details | ||
|
| ||
| EVENT_AUTHORITY_CHECK | Public | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>EVENT_AUTHORITY_CHECK...more details | ||
| GET_F4_HELP | Public | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>GET_F4_HELP...more details | ||
| GET_PLUG_PARAMETERS | Public | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>GET_PLUG_PARAMETERS...more details | ||
| HANDLE_ACTION | Public | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>HANDLE_ACTION...more details | ||
| INITIALIZE | Public | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>INITIALIZE...more details | ||
| LOAD_VARIANTS | Fill T_VARIANTS | Protected |
| CALL METHOD /scf/cl_wd_appl_model_abs=>LOAD_VARIANTS...more details | ||
| SET_CONTEXT_CONTENT | Protected | |
| CALL METHOD /scf/cl_wd_appl_model_abs=>SET_CONTEXT_CONTENT...more details | ||
| UPDATE_VARIANT | Protected | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| P_MESSAGE_LOG | Instance Attribute | Application log | LIKE /SCF/CL_APPLICATION_LOG | Protected | |
| P_SELECTION_MANAGER | Instance Attribute | LIKE OBJECT | Protected | ||
| SELDATA_FROM_NAVIGATION | Instance Attribute | LIKE | Public | ||
| SELRANGE_FROM_NAVIGATION | Instance Attribute | LIKE | Public | ||
| S_VARIANT_CONTEXT | Instance Attribute | Runtime Type Services | LIKE /SCF/WD_CONTEXT_STR | Protected | |
| T_CONTENT | Instance Attribute | WD-Element / -Context Content | LIKE /SCF/WD_CONTEXT_CONTENT_TAB | Protected | |
| T_CURRENT_SELDATA | Instance Attribute | Data reference | LIKE /SCF/WD_DATA | Protected | |
| T_CURRENT_SELRANGE | Instance Attribute | Web-Dynpro Selection Range | LIKE /SCF/WD_SELRANGE_TAB | Protected | |
| T_SELECTION_FIELDS | Instance Attribute | LIKE | Public | ||
| T_VARIANTS | Instance Attribute | Selection variants | LIKE DATA | Protected | |
| V_APPLICATION_CONTEXT | Instance Attribute | Application model context | LIKE DATA | Protected | |
| V_SELMANAGER_CLASSNAME | Instance Attribute | Object Type Name | LIKE 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