SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Sets(FI-SL-SL-MD-SE) SAP FI

SAPMGSBM SAP ABAP dialog Program - Module Pool for Set Maintenance







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

CMS1 - Create set (PPC)
CMS4 - Delete Set
CMS2 - Change Set
CMS3 - Display Set
GS01 - Create set
GS02 - Change Set
GS03 - Display Set
GS04 - Delete set
CES1 - Create Set (Resource Planning)
CES2 - Change Set (Resource Planning)
CES3 - Display Set (Resource Planning)
CES4 - Delete Set (Resource Planning)


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


Text pool values


Title: Module Pool for Set Maintenance
Text Symbol: ACA = Field Name
Text Symbol: ACB = Key Figure
Text Symbol: ACC = Feed
Text Symbol: PD1 = For this characteristic, only
Text Symbol: PD2 = one set with single values
Text Symbol: PD3 = can be created (no intervals).
Text Symbol: PD4 = Report set
Text Symbol: PD5 = Set
Text Symbol: PD7 = Create a report set or a general set?
Text Symbol: PDA = The set
Text Symbol: PDB = does not exist.
Text Symbol: PE1 = Global key figure
Text Symbol: PE2 = Local key figure
Text Symbol: PE4 = Create them locally for a report or globally?
Text Symbol: PEA = The key figure
Text Symbol: PEB = does not exist.
Text Symbol: PET = Create key figure
Text Symbol: PF1 = The key figure
Text Symbol: PF2 = does not exist - do you want to create it?
Text Symbol: PO1 = Set with single values
Text Symbol: PO2 = Dynamic set
Text Symbol: POT = Create set
Text Symbol: PT1 = For intervals, you need a
Text Symbol: PT2 = dynamic set that is broken down into
Text Symbol: PT3 = single values at runtime.
Text Symbol: SC1 = Chart of accts
Text Symbol: SC2 = CO area
Text Symbol: SC3 = View
Text Symbol: SC4 = Cons Chart
Text Symbol: SC5 = Subitem Cat.
Text Symbol: SC6 = Report
Text Symbol: SC7 = FM area
Text Symbol: SC8 = Subdiv. ID
Text Symbol: SEA = Find in set
Text Symbol: SEB = Find
Text Symbol: 001 = Do you want to save
Text Symbol: 002 = the changes?





Text Symbol: 004 = Do you want to delete
Text Symbol: 005 = the set?
Text Symbol: 006 = Exit Set Maintenance
Text Symbol: 007 = Cancel set maintenance
Text Symbol: 008 = Are you sure you want to
Text Symbol: 009 = cancel set maintenance?
Text Symbol: 010 = Basic set
Text Symbol: 011 = Single set
Text Symbol: 012 = Multi set
Text Symbol: 013 = Key figure set
Text Symbol: 014 = Delete Set
Text Symbol: 015 = Delete hierarchy
Text Symbol: 016 = Do you want to delete the whole hierarchy?
Text Symbol: 018 = Numeric
Text Symbol: 019 = Character
Text Symbol: 020 = Alphanumeric
Text Symbol: 021 = Currency
Text Symbol: 022 = Quantity
Text Symbol: 023 = Date
Text Symbol: 031 = The set
Text Symbol: 032 = does not exist. Do you want to create it?
Text Symbol: 033 = Set Not Found
Text Symbol: 034 = Last change made by transport request &1
Text Symbol: 101 = *** All values ***
Text Symbol: AC0 = Additional Check
Text Symbol: AC1 = Sequence Number
Text Symbol: AC2 = Set Name
Text Symbol: AC3 = Row Short Text
Text Symbol: AC4 = Format Group
Text Symbol: AC5 = Symbolic Name
Text Symbol: AC6 = Suppress
Text Symbol: AC7 = +/- Sign Indicator
Text Symbol: AC8 = From Value
Text Symbol: AC9 = To Value


INCLUDES used within this REPORT SAPMGSBM

INCLUDE MGSBMTOP.
INCLUDE MGSBMO15.
INCLUDE MGSBMO25.
INCLUDE MGSBMO35.
INCLUDE MGSBMO45.





INCLUDE MGSBMO91. "POPUP: DISPLAY HISTORY
INCLUDE MGSBMI15.
INCLUDE MGSBMI25.
INCLUDE MGSBMI35.
INCLUDE MGSBMI45.
INCLUDE MGSBMI91. "POPUP: DISPLAY HISTORY
INCLUDE MGSBMF00. "INITIALIZE CONSTANTS ETC.
INCLUDE MGSBMFPP .
INCLUDE MGSBMF44.


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