SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

SAPMF2103 SAP ABAP dialog Program - Program SAPMF2103







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CX1S4 - Change subitem category/subitem
CX1S3 - Display subitem category/subitem


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPMF2103. "Basic submit
SUBMIT SAPMF2103 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF2103 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SAPMF2103

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.




INCLUDE MF2103I2000.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPMF2103 or its description.