SAP Reports / Programs

SAPMGCU2 SAP ABAP dialog Program - FI-SL: Table Installation







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


Transaction Code(s):

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


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


Text pool values


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


INCLUDES used within this REPORT SAPMGCU2

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.




INCLUDE MGCU2O61.
INCLUDE MGCU2I61.


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