UPC_GREPOBSDEL 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 UPC_GREPOBSDEL 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.
Title: Utility to physically delete generated reports no longer used
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_DELETE_PROGRAM CALL FUNCTION 'RS_DELETE_PROGRAM' EXPORTING * CORRNUMBER = program = ls_grepobs-reportname suppress_checks = ' ' suppress_commit = ' ' suppress_popup = 'X' with_cua = ' ' "we have no CUA with_documentation = ' ' "we have no DOC with_dynpro = ' ' "we have no DYNPRO with_includes = ' ' " with_textpool = 'X' with_variants = ' ' "we have no variants tadir_devclass = '$TMP' * IMPORTING * CORRNUMBER = * PROGRAM = EXCEPTIONS enqueue_lock = 1 object_not_found = 2 permission_failure = 3 reject_deletion = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPC_GREPOBSDEL - Utility to physically delete generated reports no longer used UPC_GREPOBSDEL - Utility to physically delete generated reports no longer used UPC_GREPCATD - Utility to Delete Entries from the Report Catalog UPC_GREPCATD - Utility to Delete Entries from the Report Catalog UPC_FW_CALL - Program UPC_FW_CALL UPC_FW_CALL - Program UPC_FW_CALL