RSVMCRT_INTEGRATE_MODULES 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 RSVMCRT_INTEGRATE_MODULES 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: GF_ALL = All Modules
Selection Text: GF_IERR = Modules with errors
Selection Text: GF_TEST = Test mode (no changes)
Title: Install Non-Installed Java Modules
Text Symbol: 001 = No modules for intergrating found
Text Symbol: 002 = Following modules would be integrated:
Text Symbol: 003 = No configurations for integration found
Text Symbol: 004 = Following Configurations Would Be Integrated:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SVMCRT_TRANS_JARC_AFTER_IMP CALL FUNCTION 'SVMCRT_TRANS_JARC_AFTER_IMP' EXPORTING iv_tarclient = '' iv_is_upgrade = '' no_sgc = 'X' "suppress potentially forced Shared GC TABLES tt_e071 = gt_e071 tt_e071k = gt_e071k.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
SVMCRT_TRANS_JCFG_AFTER_IMP CALL FUNCTION 'SVMCRT_TRANS_JCFG_AFTER_IMP' EXPORTING iv_tarclient = '' iv_is_upgrade = '' TABLES tt_e071 = gt_e071 tt_e071k = gt_e071k.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSVMCRT_INTEGRATE_MODULES - Install Non-Installed Java Modules RSVMCRT_INTEGRATE_MODULES - Install Non-Installed Java Modules RSVMCRT_HEALTH_CHECK - Program RSVMCRT_HEALTH_CHECK RSVMCRT_HEALTH_CHECK - Program RSVMCRT_HEALTH_CHECK RSVMCRT_DELETE_MODULE - Delete Java Module RSVMCRT_DELETE_MODULE - Delete Java Module