SAPDELMP 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 SAPDELMP 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: Delete superfluous physical matchcode pools
Text Symbol: 001 = No deletable physical matchcode pools exist
Text Symbol: 002 = Superfluous physical matchcode pools deleted
Text Symbol: 003 = Error while deleting a matchcode pool
Text Symbol: 004 = Delete superfluous physical matchcode pools
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STRF_SETNAME CALL FUNCTION 'STRF_SETNAME' EXPORTING DIRTYPE = GC_ACTTYPE FILENAME = GV_PROTLIST SUBDIR = GC_SUBPROT IMPORTING FILE = PROT_FILE.
SUBST_APPEND_PROTOCOL CALL FUNCTION 'SUBST_APPEND_PROTOCOL' EXPORTING L_LEVEL = LEVEL L_SEVERITY = FEHLER L_MSAG = 'MC' L_MSGNR = MSGNR L_NEWOBJ = NEW L_V1 = L_VAR1 TABLES P_TAB = TPROT.
SUBST_WRITE_PROTOCOL CALL FUNCTION 'SUBST_WRITE_PROTOCOL' EXPORTING ACTTYPE = GC_ACTTYPE IFNAME = PROT_FILE IMPORTING EFNAME = PROT_FILE TABLES P_TAB = TPROT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPDELMP - Delete superfluous physical matchcode pools SAPDELMP - Delete superfluous physical matchcode pools SAPDECIS - Program for Object Type DECISION: Selection SAPDECIS - Program for Object Type DECISION: Selection SAPDB__S - Logical Database __S: Processing without Database SAPDBXXF - documentation and ABAP source code