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_RESULT

Interface 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_TABLE

Method 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 NameDescriptionVisability
CLEAN_TT_DATAPrivate
CALL METHOD cl_salv_bs_tt_result_table=>CLEAN_TT_DATA...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_salv_bs_tt_result_table=>CONSTRUCTOR...more details

CREATE_DATAPrivate
CALL METHOD cl_salv_bs_tt_result_table=>CREATE_DATA...more details

CREATE_END_OF_LISTPrivate
CALL METHOD cl_salv_bs_tt_result_table=>CREATE_END_OF_LIST...more details

CREATE_MODELPrivate
CALL METHOD cl_salv_bs_tt_result_table=>CREATE_MODEL...more details

CREATE_RESULTPrivate
CALL METHOD cl_salv_bs_tt_result_table=>CREATE_RESULT...more details

CREATE_SERVICE_MANAGERPrivate
CALL METHOD cl_salv_bs_tt_result_table=>CREATE_SERVICE_MANAGER...more details

CREATE_TOP_OF_LISTPrivate
CALL METHOD cl_salv_bs_tt_result_table=>CREATE_TOP_OF_LIST...more details

CREATE_TT_DATAPrivate
CALL METHOD cl_salv_bs_tt_result_table=>CREATE_TT_DATA...more details

FILL_COLUMNPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_COLUMN...more details

FILL_COLUMNSPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_COLUMNS...more details

FILL_COLUMNS_HIDDENPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_COLUMNS_HIDDEN...more details

FILL_COLUMN_UIEPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_COLUMN_UIE...more details

FILL_END_OF_LISTPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_END_OF_LIST...more details

FILL_HYPERLINKSPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_HYPERLINKS...more details

FILL_IMAGESPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_IMAGES...more details

FILL_ROWPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW...more details

FILL_ROWSPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROWS...more details

FILL_ROW_CELLPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELL...more details

FILL_ROW_CELLSPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELLS...more details

FILL_ROW_CELL_HYPERLINKPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELL_HYPERLINK...more details

FILL_ROW_CELL_IMAGEPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELL_IMAGE...more details

FILL_ROW_CELL_VALUESETPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_ROW_CELL_VALUESET...more details

FILL_SELECTIONSPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_SELECTIONS...more details

FILL_SERVICESPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_SERVICES...more details

FILL_SERVICE_AGGRPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_SERVICE_AGGR...more details

FILL_SERVICE_FILTERPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_SERVICE_FILTER...more details

FILL_SERVICE_SORTPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_SERVICE_SORT...more details

FILL_TOP_OF_LISTPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_TOP_OF_LIST...more details

FILL_VALUESETSPrivate
CALL METHOD cl_salv_bs_tt_result_table=>FILL_VALUESETS...more details

GET_CELL_VALUEPrivate
CALL METHOD cl_salv_bs_tt_result_table=>GET_CELL_VALUE...more details

GET_HYPERLINK_VALUEPrivate
CALL METHOD cl_salv_bs_tt_result_table=>GET_HYPERLINK_VALUE...more details

GET_IMAGE_CONTENTPrivate
CALL METHOD cl_salv_bs_tt_result_table=>GET_IMAGE_CONTENT...more details

GET_IMAGE_VALUEPrivate
CALL METHOD cl_salv_bs_tt_result_table=>GET_IMAGE_VALUE...more details

GET_VALUESET_VALUEPrivate
CALL METHOD cl_salv_bs_tt_result_table=>GET_VALUESET_VALUE...more details

NEW_RESULT_TABLEPrivate
CALL METHOD cl_salv_bs_tt_result_table=>NEW_RESULT_TABLE...more details

SET_ESCAPING_REQUIREDPrivate
CALL METHOD cl_salv_bs_tt_result_table=>SET_ESCAPING_REQUIRED...more details

TRANS_COLUMNPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_COLUMN...more details

TRANS_COLUMNSPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_COLUMNS...more details

TRANS_HYPERLINKSPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_HYPERLINKS...more details

TRANS_IMAGESPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_IMAGES...more details

TRANS_LAYOUTPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_LAYOUT...more details

TRANS_SELECTIONSPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SELECTIONS...more details

TRANS_SERVICESPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SERVICES...more details

TRANS_SERVICE_AGGRPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SERVICE_AGGR...more details

TRANS_SERVICE_FILTERPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SERVICE_FILTER...more details

TRANS_SERVICE_SORTPrivate
CALL METHOD cl_salv_bs_tt_result_table=>TRANS_SERVICE_SORT...more details

TRANS_VALUESETSPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
ESCAPING_REQUIREDInstance AttributeLIKE
Private
FILLED_COLUMNSInstance AttributeLIKE
Private
FILLED_END_OF_LISTInstance AttributeLIKE
Private
FILLED_ROWSInstance AttributeLIKE
Private
FILLED_SELECTIONSInstance AttributeLIKE
Private
FILLED_SERVICE_AGGRInstance AttributeLIKE
Private
FILLED_SERVICE_FILTERInstance AttributeLIKE
Private
FILLED_SERVICE_SORTInstance AttributeLIKE
Private
FILLED_TOP_OF_LISTInstance AttributeLIKE
Private
HAS_IMAGESInstance AttributeDo Images/Icons Exist?abap_falseLIKE
ABAP_BOOL
Private
IS_DISPLAY_AS_HIERARCHYInstance AttributeLIKE
Private
T_RESULT_AGGR_LINE_DATAInstance AttributeLIKE
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



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!