SAP Reports / Programs

SAPMSIZE SAP ABAP dialog Program - Program SAPMSIZE







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

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


Text pool values


Entry of Largest Tables in System to be Converted or Auto. Selection
Title: Program SAPMSIZE
Text Symbol: 029 = Table name:
Text Symbol: 030 = Record no.:
Text Symbol: 100 = Largest tables determined by system:
Text Symbol: 105 = Exit mainten.
Text Symbol: 110 = Data was changed.
Text Symbol: 120 = Save changes first?
Text Symbol: 130 = Y
Text Symbol: 135 = N
Text Symbol: 140 = Cancel
Text Symbol: 150 = Manual entry: Largest tables
Text Symbol: 170 = Automatic table determination!
Text Symbol: 175 = The tables are determined automatically
Text Symbol: 180 = in the ANALYZE phase as desired
Text Symbol: 190 = Manual entry of tables is not necessary!
Text Symbol: 220 = Choose between manual or automatic table determination:
Text Symbol: 230 = Manual
Text Symbol: 240 = Automatic
Text Symbol: 250 = No.of background processes:
Text Symbol: 255 = Number:
Text Symbol: 300 = Current setting:
Text Symbol: 310 = Change?
Text Symbol: 010 = No active package, enter package number
Text Symbol: 315 = No changes
Text Symbol: 630 = records of the largest tables manually
Text Symbol: 620 = To reduce the runtime, specify the number of
Text Symbol: 610 = Expect long runtime for program EWUCSIZE!
Text Symbol: 600 = ANALYZE phase; program EWUCSIZE
Text Symbol: 560 = Continue?
Text Symbol: 550 = Time-intensive transaction
Text Symbol: 540 = Old data will be deleted.
Text Symbol: 530 = Automatic table determination:
Text Symbol: 520 = converted manually!
Text Symbol: 510 = Specify the largest tables to be
Text Symbol: 500 = Function not possible
Text Symbol: 410 = For a more detailed explanation, consult SAP Note 375020
Text Symbol: 400 = Information





Text Symbol: 390 = Manual spec.
Text Symbol: 380 = Proc.
Text Symbol: 370 = - auto. table determination
Text Symbol: 360 = Auto. determin.
Text Symbol: 350 = Tables/processes
Text Symbol: 340 = - manual table entry
Text Symbol: 320 = Background proc.


INCLUDES used within this REPORT SAPMSIZE

INCLUDE MSIZETOP.
INCLUDE MSIZEO01.
INCLUDE MSIZEI01.
INCLUDE MSIZEF01.


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