SAP IF_BSP_WD_MODEL_SETTER_GETTER OO Class - Templates for Enhanced Model Link
IF_BSP_WD_MODEL_SETTER_GETTER 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 IF_BSP_WD_MODEL_SETTER_GETTER 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 IF_BSP_WD_MODEL_SETTER_GETTER 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 |
| _GET_AC_XYZ | Template Method for Field Action Menu Getter | Public |
| CALL METHOD if_bsp_wd_model_setter_getter=>_GET_AC_XYZ...more details | ||
| _GET_A_XYZ | Template Method for Switch Data Getter | Public |
| CALL METHOD if_bsp_wd_model_setter_getter=>_GET_A_XYZ...more details | ||
| _GET_I_XYZ | Template Method for Ready for Input Status Getter | Public |
| CALL METHOD if_bsp_wd_model_setter_getter=>_GET_I_XYZ...more details | ||
| _GET_P_XYZ | Template Method for Field Property Getter | Public |
| CALL METHOD if_bsp_wd_model_setter_getter=>_GET_P_XYZ...more details | ||
| _GET_V_XYZ | Template Method for Input Help Getter | Public |
| CALL METHOD if_bsp_wd_model_setter_getter=>_GET_V_XYZ...more details | ||
IF_BSP_WD_MODEL_SETTER_GETTER 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 |
| DESIGNTIME_MODE | Constant | Call Mode: Design Time | 'D' | LIKE CHAR1 | Public |
| FC_FIXED | Constant | focus value is fixed | 'FIXED' | LIKE STRING | Public |
| FC_SVH_DISABLE_ALL | Constant | Smart Value Help: disable all | 'X' | LIKE STRING | Public |
| FC_SVH_DISABLE_BACKGR_SEARCH | Constant | 'backgrSearch' | LIKE STRING | Public | |
| FC_SVH_DISABLE_LAST_ENTRIES | Constant | Smart Value Help: disable only 'last entires' | 'lastEntries' | LIKE STRING | Public |
| FC_SVH_DISABLE_NONE | Constant | Smart Value Help: disable none | '' | LIKE STRING | Public |
| FP_BGCOLOR | Constant | Background of a cell | 'backgroundColor' | LIKE STRING | Public |
| FP_CHANNEL_ADDRESS | Constant | 'channelAddress' | LIKE STRING | Public | |
| FP_CHANNEL_SERVICE_CLASS | Constant | 'channelServiceClass' | LIKE STRING | Public | |
| FP_CHANNEL_TYPE | Constant | 'channelType' | LIKE STRING | Public | |
| FP_CUSTOM_CSS | Constant | Custom CSS | 'customCSS' | LIKE STRING | Public |
| FP_DETAIL_LINK | Constant | Field Attribute | 'DetailLink' | LIKE STRING | Public |
| FP_DISABLE | Constant | Field disabled? | 'disableInput' | LIKE STRING | Public |
| FP_DISABLE_FILTER | Constant | disable Filter | 'disableFilter' | LIKE STRING | Public |
| FP_DISABLE_GRAPHIC | Constant | disable column for Table Graphic | 'disableGraphic' | LIKE STRING | Public |
| FP_DISABLE_SMART_VALUE_HELP | Constant | disable Smar Value help | 'disableSVH' | LIKE STRING | Public |
| FP_FIELDTYPE | Constant | 'fieldType' | LIKE STRING | Public | |
| FP_FOCUS | Constant | 'focus' | LIKE STRING | Public | |
| FP_GROUP | Constant | 'group' | LIKE STRING | Public | |
| FP_INPUTTYPE | Constant | 'inputType' | LIKE STRING | Public | |
| FP_INPUT_HELP_MANDATORY | Constant | input help mandarory | 'isInputHelpMandatory' | LIKE STRING | Public |
| FP_INPUT_MANDATORY | Constant | input mandatory | 'inputMandatory' | LIKE STRING | Public |
| FP_LINK_DESIGN | Constant | 'linkDesign' | LIKE STRING | Public | |
| FP_MICROCHART_COLOR | Constant | MicroChart Color | 'microchartColor' | LIKE STRING | Public |
| FP_ONCLICK | Constant | 'onClick' | LIKE STRING | Public | |
| FP_PICKLIST_CUSTOM_SORTING | Constant | Application sorting order is important | 'picklistCustomSorting' | LIKE STRING | Public |
| FP_PLACEAT | Constant | Tag 'placeAt' attribute | 'placeAt' | LIKE STRING | Public |
| FP_PROGRESSBAR_COLOR | Constant | ProgressBar barColor value | 'progressBarColor' | LIKE STRING | Public |
| FP_PROGRESSBAR_DISPLAYVALUE | Constant | ProgressBar displayValue value | 'progressBarDisplayValue' | LIKE STRING | Public |
| FP_PROGRESSBAR_PERCENTVALUE | Constant | ProgressBar percentValue value | 'progressBarPercentValue' | LIKE STRING | Public |
| FP_PROGRESSBAR_SHOWVALUE | Constant | ProgressBar showValue value | 'progressBarShowValue' | LIKE STRING | Public |
| FP_RADIO_COLS | Constant | 'radioCols' | LIKE STRING | Public | |
| FP_REGOVERLAY | Constant | Register element for overlay preview | 'regoverlay' | LIKE STRING | Public |
| FP_SEMANTIC_COLOR | Constant | Semantic Color | 'semanticColor' | LIKE STRING | Public |
| FP_SERVER_EVENT | Constant | Field Attribute | 'ServerEvent' | LIKE STRING | Public |
| FP_SORTABLE | Constant | 'sortable' | LIKE STRING | Public | |
| FP_TEXTAREA_COLS | Constant | 'textareaCols' | LIKE STRING | Public | |
| FP_TEXTAREA_ROWS | Constant | 'textareaRows' | LIKE STRING | Public | |
| FP_TEXT_DIRECTION | Constant | 'textDirection' | LIKE STRING | Public | |
| FP_TIMEPICKER_FORMAT | Constant | 'timeFormat' | LIKE STRING | Public | |
| FP_TIMEPICKER_RANGE | Constant | 'timeRange' | LIKE STRING | Public | |
| FP_TOOLTIP | Constant | 'tooltip' | LIKE STRING | Public | |
| FP_USE_COLLECTION_SORTING | Constant | return abap_true to not sort entries ascending | 'useCollectionSorting' | LIKE STRING | Public |
| RUNTIME_MODE | Constant | Call Mode: Runtime | 'R' | LIKE CHAR1 | Public |
Links to Related Class(s)
IF_BSP_W...Full list of available SAP object classes
Search for further information about these or an SAP related objects