SAP Reports / Programs

SADT_DELETE_TEST_ARTIFACTS SAP ABAP Report - Programm SADT_DELETE_TEST_ARTIFACTS







SADT_DELETE_TEST_ARTIFACTS 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 SADT_DELETE_TEST_ARTIFACTS into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SADT_DELETE_TEST_ARTIFACTS. "Basic submit
SUBMIT SADT_DELETE_TEST_ARTIFACTS AND RETURN. "Return to original report after report execution complete
SUBMIT SADT_DELETE_TEST_ARTIFACTS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Programm SADT_DELETE_TEST_ARTIFACTS


INCLUDES used within this REPORT SADT_DELETE_TEST_ARTIFACTS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SEO_CLASS_DELETE_GARBAGE call function 'SEO_CLASS_DELETE_GARBAGE' exporting clskey = clskey.

SEO_INTERFACE_DELETE_GARBAGE call function 'SEO_INTERFACE_DELETE_GARBAGE' exporting intkey = clskey.

RS_TREE_OBJECT_PLACEMENT call function 'RS_TREE_OBJECT_PLACEMENT' exporting object = object_name type = 'OC' operation = 'DELETE'.

RS_TREE_OBJECT_PLACEMENT call function 'RS_TREE_OBJECT_PLACEMENT' exporting object = object_name type = 'OI' operation = 'DELETE'.

RS_FUNCTION_POOL_CONTENTS call function 'RS_FUNCTION_POOL_CONTENTS' exporting function_pool = l_tlibg-area tables functab = functab exceptions others = 0.

FUNCTION_DELETE call function 'FUNCTION_DELETE' exporting funcname = -funcname suppress_delete_longtext = 'X' suppress_success_message = 'X' suppress_dele_enha = 'X' exceptions others = 0.

FUNCTION_POOL_DELETE call function 'FUNCTION_POOL_DELETE' exporting pool = l_tlibg-area exceptions others = 0.

RS_DELETE_PROGRAM call function 'RS_DELETE_PROGRAM' exporting program = l_progdir-name suppress_popup = abap_true " Suppress Dialog with_cua = abap_true " Menu Will be Copied by Default with_documentation = abap_true " Documentation Will be Deleted with_dynpro = abap_true " Screens Will be Deleted with_includes = abap_true " Standard Includes Will be Deleted def. By User



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SADT_DELETE_TEST_ARTIFACTS or its description.