SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

RSOBJMTRF02 SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT RSOBJMTRF02

No INCLUDES are used within this REPORT code!


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:

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.



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