SAP TC_SADL_QUERY_ENGINE_BASE OO Class - Helper class for SADL Query Engine Tests









TC_SADL_QUERY_ENGINE_BASE 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 TC_SADL_QUERY_ENGINE_BASE 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 TC_SADL_QUERY_ENGINE_BASE 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
CREATE_OR_TRUNCATE_TABLEProtected
CALL METHOD tc_sadl_query_engine_base=>CREATE_OR_TRUNCATE_TABLE...more details

CREATE_VIEW_METADATAProtected
CALL METHOD tc_sadl_query_engine_base=>CREATE_VIEW_METADATA...more details

FEATURE_NOT_SUPPORTEDProtected
CALL METHOD tc_sadl_query_engine_base=>FEATURE_NOT_SUPPORTED...more details

SETUPPrivate
CALL METHOD tc_sadl_query_engine_base=>SETUP...more details

SET_DATATYPE_DATAProtected
CALL METHOD tc_sadl_query_engine_base=>SET_DATATYPE_DATA...more details

SET_HEADER_DATAProtected
CALL METHOD tc_sadl_query_engine_base=>SET_HEADER_DATA...more details

SET_ITEM_DATAProtected
CALL METHOD tc_sadl_query_engine_base=>SET_ITEM_DATA...more details

SET_TABLE_DATAProtected
CALL METHOD tc_sadl_query_engine_base=>SET_TABLE_DATA...more details



TC_SADL_QUERY_ENGINE_BASE 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
CO_DATATYPE_TABNAMEConstant`SADL_V_DATATYPE`LIKE
STRING
Protected
CO_HEADERConstant`HEADER_WITH_A_NAME_LONGER_THAN_30_CHARACTERS`LIKE
STRING
Public
CO_ITEMConstant`ITEM_WITH_A_NAME_LONGER_THAN_30_CHARACTERS`LIKE
STRING
Public
CO_KEY_FIGURE_FIELD_NAMEConstant`KFG`LIKE
STRING
Public
CO_NAMSPACE_TABNAMEConstant`/1BS/TEST_TABLE`LIKE
STRING
Protected
CO_VIEW_NAMEConstant`SADL_QE_V_DDVIEW`LIKE
STRING
Protected
CS_HEADERConstantLIKE
Public
CS_ITEMConstantLIKE
Public
CS_VIEWConstantLIKE
Public
CS_VIEW_ALIASConstantLIKE
Public
GS_DATATYPE_VIEW_MDStatic AttributeLIKE
IF_SADL_VIEW_DB=>TY_VIEW_METADATA
Protected
GS_VIEW_METADATAStatic AttributeLIKE
IF_SADL_VIEW_DB=>TY_VIEW_METADATA
Protected
GT_PREVIOUS_DATATYPE_DATAStatic AttributeLIKE
TT_TEST_DATATYPE
Private
GT_PREVIOUS_HEADER_DATAStatic AttributeLIKE
TT_TEST_HEADER
Private
GT_PREVIOUS_ITEM_DATAStatic AttributeLIKE
TT_TEST_ITEM
Private
GV_DT_DATA_IS_INITIALIZEDStatic AttributeLIKE
ABAP_BOOL
Private
GV_HAD_RUNStatic AttributeLIKE
ABAP_BOOL
Protected
GV_HEADER_DATA_IS_INITIALIZEDStatic AttributeLIKE
ABAP_BOOL
Private
GV_HEADER_TABLEStatic AttributeLIKE
STRING
Protected
GV_ITEM_DATA_IS_INITIALIZEDStatic AttributeLIKE
ABAP_BOOL
Private
GV_ITEM_TABLEStatic AttributeLIKE
STRING
Protected




TC_SADL_QUERY_ENGINE_BASE types

TT_TEST_DATATYPE -
TT_TEST_HEADER -
TT_TEST_ITEM -
TT_TEST_VIEW -
TT_TEST_VIEW_RESTR -
TT_TEST_VIEW_W_NON_DB_KFG -
TY_TEST_HEADER -
TY_TEST_ITEM -
TY_TEST_VIEW -
TY_TEST_VIEW_RESTR -
TY_TEST_VIEW_W_NON_DB_KFG -

Links to Related Class(s)

TC_SADL_...
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!