SAP Reports / Programs

SAPMF10S SAP ABAP dialog Program - Subgroup Maintenance







SAPMF10S 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 SAPMF10S 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

GC16 - Create Subgroup Master Record
GC17 - Change Subgroup Master Record
GC18 - Display Subgroup


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 SAPMF10S. "Basic submit
SUBMIT SAPMF10S AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF10S VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Subgroup Maintenance
Text Symbol: 301 = Positioning on company
Text Symbol: 300 = Company
Text Symbol: 204 = Delete subgroup
Text Symbol: 203 = Do you want to delete?
Text Symbol: 202 = only in the specified version!
Text Symbol: 201 = The subgroup will be deleted
Text Symbol: 104 = Retained
Text Symbol: 103 = Non-voting
Text Symbol: 102 = Voting
Text Symbol: 101 = Overall
Text Symbol: 061 = Investment percentages
Text Symbol: 060 = Structure of subgroup:
Text Symbol: 051 = GC12: Change company
Text Symbol: 050 = GC13: Display company
Text Symbol: 024 = Delete subgroup
Text Symbol: 021 = leave the detail screen?
Text Symbol: 020 = Do you really want to
Text Symbol: 013 = Reasons for exemption
Text Symbol: 012 = Consolidation groups
Text Symbol: 011 = Cons frequency
Text Symbol: 010 = Validation rules
Text Symbol: 008 = exit subgroup maintenance?
Text Symbol: 007 = Do you want to
Text Symbol: 006 = Change subgroup
Text Symbol: 005 = Create subgroup
Text Symbol: 001 = Companies


INCLUDES used within this REPORT SAPMF10S

INCLUDE MF10STOP.


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 SAPMF10S or its description.