SAP Reports / Programs

SAPMGSGM SAP ABAP Report - Maintain Variables







SAPMGSGM is a standard Executable ABAP Report 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 SAPMGSGM 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

CMV1 - Create variable
CEV1 - Create value variable(res. planning)
CEV2 - Change value variable (res.planning)
GS11 - Create Variable
CMV2 - Change variable
CMV3 - Display variable
CMV4 - Delete value variable
CEV3 - Display value variable(res.planning)
CEV4 - Delete value variable (res.planning)
GS12 - Change Variable
GS14 - Delete Variable
GS13 - Display Variable


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


Text pool values


Title: Maintain Variables
Text Symbol: 010 = Value
Text Symbol: 011 = Set
Text Symbol: 012 = Formula
Text Symbol: 014 = Delete Variable
Text Symbol: 025 = Name Description Type
Text Symbol: 026 = numeric ;;
Text Symbol: 027 = alphanumeric ;;
Text Symbol: 030 = Formula exit selection
Text Symbol: 001 = Do you want to save
Text Symbol: 002 = the changes?
Text Symbol: 004 = Are you sure you want to delete
Text Symbol: 005 = the variable?
Text Symbol: 006 = Exit Variable Maintenance
Text Symbol: 007 = Cancel variable maintenance
Text Symbol: 008 = Are you sure you want to
Text Symbol: 009 = cancel variable maintenance?
Text Symbol: 031 = numeric w/ para
Text Symbol: 047 = Parameter 7
Text Symbol: 048 = Parameter 8
Text Symbol: 049 = Parameter 9
Text Symbol: REF = Where-used list for variables will be regenerated...
Text Symbol: VTF = Formula variable
Text Symbol: VTS = Set variable
Text Symbol: VTV = Value variable
Text Symbol: 032 = alphan. w/ para
Text Symbol: 033 = Parameter for exit: &
Text Symbol: 041 = Parameter 1
Text Symbol: 042 = Parameter 2
Text Symbol: 043 = Parameter 3
Text Symbol: 044 = Parameter 4
Text Symbol: 045 = Parameter 5
Text Symbol: 046 = Parameter 6


INCLUDES used within this REPORT SAPMGSGM

No INCLUDES are used within this REPORT code!


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