SAP CL_SALV_IDA_TEST_FUNC_FLD_PROP OO Class - Testing of Field properties including UI
CL_SALV_IDA_TEST_FUNC_FLD_PROP 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 CL_SALV_IDA_TEST_FUNC_FLD_PROP 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 CL_SALV_IDA_TEST_FUNC_FLD_PROP 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 |
| CONSTRUCTOR | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>CONSTRUCTOR...more details | ||
| CREATE_DATA_TABLE | Private | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>CREATE_DATA_TABLE...more details | ||
| CREATE_FIELDCAT | Private | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>CREATE_FIELDCAT...more details | ||
| CREATE_LAYOUT | Private | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>CREATE_LAYOUT...more details | ||
| CREATE_SERVICES | Private | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>CREATE_SERVICES...more details | ||
| DISPLAY | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>DISPLAY...more details | ||
|
| ||
| DISPLAY_AS_POPUP | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>DISPLAY_AS_POPUP...more details | ||
| EXIT | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>EXIT...more details | ||
| FREE | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>FREE...more details | ||
| GET_AGGREGATION_DISABLED | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_AGGREGATION_DISABLED...more details | ||
| GET_AGGREGATION_RULES | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_AGGREGATION_RULES...more details | ||
| GET_ATS_RULES | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_ATS_RULES...more details | ||
| GET_AVAILABLE_FIELDS | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_AVAILABLE_FIELDS...more details | ||
| GET_COLUMNS_OF_GROUP | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_COLUMNS_OF_GROUP...more details | ||
| GET_CONTAINER_CONTENT | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_CONTAINER_CONTENT...more details | ||
| GET_FILTER_DISABLED | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_FILTER_DISABLED...more details | ||
| GET_GROUPING_RULES | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_GROUPING_RULES...more details | ||
| GET_IN_SEARCH_SCOPE | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_IN_SEARCH_SCOPE...more details | ||
| GET_KEY_FIELDS | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_KEY_FIELDS...more details | ||
| GET_SORT_DISABLED | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_SORT_DISABLED...more details | ||
| GET_SORT_NOT_AS_TEXT | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_SORT_NOT_AS_TEXT...more details | ||
| GET_TECH_INFOS_FOR_FIELD | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_TECH_INFOS_FOR_FIELD...more details | ||
| GET_UI_INFOS_FOR_FIELD | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_UI_INFOS_FOR_FIELD...more details | ||
| GET_VISIBLE_FIELDS | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>GET_VISIBLE_FIELDS...more details | ||
| HANDLE_DATA_CHANGED | Private | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>HANDLE_DATA_CHANGED...more details | ||
| LOAD_FROM_SELECT_OPTIONS | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>LOAD_FROM_SELECT_OPTIONS...more details | ||
| LOCK_INITIAL_FUNCTIONS | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>LOCK_INITIAL_FUNCTIONS...more details | ||
| REFRESH | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>REFRESH...more details | ||
| STORE_IN_SELECT_OPTIONS | Public | |
| CALL METHOD cl_salv_ida_test_func_fld_prop=>STORE_IN_SELECT_OPTIONS...more details | ||
CL_SALV_IDA_TEST_FUNC_FLD_PROP 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 |
| MC_CHECKBOX_VALUE | Constant | LIKE | Public | ||
| MC_COLUMN_GROUPS | Constant | LIKE | Public | ||
| MC_DDLBX_HANDLE | Constant | LIKE | Private | ||
| MC_FIELD_NAMES | Constant | LIKE | Private | ||
| MC_FIELD_PROPERTY_NAME | Constant | LIKE | Public | ||
| MC_FIELD_PROPERTY_VALUE | Constant | LIKE | Public | ||
| MC_UI_UCOMM | Constant | LIKE | Public | ||
| MO_ALV_GRID | Instance Attribute | LIKE CL_GUI_ALV_GRID | Private | ||
| MO_PARENT | Instance Attribute | LIKE CL_GUI_CONTAINER | Private | ||
| MS_LAYOUT | Instance Attribute | LIKE LVC_S_LAYO | Private | ||
| MT_DDLBX_AGGREGATION_TYPE | Instance Attribute | LIKE LVC_T_DROP | Private | ||
| MT_DDLBX_FIELDNAME | Instance Attribute | LIKE LVC_T_DROP | Private | ||
| MT_DDLBX_SORT_DIRECTION | Instance Attribute | LIKE LVC_T_DROP | Private | ||
| MT_DISPLAY_FUNCTIONS | Instance Attribute | LIKE YT_DISPLAY_FUNCTIONS | Private | ||
| MT_FIELDCATALOG | Instance Attribute | LIKE LVC_T_FCAT | Private | ||
| MT_SORT_RULE | Instance Attribute | LIKE LVC_T_SORT | Private | ||
| MV_CLIENT_FIELD_NAME | Instance Attribute | LIKE IF_SALV_GUI_TYPES_IDA=>Y_FIELD_NAME | Private |
Events of Class CL_SALV_IDA_TEST_FUNC_FLD_PROP
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... CLOSE -CL_SALV_IDA_TEST_FUNC_FLD_PROP types
YS_DISPLAY_FUNCTIONS -YS_SELOPT -
YTR_FIELD_NAME -
YTR_PROPERTY_NAME -
YT_DISPLAY_FUNCTIONS -
Y_FIELD_NAME -
Y_HIGH -
Y_LOW -
Y_PROP_NAME -
Y_TEXT -
Links to Related Class(s)
CL_SALV_...Full list of available SAP object classes
Search for further information about these or an SAP related objects