SAPMKOMP is a standard Module pool for a dialog screen ABAP Program 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 SAPMKOMP 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: Prototype View Cluster with SUBSCREEN Method (STEP-LOOP)
Text Symbol: P06 = Save changes first? ;;
Text Symbol: P11 = Exit Maintenance ;;
Text Symbol: P12 = Data was changed ;;
Text Symbol: P13 = Save changes first? ;;
Text Symbol: P21 = Cancel Entry ;;
Text Symbol: P22 = Cancel Entry ;;
Text Symbol: P23 = Exit view maintenance? ;;
Text Symbol: T01 = View cluster/structure -------------------
Text Symbol: U01 = Entries to be retrieved: &001
Text Symbol: U02 = &002 superior entries are marked
Text Symbol: U03 = for deletion, &003 missing ;;
Text Symbol: U04 = Retrieve
Text Symbol: U05 = Do not retrieve
Text Symbol: U06 = Choose objects to be retrieved ;;
Text Symbol: U11 = The higher-level entries selected ;;
Text Symbol: U12 = and flagged for deletion ;;
Text Symbol: U13 = are only retrieved together ;;
Text Symbol: U21 = &002 higher-level entries are ;;
Text Symbol: U22 = to be deleted ;;
Text Symbol: U31 = The dependent entries marked ;;
Text Symbol: U32 = for deletion can be retrieved ;;
Text Symbol: U33 = as well. ;;
Text Symbol: U34 = With Dependent Entries
Text Symbol: U35 = W/o Dependent Entries
Text Symbol: P05 = first. ;;
Text Symbol: 001 = Cost Comp/Switching Structure ;;
Text Symbol: 002 = Components for Switching Struc;;
Text Symbol: 003 = Level
Text Symbol: 004 = &TAB 1 ;;
Text Symbol: 005 = &TAB 2 ;;
Text Symbol: 006 = Item
Text Symbol: 007 = Select Fields for Selection
Text Symbol: 901 = From
Text Symbol: D01 = Entries to be deleted: &001 . ;;
Text Symbol: D02 = of which &002 with a total of &003 ;;
Text Symbol: D03 = dependent entries. ;;
Text Symbol: D04 = Specify objects to be deleted ;;
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.