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
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
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: 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
INCLUDE MF10STOP.
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.