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 Name | Description | Visability |
| COPY_TEST_CASE | Copy test case to another name | Public |
| CALL METHOD if_fdt_test_tool=>COPY_TEST_CASE...more details | ||
| CREATE_TEST_CASE | Create a test case | Public |
| CALL METHOD if_fdt_test_tool=>CREATE_TEST_CASE...more details | ||
| DELETE_TEST_CASE | Delete one or more test case(s) | Public |
| CALL METHOD if_fdt_test_tool=>DELETE_TEST_CASE...more details | ||
| DELETE_TEST_CASE_RUN | Delete one or more test case run(s) | Public |
| CALL METHOD if_fdt_test_tool=>DELETE_TEST_CASE_RUN...more details | ||
| EXECUTE_TEST_CASE | Execute a test case | Public |
| CALL METHOD if_fdt_test_tool=>EXECUTE_TEST_CASE...more details | ||
| EXECUTE_TEST_CASE_BUNDLE | Execute a list of test cases | Public |
| CALL METHOD if_fdt_test_tool=>EXECUTE_TEST_CASE_BUNDLE...more details | ||
|
| ||
| EXPORT_TO_ZIP | Export test cases into a ZIP-file | Public |
| CALL METHOD if_fdt_test_tool=>EXPORT_TO_ZIP...more details | ||
| IMPORT_FROM_ZIP | Import test cases from a ZIP-file | Public |
| CALL METHOD if_fdt_test_tool=>IMPORT_FROM_ZIP...more details | ||
| READ_TEST_CASE | Read a test case | Public |
| CALL METHOD if_fdt_test_tool=>READ_TEST_CASE...more details | ||
| READ_TEST_CASE_LIST | Get a list of test cases | Public |
| CALL METHOD if_fdt_test_tool=>READ_TEST_CASE_LIST...more details | ||
| READ_TEST_CASE_RUN | Read the test case runs of a test case | Public |
| CALL METHOD if_fdt_test_tool=>READ_TEST_CASE_RUN...more details | ||
| UPDATE_TEST_CASE | Update a test case | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_COMPARISON_EXCEPTION | Constant | Comparison not possible because of exception | 'E' | LIKE COMPARISON_MODE | Public |
| GC_COMPARISON_FAILURE | Constant | Comparison was not successful | ' ' | LIKE COMPARISON_MODE | Public |
| GC_COMPARISON_NOT_APPLICABLE | Constant | Comparison is not applicable | 'N' | LIKE COMPARISON_MODE | Public |
| GC_COMPARISON_SUCCESS | Constant | Comparison was successful | 'X' | LIKE COMPARISON_MODE | Public |
| GC_IMPORT_MODE_FAIL | Constant | Fail if test case exists already | 'F' | LIKE IMPORT_MODE | Public |
| GC_IMPORT_MODE_MEMORY | Constant | No save, import only into memory | ' ' | LIKE IMPORT_MODE | Public |
| GC_IMPORT_MODE_REPLACE | Constant | Overwrite, if test case exists already | 'R' | LIKE IMPORT_MODE | Public |
| GC_IMPORT_MODE_SKIP | Constant | Skip, if test case exists already | 'S' | LIKE IMPORT_MODE | Public |
| GC_MODE_LOCAL_GENERATION | Constant | Generation Mode | 'G' | LIKE STRING | Public |
| GC_MODE_LOCAL_INTERPRETATION | Constant | Interpretation Mode | 'I' | LIKE STRING | Public |
| GC_MODE_REMOTE_CURRENT | Constant | Remote Mode Current Version | 'S' | LIKE STRING | Public |
| GC_MODE_REMOTE_PRODUCTIVE | Constant | Remote 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