RSOBJMTRF02 is a standard ABAP INCLUDE 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 RSOBJMTRF02 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemname = system_name.
TR_INITIALIZE_LOG CALL FUNCTION 'TR_INITIALIZE_LOG' EXPORTING acttype = lc_acttype dirtype = lv_dirtype sysname = sysname trkorr = ls_e071-trkorr.
TRINT_TP_INTERFACE CALL FUNCTION 'TRINT_TP_INTERFACE' EXPORTING iv_tp_command = 'WRITELOG' iv_transport_request = ls_e071-trkorr iv_tp_options = tp_options iv_offline = ' ' IMPORTING ev_tp_return_code = tp_return_code EXCEPTIONS tp_call_failed = 9 insert_tpstat_failed = 10 insert_tplog_failed = 11 OTHERS = 12.
STRF_SETNAME_STATLOG CALL FUNCTION 'STRF_SETNAME_STATLOG' EXPORTING acttype = 'X' "methods after import and XPRAs IMPORTING file = lv_statlog_file.
AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' EXPORTING program = 'SAPLSCTS_EXE_EXP' activity = 'WRITE' filename = lv_file EXCEPTIONS no_authority = 1.
AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' EXPORTING program = 'RDDEXECU' activity = 'WRITE' filename = lv_file EXCEPTIONS no_authority = 1.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = st_logmsg.
TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = ls_e071 IMPORTING pe_result = lv_checked we_tadir = ls_tadir.
TRINT_DEVCLASS_GET CALL FUNCTION 'TRINT_DEVCLASS_GET' EXPORTING iv_devclass = ls_tdevc-devclass iv_with_layer = ' ' iv_with_text = ' ' IMPORTING es_tdevc = ls_tdevc EXCEPTIONS OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.