FDT_UT_XML_DB_DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FDT_UT_XML_DB_DELETE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: L_TRKORR = Transport Request
Selection Text: S_ID = Application ID
Title: Unit Test based on XML - Delete Test Case
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_REQUEST_CHOICE * CALL FUNCTION 'TR_REQUEST_CHOICE' * EXPORTING * iv_suppress_dialog = abap_true * iv_request_types = '*' * iv_request = l_trkorr * iv_no_owner_check = abap_true * it_e071 = lt_e071 * it_e071k = lt_e071k * EXCEPTIONS * invalid_request = 1 * invalid_request_type = 2 * user_not_owner = 3 * no_objects_appended = 4 * enqueue_error = 5 * recursive_call = 7 * OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FDT_UT_XML_DB_DELETE - Unit Test based on XML - Delete Test Case FDT_UT_XML_DB_DELETE - Unit Test based on XML - Delete Test Case FDT_UT_PROCESS_CLEAR_BUFFERS - Report FDT_UT_PROCESS_CLEAR_BUFFERS FDT_UT_PROCESS_CLEAR_BUFFERS - Report FDT_UT_PROCESS_CLEAR_BUFFERS FDT_UT_LOOP_NESTING - Program FDT_UT_LOOP_NESTING FDT_UT_LOOP_NESTING - Program FDT_UT_LOOP_NESTING