COM_CLEAR_CASE_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 COM_CLEAR_CASE_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: P_ACTIV = D Activity
Selection Text: P_ADMIN = D Processor (Administrator)
Selection Text: P_APPLI = D Responsible Application Object
Selection Text: P_NOTE = D Note
Selection Text: P_NUM = D Data Cleansing Case Number
Selection Text: P_ORIG = D Caused By
Selection Text: P_SRC = D Source (System)
Selection Text: P_STAT = D Data Cleansing Status
Selection Text: P_TEXT = Log
Selection Text: P_TYPE = D Data Cleansing: Type
Selection Text: P_UPD = With Database Change
Title: Deletion of Data Cleansing Cases
Text Symbol: 000 = Deleted Data Cleansing Case
Text Symbol: 001 = Processing Terminated
Text Symbol: 002 = Processed Records:
Text Symbol: 003 = Successfully Deleted:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COM_CLEAR_CASE_DELETE CALL FUNCTION 'COM_CLEAR_CASE_DELETE' EXPORTING IS_CLEAR_CASE_KEY = gs_delete_entry IMPORTING ET_RESULTS = gt_results.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COM_CLEAR_CASE_DELETE - Deletion of Data Cleansing Cases COM_CLEAR_CASE_DELETE - Deletion of Data Cleansing Cases COM_CLEAR_BAPI_TEST - Data Cleansing: Test Program for BAPI Methods COM_CLEAR_BAPI_TEST - Data Cleansing: Test Program for BAPI Methods COM_CFG_XML_UTILITIES - Include COM_CFG_XML_UTILITIES COM_CFG_PRECACHING_KB - PreCaching of Knowledge Base