SAP IF_FDT_TEST_TOOL OO Class - FDT: Test Tool









IF_FDT_TEST_TOOL 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_FDT_TEST_TOOL 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_FDT_TEST_TOOL 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
COPY_TEST_CASECopy test case to another namePublic
CALL METHOD if_fdt_test_tool=>COPY_TEST_CASE...more details

CREATE_TEST_CASECreate a test casePublic
CALL METHOD if_fdt_test_tool=>CREATE_TEST_CASE...more details

DELETE_TEST_CASEDelete one or more test case(s)Public
CALL METHOD if_fdt_test_tool=>DELETE_TEST_CASE...more details

DELETE_TEST_CASE_RUNDelete one or more test case run(s)Public
CALL METHOD if_fdt_test_tool=>DELETE_TEST_CASE_RUN...more details

EXECUTE_TEST_CASEExecute a test casePublic
CALL METHOD if_fdt_test_tool=>EXECUTE_TEST_CASE...more details

EXECUTE_TEST_CASE_BUNDLEExecute a list of test casesPublic
CALL METHOD if_fdt_test_tool=>EXECUTE_TEST_CASE_BUNDLE...more details

EXPORT_TO_ZIPExport test cases into a ZIP-filePublic
CALL METHOD if_fdt_test_tool=>EXPORT_TO_ZIP...more details

IMPORT_FROM_ZIPImport test cases from a ZIP-filePublic
CALL METHOD if_fdt_test_tool=>IMPORT_FROM_ZIP...more details

READ_TEST_CASERead a test casePublic
CALL METHOD if_fdt_test_tool=>READ_TEST_CASE...more details

READ_TEST_CASE_LISTGet a list of test casesPublic
CALL METHOD if_fdt_test_tool=>READ_TEST_CASE_LIST...more details

READ_TEST_CASE_RUNRead the test case runs of a test casePublic
CALL METHOD if_fdt_test_tool=>READ_TEST_CASE_RUN...more details

UPDATE_TEST_CASEUpdate a test casePublic
CALL METHOD if_fdt_test_tool=>UPDATE_TEST_CASE...more details



IF_FDT_TEST_TOOL 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
GC_COMPARISON_EXCEPTIONConstantComparison not possible because of exception'E'LIKE
COMPARISON_MODE
Public
GC_COMPARISON_FAILUREConstantComparison was not successful' 'LIKE
COMPARISON_MODE
Public
GC_COMPARISON_NOT_APPLICABLEConstantComparison is not applicable'N'LIKE
COMPARISON_MODE
Public
GC_COMPARISON_SUCCESSConstantComparison was successful'X'LIKE
COMPARISON_MODE
Public
GC_IMPORT_MODE_FAILConstantFail if test case exists already'F'LIKE
IMPORT_MODE
Public
GC_IMPORT_MODE_MEMORYConstantNo save, import only into memory' 'LIKE
IMPORT_MODE
Public
GC_IMPORT_MODE_REPLACEConstantOverwrite, if test case exists already'R'LIKE
IMPORT_MODE
Public
GC_IMPORT_MODE_SKIPConstantSkip, if test case exists already'S'LIKE
IMPORT_MODE
Public
GC_MODE_LOCAL_GENERATIONConstantGeneration Mode'G'LIKE
STRING
Public
GC_MODE_LOCAL_INTERPRETATIONConstantInterpretation Mode'I'LIKE
STRING
Public
GC_MODE_REMOTE_CURRENTConstantRemote Mode Current Version'S'LIKE
STRING
Public
GC_MODE_REMOTE_PRODUCTIVEConstantRemote Mode Productive Version'R'LIKE
STRING
Public




IF_FDT_TEST_TOOL types

COMPARISON_MODE - Comparison mode (see constants GC_COMPARISON*)
IMPORT_MODE - Import Mode
S_DOBJ_RANGE - Range for DOBJs
S_RES_OPTIONS - Result Options
S_TABLE - MIN/MAX attribute for Table DOBJs
S_TEST_CASE - Test Case
S_TEST_CASE_HEADER - Test Case Header
S_TEST_CASE_KEY -
S_TEST_CASE_METADATA -
S_TEST_CASE_RUN - Test Case Run
TS_TEST_CASE - Test Cases
TS_TEST_CASE_HEADER - Test Case Headers
TS_TEST_CASE_KEY -
TS_TEST_CASE_RUN - Test Case Runs
T_NAME - Names

Links to Related Class(s)

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