RM60RF10 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 RM60RF10 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: Include for RM60RR.. (Work Routines)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CUD0_IS_CONFIG_INITIALIZED CALL FUNCTION 'CUD0_IS_CONFIG_INITIALIZED' EXCEPTIONS INITIALIZED = 1 NOT_INITIALIZED = 2 OTHERS = 3.
CUD0_CONFIGURATION_INITIALIZER CALL FUNCTION 'CUD0_CONFIGURATION_INITIALIZER'.
REQUIREMENTS_COPY_CONFIG CALL FUNCTION 'REQUIREMENTS_COPY_CONFIG' EXPORTING CUOBJ = H_CUOBJ ROBJEK = H_XOBJECTID IMPORTING OUT_CUOBJ = PBED-CUOBJ EXCEPTIONS CONFIG_NOT_INITIALIZED = 1 OTHERS = 2.
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = LTXT_ID LANGUAGE = LTXT_SPRACHE NAME = LTXT_KEYALT OBJECT = LTXT_OBJECT SAVEMODE_DIRECT = 'X' EXCEPTIONS NOT_FOUND = 01.
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = LTXT_ID LANGUAGE = LTXT_SPRACHE NAME = LTXT_KEYALT OBJECT = LTXT_OBJECT SAVEMODE_DIRECT = 'X' EXCEPTIONS NOT_FOUND = 01.
CLFM_DELETE_CLASSIFICATION CALL FUNCTION 'CLFM_DELETE_CLASSIFICATION' EXPORTING ECHT_LAUF = 'X' OBJECT = XOBJECTID_KEY50 TABLE = CLF_TABLE TYPE = SY-BATCH CLASSTYPE = ' ' EXCEPTIONS FOREIGN_LOCK = 01 NOT_DELETED = 02 SYSTEM_FAILURE = 03 TABLE_NOT_FOUND = 04 DATE_NOT_ALLOWED = 05.
CUCB_CHECK_AND_DELETE_CONF CALL FUNCTION 'CUCB_CHECK_AND_DELETE_CONF' EXPORTING root_instance = iv_cuobj "note 417226 owner = root_object EXCEPTIONS invalid_instance = 1 not_a_root_instance = 2 invalid_owner = 3 OTHERS = 4.
CUD0_CONFIGURATION_TO_DB CALL FUNCTION 'CUD0_CONFIGURATION_TO_DB' EXPORTING INSTANCE = PBED-CUOBJ OBJECTID = XOBJECTID_PBKO OBJECT = XOBJECTID_KEY50 IMPORTING NEW_INSTANCE = XCUOBJ EXCEPTIONS NO_CHANGES = 2 INSTANCE_NOT_FOUND = 4.
MD_MRP_CHECK_DB_CLIENT CALL FUNCTION 'MD_MRP_CHECK_DB_CLIENT' IMPORTING E_DISFG = FLAG_DISFG * E_UDBVM = EXCEPTIONS DIBR_NOT_ACTIVE = 1 OTHERS = 2.
OUTBOUND_CALL_01001001_E CALL FUNCTION 'OUTBOUND_CALL_01001001_E' TABLES FXPBET = PBEDT FXPBPT = PBIMT EXCEPTIONS OTHERS = 1.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = g_repid IS_LAYOUT = ls_layout IT_FIELDCAT = lt_fieldcat_1 IT_EXCLUDING = lt_extab I_SAVE = gc_save IT_EVENTS = lt_events I_TABNAME_HEADER = gv_tabname_header I_TABNAME_ITEM = gv_tabname_item IS_KEYINFO = ls_keyinfo TABLES T_OUTTAB_HEADER = gt_output_pbim T_OUTTAB_ITEM = gt_output_pbed EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = gc_save it_events = lt_events TABLES t_outtab = gt_output_dates EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = g_repid I_STRUCTURE_NAME = iv_structure CHANGING CT_FIELDCAT = xt_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_list.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_list.
FORMAT_TEXTLINES CALL FUNCTION 'FORMAT_TEXTLINES' EXPORTING formatwidth = 60 linewidth = 132 startline = 1 TABLES lines = gt_tline EXCEPTIONS OTHERS = 0.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = GS_LOG IMPORTING E_LOG_HANDLE = G_LOG_HANDLE EXCEPTIONS LOG_HEADER_INCONSISTENT = 1 OTHERS = 2.
CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING I_LOG_HANDLE = G_LOG_HANDLE I_MSGTY = iv_msgty I_TEXT = iv_text EXCEPTIONS LOG_NOT_FOUND = 1 MSG_INCONSISTENT = 2 LOG_IS_FULL = 3 OTHERS = 4.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = l_s_display_profile I_T_LOG_HANDLE = GT_LOG_HANDLE EXCEPTIONS PROFILE_INCONSISTENT = 1 INTERNAL_ERROR = 2 NO_DATA_AVAILABLE = 0 NO_AUTHORITY = 4 OTHERS = 5.
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 RM60RF10 or its description.
RM60RF10 - Include for RM60RR.. (Work Routines) RM60RCHR - Correction Program for Configuration Object Number RM60RCHR - Correction Program for Configuration Object Number RM60LPDX - Runtime object reorganization RM60LPDX - Runtime object reorganization RM60INVR - Reorganization: Number range interval