SAP CL_SALV_BS_TT_RESULT_TABLE OO Class -
CL_SALV_BS_TT_RESULT_TABLE 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_BS_TT_RESULT_TABLE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_SALV_BS_TT_RESULT_TABLE is CL_SALV_BS_TT_RESULTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SALV_BS_TT_RESULT_TABLEMethod list of CL_SALV_BS_TT_RESULT_TABLE 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 |
| CLEAN_TT_DATA | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>CLEAN_TT_DATA...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_salv_bs_tt_result_table=>CONSTRUCTOR...more details | ||
| CREATE_DATA | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>CREATE_DATA...more details | ||
| CREATE_END_OF_LIST | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>CREATE_END_OF_LIST...more details | ||
| CREATE_MODEL | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>CREATE_MODEL...more details | ||
| CREATE_RESULT | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>CREATE_RESULT...more details | ||
|
| ||
| CREATE_SERVICE_MANAGER | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>CREATE_SERVICE_MANAGER...more details | ||
| CREATE_TOP_OF_LIST | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>CREATE_TOP_OF_LIST...more details | ||
| CREATE_TT_DATA | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>CREATE_TT_DATA...more details | ||
| FILL_COLUMN | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_COLUMN...more details | ||
| FILL_COLUMNS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_COLUMNS...more details | ||
| FILL_COLUMNS_HIDDEN | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_COLUMNS_HIDDEN...more details | ||
| FILL_COLUMN_UIE | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_COLUMN_UIE...more details | ||
| FILL_END_OF_LIST | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_END_OF_LIST...more details | ||
| FILL_HYPERLINKS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_HYPERLINKS...more details | ||
| FILL_IMAGES | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_IMAGES...more details | ||
| FILL_ROW | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW...more details | ||
| FILL_ROWS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROWS...more details | ||
| FILL_ROW_CELL | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELL...more details | ||
| FILL_ROW_CELLS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELLS...more details | ||
| FILL_ROW_CELL_HYPERLINK | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELL_HYPERLINK...more details | ||
| FILL_ROW_CELL_IMAGE | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELL_IMAGE...more details | ||
| FILL_ROW_CELL_VALUESET | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELL_VALUESET...more details | ||
| FILL_SELECTIONS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_SELECTIONS...more details | ||
| FILL_SERVICES | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_SERVICES...more details | ||
| FILL_SERVICE_AGGR | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_SERVICE_AGGR...more details | ||
| FILL_SERVICE_FILTER | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_SERVICE_FILTER...more details | ||
| FILL_SERVICE_SORT | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_SERVICE_SORT...more details | ||
| FILL_TOP_OF_LIST | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_TOP_OF_LIST...more details | ||
| FILL_VALUESETS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>FILL_VALUESETS...more details | ||
| GET_CELL_VALUE | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>GET_CELL_VALUE...more details | ||
| GET_HYPERLINK_VALUE | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>GET_HYPERLINK_VALUE...more details | ||
| GET_IMAGE_CONTENT | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>GET_IMAGE_CONTENT...more details | ||
| GET_IMAGE_VALUE | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>GET_IMAGE_VALUE...more details | ||
| GET_VALUESET_VALUE | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>GET_VALUESET_VALUE...more details | ||
| NEW_RESULT_TABLE | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>NEW_RESULT_TABLE...more details | ||
| SET_ESCAPING_REQUIRED | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>SET_ESCAPING_REQUIRED...more details | ||
| TRANS_COLUMN | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_COLUMN...more details | ||
| TRANS_COLUMNS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_COLUMNS...more details | ||
| TRANS_HYPERLINKS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_HYPERLINKS...more details | ||
| TRANS_IMAGES | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_IMAGES...more details | ||
| TRANS_LAYOUT | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_LAYOUT...more details | ||
| TRANS_SELECTIONS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SELECTIONS...more details | ||
| TRANS_SERVICES | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SERVICES...more details | ||
| TRANS_SERVICE_AGGR | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SERVICE_AGGR...more details | ||
| TRANS_SERVICE_FILTER | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SERVICE_FILTER...more details | ||
| TRANS_SERVICE_SORT | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SERVICE_SORT...more details | ||
| TRANS_VALUESETS | Private | |
| CALL METHOD cl_salv_bs_tt_result_table=>TRANS_VALUESETS...more details | ||
CL_SALV_BS_TT_RESULT_TABLE 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 |
| ESCAPING_REQUIRED | Instance Attribute | LIKE | Private | ||
| FILLED_COLUMNS | Instance Attribute | LIKE | Private | ||
| FILLED_END_OF_LIST | Instance Attribute | LIKE | Private | ||
| FILLED_ROWS | Instance Attribute | LIKE | Private | ||
| FILLED_SELECTIONS | Instance Attribute | LIKE | Private | ||
| FILLED_SERVICE_AGGR | Instance Attribute | LIKE | Private | ||
| FILLED_SERVICE_FILTER | Instance Attribute | LIKE | Private | ||
| FILLED_SERVICE_SORT | Instance Attribute | LIKE | Private | ||
| FILLED_TOP_OF_LIST | Instance Attribute | LIKE | Private | ||
| HAS_IMAGES | Instance Attribute | Do Images/Icons Exist? | abap_false | LIKE ABAP_BOOL | Private |
| IS_DISPLAY_AS_HIERARCHY | Instance Attribute | LIKE | Private | ||
| T_RESULT_AGGR_LINE_DATA | Instance Attribute | LIKE | Private |
CL_SALV_BS_TT_RESULT_TABLE types
YS_RESULT_AGGR_LINE_DATA -YT_RESULT_AGGR_LINE_DATA -
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