SAPMGCU2 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 SAPMGCU2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GCI1 - Installation of FI-SL Tables
GCI2 - FI-SL: Installation of Object Tables
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: FI-SL: Table Installation
Text Symbol: 136 = Generate structure GLU2
Text Symbol: 135 = Generate code
Text Symbol: 134 = Generate structure GLU1
Text Symbol: 133 = Install Report Writer
Text Symbol: 132 = Install allocation
Text Symbol: 131 = Install master data
Text Symbol: 130 = Install direct posting
Text Symbol: 122 = Choose program group
Text Symbol: 121 = Description ;;
Text Symbol: 120 = Table ;;
Text Symbol: 119 = Special Purpose Ledger reference tables
Text Symbol: 118 = Analysis of the definition of object table 2 $$$$$$$$$$
Text Symbol: 117 = Analysis of the definition of object table 1 $$$$$$$$$$
Text Symbol: 116 = Analysis of tables $$$$$$$$$$, $$$$$$$$$$ and $$$$$$$$$$
Text Symbol: 115 = Analysis of summary table $$$$$$$$$$ and object table $$$$$$$$$$
Text Symbol: 114 = installing despite the problems? ;;
Text Symbol: 113 = Do you still want to continue ;;
Text Symbol: 112 = Installation
Text Symbol: 111 = Are you sure you want to delete? ;;
Text Symbol: 110 = Confirmation prompt
Text Symbol: 107 = Analysis of the definition of rollup plan line item table $$
Text Symbol: 106 = Analysis of the definition of rollup actual line item table $$
Text Symbol: 105 = Log for deletion of table installation
Text Symbol: 104 = Log of table installation
Text Symbol: 103 = Analysis of the definition of plan line item table $$
Text Symbol: 102 = Analysis of the definition of actual line item table $$
Text Symbol: 101 = Analysis of the definition of summary table $$
Text Symbol: 100 = Long texts
INCLUDE MGCU2TOP. "DATEN
INCLUDE MGCU2I00. "
INCLUDE MGCU2O50. "AUSWAHLBILD TABELLE
INCLUDE MGCU2I50. "
INCLUDE MGCU2O60. "AUSWAHLBILD OBJ.-TABELLE
INCLUDE MGCU2O80. "KOMPONENTEN, DIE INST. WERDEN
INCLUDE MGCU2I80. "SOLLEN
INCLUDE MGCU2O91.
INCLUDE MGCU2I91.
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.