RSMORA05 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 RSMORA05 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.
Title: Program RSMORA05
INCLUDE RSALEXTI.
INCLUDE RSALSMI.
INCLUDE RSDMO01I.
INCLUDE RSMORA3I.
No SAP DATABASE tables are accessed within this REPORT code!
SBOM_BUILD_SPACE_TREE call function 'SBOM_BUILD_SPACE_TREE' exceptions problems = 1.
SBOM_BUILD_PERF_TREE call function 'SBOM_BUILD_PERF_TREE' exceptions problems = 1.
SBOM_BUILD_BACKUP_TREE call function 'SBOM_BUILD_BACKUP_TREE' exceptions problems = 1.
SDMB_BUILD_CONSISTENCY_TREE *call function 'SDMB_BUILD_CONSISTENCY_TREE' * exceptions * undetermined = 1 * others = 2.
SDMB_BUILD_JOB_TREE *call function 'SDMB_BUILD_JOB_TREE' * exceptions * undetermined = 1 * others = 2.
SBOM_BUILD_SYSCHECK_TREE call function 'SBOM_BUILD_SYSCHECK_TREE' exceptions problems = 1.
SHOM_REPORT_ORA_ERROR call function 'SHOM_REPORT_ORA_ERROR' exporting msgvalue = al_val_green msgseverity = 50 msgid = message_class_ora msgno = 020 * arg1 = xmi_calling_fct_name * type1 = 'C' * arg2 = xmi_function_name * type2 = 'C' * arg3 = xmi_exception_name * type3 = 'C' * arg4 = xmi_mte_name * type4 = 'C' exceptions could_not_build_node = 1 could_not_send_t100_message = 2 undetermined = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.