SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Document Management Services(BC-SRV-KPR-DMS) SAP BC

RSIR_M_LOAD SAP ABAP Report - Active IO classes / Copy attributes to model







RSIR_M_LOAD 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 RSIR_M_LOAD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SKPRM01 - Copy Model Entities


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


Text pool values


Copied entities
Selection Text: AT_SELS = Name
Selection Text: AD_Y = with
Selection Text: AD_O = Only
Selection Text: AD_N = without
Selection Text: AA = with attribute assignments
Selection Text: AUTH_A = Person responsible/attributes
Selection Text: ORDER = D Request/task
Selection Text: MS_OVR = Overwrite DocModArea
Selection Text: MS_MS = DocModArea new
Selection Text: MS_DS = DocArea as DocModArea
Selection Text: MSPC = Target doc. model area
Selection Text: MASTERLG = D Original language
Selection Text: VERSION = Target vers. (active/inactive)
Selection Text: TDC = Copy from header table
Selection Text: TAN_SELS = Reference table
Selection Text: RE = RELA classes
Selection Text: PH = PHIO classes
Selection Text: LOCAL = as local object
Selection Text: CL_SELS = Name
Selection Text: CK_V = as virtual classes
Selection Text: CK_R = as real classes
Selection Text: CHB_SELS = Changed by
Selection Text: CHA_SELS = Last changed at
Selection Text: AUTH_K = Person responsible / classes
Selection Text: LO = LOIO classes
Selection Text: DSPC = Source document area
Selection Text: DEVC = D Package
Selection Text: CTS = Entry
Selection Text: CRB_SELS = Created by
Selection Text: CRA_SELS = Time created
Title: Active IO classes / Copy attributes to model
Text Symbol: 013 = real
Text Symbol: 014 = Virtual Classes
Text Symbol: 015 = DocModArea
Text Symbol: 020 = Target specifications
Text Symbol: 017 = = DocArea
Text Symbol: 016 = New





Text Symbol: 012 = As
Text Symbol: 005 = LOIO classes
Text Symbol: 004 = Object directory
Text Symbol: 003 = Restrictions for attributes
Text Symbol: 002 = Restrictions for classes
Text Symbol: 001 = Definitions to be copied
Text Symbol: 011 = Only
Text Symbol: 010 = w/o
Text Symbol: 009 = with
Text Symbol: 008 = Attribute definitions
Text Symbol: 007 = RELA classes
Text Symbol: 006 = PHIO classes
001 Type Name Ver. Document model area Author


INCLUDES used within this REPORT RSIR_M_LOAD

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_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'TABL' wi_tadir_obj_name = tadir_obj_name wi_read_only = 'X' importing new_tadir_entry = tadir_entry exceptions others = 1.

TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' exporting iv_no_show_option = 'X' tables wt_ko200 = wt_ko200 exceptions cancel_edit_other_error = 1.

TR_EDIT_CHECK_OBJECTS_KEYS call function 'TR_EDIT_CHECK_OBJECTS_KEYS' exporting wi_order = order wi_with_dialog = tr_edit_mode wi_send_message = 'X' iv_no_show_option = 'X' tables wt_e071 = wt_ko200 exceptions cancel_edit_append_error_keys = 01 cancel_edit_append_error_objct = 02 cancel_edit_append_error_order = 03 cancel_edit_but_se01 = 04 cancel_edit_no_header_object = 05 cancel_edit_no_order_selected = 06 cancel_edit_repaired_object = 07 cancel_edit_system_error = 08 cancel_edit_tadir_missing = 09 cancel_edit_tadir_update_error = 10 cancel_edit_unknown_devclass = 11 cancel_edit_unknown_objecttype = 12 cancel_edit_no_check_call = 31 cancel_edit_category_mixture = 32 cancel_edit_custom_obj_at_sap = 35 cancel_edit_access_denied = 35 cancel_edit_user_after_error = 35.

TR_OBJECTS_INSERT * call function 'TR_OBJECTS_INSERT' * exporting * wi_order = order * iv_no_show_option = 'X' * tables * wt_ko200 = wt_ko200 * exceptions * cancel_edit_append_error_keys = 1 * cancel_edit_append_error_objct = 2 * cancel_edit_append_error_order = 3 * cancel_edit_but_se01 = 4 * cancel_edit_no_header_object = 5 * cancel_edit_no_order_selected = 6 * cancel_edit_repaired_object = 7 * cancel_edit_system_error = 8 * cancel_edit_tadir_missing = 9 * cancel_edit_tadir_update_error = 10 * cancel_edit_unknown_devclass = 11 * cancel_edit_unknown_objecttype = 12 * cancel_edit_no_check_call = 31 * cancel_edit_category_mixture = 32 * cancel_edit_other_error = 35.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_test_modus = space wi_tadir_pgmid = 'R3TR' wi_tadir_object = tadir_object wi_tadir_obj_name = tadir_obj_name wi_tadir_author = authors-name exceptions others = 1.



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