SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RADMSERG SAP ABAP Report - Display/Analyze Results of Mass Checks







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


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


Text pool values


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


INCLUDES used within this REPORT RADMSERG

INCLUDE RADBTMAC.


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:

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.



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