SAP Reports / Programs | Basis Components | Client/Server Technology(BC-CST) SAP BC

SAPMSM14 SAP ABAP dialog Program - Program SAPMSM14







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

SM14 - Update Program Administration


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


Text pool values


Title: Program SAPMSM14
Text Symbol: 453 = Clnt:
Text Symbol: 452 = VBKEY:
Text Symbol: 451 = Detail info about the update record
Text Symbol: 450 = Update record no longer found in the database
Text Symbol: 425 = Inconsistent records found
Text Symbol: 424 = Deleted
Text Symbol: 423 = Repaired
Text Symbol: 422 = Cond.rep.
Text Symbol: 421 = Not rep.
Text Symbol: 420 = Repairable
Text Symbol: 409 = VBHDR
Text Symbol: 408 = CLI
Text Symbol: 407 = VBRC
Text Symbol: 406 = TCode
Text Symbol: 405 = Time
Text Symbol: 404 = Date
Text Symbol: 403 = User
Text Symbol: 402 = Clnt
Text Symbol: 401 = Incons.type
Text Symbol: 400 = Inconsistent update records
Text Symbol: 348 = Max (ms)
Text Symbol: 347 = Avg (ms)
Text Symbol: 346 = Min (ms)
Text Symbol: 345 = Total (s)
Text Symbol: 344 = Number
Text Symbol: 343 = Delete
Text Symbol: 342 = Commit
Text Symbol: 341 = Update
Text Symbol: 340 = Times
Text Symbol: 330 = KB/s
Text Symbol: 329 = Max (ms)
Text Symbol: 328 = Avg (ms)
Text Symbol: 327 = Min (ms)
Text Symbol: 454 = UserName:
Text Symbol: 487 = Help: Default Value
Text Symbol: 486 = Help: New Value
Text Symbol: 485 = Help: Current Value





Text Symbol: 484 = Help: V2
Text Symbol: 483 = Help: V1
Text Symbol: 482 = Help: Type
Text Symbol: 481 = Help: Language
Text Symbol: 480 = Help: Status
Text Symbol: 479 = Help: Server Name
Text Symbol: 478 = Var. message
Text Symbol: 477 = Appl.ar.:
Text Symbol: 476 = Message:
Text Symbol: 475 = Row:
Text Symbol: 474 = Error loc.:
Text Symbol: 473 = Func:
Text Symbol: 472 = Mod.no.:
Text Symbol: 471 = No VBERROR record found
Text Symbol: 470 = Content VBERROR (error information)
Text Symbol: 469 = No VBMOD records found
Text Symbol: 468 = VBRC:
Text Symbol: 467 = Mode:
Text Symbol: 466 = Func:
Text Symbol: 465 = No.
Text Symbol: 464 = Content VBMOD (update modules)
Text Symbol: 463 = VBENQKEY:
Text Symbol: 462 = VBSTATE:
Text Symbol: 461 = VBCLIINFO:
Text Symbol: 460 = VBRC:
Text Symbol: 459 = VBCONTEXT:
Text Symbol: 458 = VBNAME:
Text Symbol: 457 = VBDATE:
Text Symbol: 456 = Content VBHDR (update header)
Text Symbol: 455 = Tcode:
Text Symbol: 114 = Status
Text Symbol: 113 = Type
Text Symbol: 112 = Server name
Text Symbol: 111 = DB inst.
Text Symbol: 110 = Group
Text Symbol: 105 = V2
Text Symbol: 104 = V1
Text Symbol: 103 = Type
Text Symbol: 102 = Languages





Text Symbol: 101 = Status
Text Symbol: 100 = Server Name
Text Symbol: 075 = VBDATA
Text Symbol: 074 = VBMOD
Text Symbol: 073 = VBHDR
Text Symbol: 072 = Update Tables
Text Symbol: 071 = DB Instance
Text Symbol: 070 = Server Group
Text Symbol: 064 = Default Value
Text Symbol: 063 = New Value
Text Symbol: 062 = Current Value
Text Symbol: 061 = Parameter Name
Text Symbol: 060 = Update Profile Parameter
Text Symbol: 031 = Activate
Text Symbol: 030 = Deactivate
Text Symbol: 022 = UPD1,UPD2
Text Symbol: 021 = UPD2
Text Symbol: 020 = UPD1
Text Symbol: 012 = Deactivated
Text Symbol: 011 = Not running
Text Symbol: 010 = Active
Text Symbol: 004 = Also less than one hour
Text Symbol: 003 = Updating by user deactivated
Text Symbol: 002 = Update deactivated by system
Text Symbol: 001 = Update is active
Text Symbol: 326 = Total (s)
Text Symbol: 325 = Number
Text Symbol: 324 = Read
Text Symbol: 323 = Write
Text Symbol: 322 = Execution (V2)
Text Symbol: 321 = Execution (V1)
Text Symbol: 320 = Times
Text Symbol: 316 = Max (B)
Text Symbol: 315 = Avg (B)
Text Symbol: 314 = Min (B)
Text Symbol: 313 = In Total
Text Symbol: 312 = Read
Text Symbol: 311 = Written
Text Symbol: 310 = DB I/O



Text Symbol: 307 = Deleted
Text Symbol: 306 = Cancelled
Text Symbol: 305 = executed (V2)
Text Symbol: 304 = started (V2)
Text Symbol: 303 = executed (V1)
Text Symbol: 302 = gen.
Text Symbol: 301 = Update requests
Text Symbol: 300 = Update statistics
Text Symbol: 210 = Assignment of individual servers to groups
Text Symbol: 206 = VBMOD
Text Symbol: 205 = VBHDR
Text Symbol: 204 = Physical update tables
Text Symbol: 203 = DB instance
Text Symbol: 202 = Group
Text Symbol: 201 = Update groups defined:
Text Symbol: 200 = Update group overview
Text Symbol: 118 = Server in group
Text Symbol: 117 = VBDATA
Text Symbol: 116 = VBMOD
Text Symbol: 115 = VBHDR


INCLUDES used within this REPORT SAPMSM14

INCLUDE MSM14TOP . "
INCLUDE MSM14O01.
INCLUDE MSM14I01.
INCLUDE MSM14D01_ALV.
INCLUDE MSM14F01_ALV.


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