SAPMF2103 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 SAPMF2103 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CX1S4 - Change subitem category/subitem
CX1S3 - Display subitem category/subitem
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: Program SAPMF2103
Text Symbol: 202 = Cancel maintenance?
Text Symbol: 201 = Data will be lost.
Text Symbol: 200 = Cancel maint.
Text Symbol: 132 = Save subitems after copying
Text Symbol: 131 = Create the subitems that were shown previously?
Text Symbol: 130 = The function has only been run in test mode until now.
Text Symbol: 051 = Descript.
Text Symbol: 050 = Hierarchy
Text Symbol: 022 = Display
Text Symbol: 021 = Change
Text Symbol: 020 = Create
Text Symbol: 012 = Expand
Text Symbol: 011 = Set focus
Text Symbol: 010 = Maintain default subitem cats
Text Symbol: 009 = Copy subitems
Text Symbol: 008 = Create subassignment
Text Symbol: 007 = Create subitem
Text Symbol: 006 = Fast entry subitems
Text Symbol: 005 = Print long text
Text Symbol: 004 = Print
Text Symbol: 003 = Delete
Text Symbol: 002 = Edit
Text Symbol: 001 = Choose
INCLUDE MF2103TOP . "
INCLUDE MF2103F0100.
INCLUDE MF2103O0100.
INCLUDE MF2103I0100.
INCLUDE MF2103F1510.
INCLUDE MF2103O1510.
INCLUDE MF2103I1510.
INCLUDE MF2103O1600.
INCLUDE MF2103I1600.
INCLUDE MF2103O1620.
INCLUDE MF2103I1620.
INCLUDE MF2103O1630.
INCLUDE MF2103I1630.
INCLUDE MF2103O2000.
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.