RADMSERG is a standard Executable ABAP Report 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 RADMSERG into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: IS_COMP = It is a component check
Title: Display/Analyze Results of Mass Checks
Text Symbol: 009 = (check activation status:
Text Symbol: 010 = Package:
Text Symbol: 011 = Person responsible:
Text Symbol: 012 = inconsistent
Text Symbol: 013 = not active
Text Symbol: 014 = global comp.
Text Symbol: 020 = Type
Text Symbol: 001 = List of faulty Dictionary objects for
Text Symbol: 002 = - Packages:
Text Symbol: 003 = - authors:
Text Symbol: 004 = By selecting the relevant lines, you can display the
Text Symbol: 005 = check log for the faulty objects
Text Symbol: 006 = Please correct the errors in the original system and
Text Symbol: 007 = transport the objects!
Text Symbol: 103 = Total:
Text Symbol: 200 = Select a package
Text Symbol: 300 = Detail display
Text Symbol: 309 = (State of component check:
Text Symbol: 310 = violates component separatn.:
Text Symbol: 021 = Name
Text Symbol: 022 = TADIR author
Text Symbol: 023 = Last changed by
Text Symbol: 050 = Inconsistent:
Text Symbol: 051 = Not active:
Text Symbol: 101 = No faulty objects were found in the
Text Symbol: 102 = selected packages
INCLUDE RADBTMAC.
No SAP DATABASE tables are accessed within this REPORT code!
TRINT_CONVERT_LOG_2 CALL FUNCTION 'TRINT_CONVERT_LOG_2' TABLES IT_RAWLINES = IT_RAWLINES ET_LINES = ET_LINES.
TRINT_DISPLAY_LOG CALL FUNCTION 'TRINT_DISPLAY_LOG' EXPORTING * IV_DISPLAY_LEVEL = '1' * IV_WITH_REFRESH_ICON = ' ' IV_TITLEBAR = 'Detailanzeige'(300) * IV_HEADING1 = ' ' * IV_HEADING2 = ' ' * IV_LANGUAGE = SYST-LANGU * IMPORTING * EV_REFRESH = TABLES CT_LINES = ET_LINES.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RADMSERG - Display/Analyze Results of Mass Checks RADMSERG - Display/Analyze Results of Mass Checks RADMROHITS - Time horizon to calculate periods back (ROC) RADMROHITS - Time horizon to calculate periods back (ROC) RADMDSTP - documentation and ABAP source code RADMDSTP - documentation and ABAP source code