SAP Reports / Programs

SAPMV130 SAP ABAP dialog Program - documentation and ABAP source code







SAPMV130 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 SAPMV130 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Text Symbol: 000 = Data Will Be Lost
Text Symbol: 011 = Switch to Change
Text Symbol: 021 = Switch to Display
Text Symbol: 031 = Switch to Create With Reference
Text Symbol: 041 = Exit Condition Maintenance
Text Symbol: 051 = Delete from Processing
Text Symbol: 052 = The selected lines will be
Text Symbol: 053 = deleted.
Text Symbol: 054 = (incl. dependent periods)
Text Symbol: 055 = Do you want to delete the
Text Symbol: 056 = selected lines ?
Text Symbol: 057 = Recs.
Text Symbol: 061 = Exit Condition Maintenance
Text Symbol: 062 = Do you want to save the conditions
Text Symbol: 063 = first?
Text Symbol: 070 = Selected Line
Text Symbol: A00 = Edit


INCLUDES used within this REPORT SAPMV130

INCLUDE MV130TOP.
INCLUDE MV130F0A.
INCLUDE MV130F0B.
INCLUDE MV130F0C.
INCLUDE MV130F0D.
INCLUDE MV130F0E.
INCLUDE MV130F0F.
INCLUDE MV130F0G.
INCLUDE MV130F0H.
INCLUDE MV130F0I.
INCLUDE MV130F0J.
INCLUDE MV130F0K.
INCLUDE MV130F0L.
INCLUDE MV130F0M.
INCLUDE MV130F0N.
INCLUDE MV130F0O.
INCLUDE MV130F0P.
INCLUDE MV130F0Q.
INCLUDE MV130F0R.
INCLUDE MV130F0S.
INCLUDE MV130F0T.




INCLUDE MV130F0U.
INCLUDE MV130F0V.
INCLUDE MV130F0W.
INCLUDE MV130F0X.
INCLUDE MV130F0Y.
INCLUDE MV130F0Z.
INCLUDE MV130O0V.
INCLUDE MV130_PBO_0010.
INCLUDE MV130_FORMS_0010.
INCLUDE MV130_PBO_0020.
INCLUDE MV130_FORMS_0020.
INCLUDE MV130_FORMS_00XX.


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