SAP Reports / Programs

RSMAP_REORG SAP ABAP Report - Solution Maps: Objects Not in Use







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


Text pool values


Selection Text: P_SMP_TX = D Description
Selection Text: P_SMP_SY = D Original System
Selection Text: P_SMP_LU = D Last Changed by
Selection Text: P_SMP_LR = Last Changed in Release
Selection Text: P_SMP_LD = D Created on
Selection Text: P_SMP_ID = D Process
Selection Text: P_SMP_FU = D Created By
Selection Text: P_SMP_FR = Released On
Selection Text: P_SMP_FD = D Created on
Selection Text: P_SMP_DC = D Package
Selection Text: P_SMPR = Processes
Selection Text: P_SMAP1 = Structure (Level 0)
Selection Text: P_SM1_TX = Description
Selection Text: P_SM1_SY = D Original System
Selection Text: P_SM1_LU = D Last Changed By
Selection Text: P_SM1_LR = Last Changed in Release
Selection Text: P_SM1_LD = D Changed On
Selection Text: P_SM1_ID = D Structure ID
Selection Text: P_SM1_FU = D Created By
Selection Text: P_SM1_FR = Released On
Selection Text: P_SM1_FD = D Created on
Selection Text: P_SM1_DC = D Package
Selection Text: P_REQNO = D Request/Task
Selection Text: P_DOC_SY = D Original System
Selection Text: P_DOC_LU = D Last Changed By
Selection Text: P_DOC_LR = Last Changed in Release
Selection Text: P_DOC_LD = D Changed On
Selection Text: P_DOC_ID = D Document ID
Selection Text: P_DOC_FU = D Created By
Selection Text: P_DOC_FR = Released On
Selection Text: P_DOC_FD = D Created on
Selection Text: P_DOC_DC = D Package
Selection Text: P_DOCU = Long Texts
Title: Solution Maps: Objects Not in Use
Text Symbol: T01 = Long Text
Text Symbol: T00 = Delete Selected Objects
Text Symbol: SMP = Processes
Text Symbol: SM1 = Structures (Level 0)





Text Symbol: DOC = Long Texts


INCLUDES used within this REPORT RSMAP_REORG

INCLUDE LSF00TOP.
INCLUDE RBMTYPES01.
INCLUDE SMAPTYPES01.


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:

STREE_EXTERNAL_SEARCH call function 'STREE_EXTERNAL_SEARCH' exporting display_f4_popup = 'X' multiple_selection = 'X' result_display_all_sel_paramet = 'X' result_display_tree_type = 'X' result_display_devclass = 'X' tables structure_types = struct_types selected_tree_headers = selected_structs.

TR_REQUEST_CHOICE call function 'TR_REQUEST_CHOICE' exporting iv_request = p_reqno importing es_request = request_header exceptions others = 1.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = repid i_structure_name = c_list_structure_name is_layout = list_layout it_events = list_events[] it_fieldcat = list_fieldcat tables t_outtab = list.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = repid i_structure_name = c_list_structure_name is_layout = list_layout it_events = list_events[] it_fieldcat = list_fieldcat tables t_outtab = list.

BM_STRUCTURE_IS_USED call function 'BM_STRUCTURE_IS_USED' exporting structure_id = l_struct_headers-id exceptions not_used = 1 others = 2.

BM_STRUCT_TYPE_GET_FIELD_INFO call function 'BM_STRUCT_TYPE_GET_FIELD_INFO' exporting struct_type = l_struct_headers-type importing field_info = l_fieldinfo.

SMAP_PROCESSES_READ call function 'SMAP_PROCESSES_READ' tables i_process_ids = l_process_ids e_processes = l_processes changing params = l_read_params.

SMAP_OBJECT_TYPE_GET_FIELDINFO call function 'SMAP_OBJECT_TYPE_GET_FIELDINFO' exporting object_type = l_line-obj_type importing field_info = l_fieldinfo.

SMAP_OBJECT_DOCU_GET_OBJECTS call function 'SMAP_OBJECT_DOCU_GET_OBJECTS' exporting docu_id = l_docu_id exceptions no_object_found = 1 others = 2.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 "einfache Liste importing et_events = p_events.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = text-t00 textline1 = l_textline1 textline2 = space defaultoption = 'N' importing answer = l_answer.

BM_ALOG_CREATE call function 'BM_ALOG_CREATE' importing e_log_handle = l_loghandle tables i_messages = l_messages.

BM_ALOG_DISPLAY call function 'BM_ALOG_DISPLAY' exporting i_log_handle = l_loghandle i_ext_push1 = space.

BM_STRUCTURE_MAINTAIN call function 'BM_STRUCTURE_MAINTAIN' exporting i_structure_id = p_obj_id i_mode = c_mode_delete i_cico_reqno = p_reqno _deletion_check = space importing e_cico_reqno = l_reqno e_cancelled = l_cancelled exceptions others = 1.

SMAP_OBJECT_MAINTAIN call function 'SMAP_OBJECT_MAINTAIN' exporting i_object_type = p_obj_type i_object_id = p_obj_id i_mode = c_mode_delete i_cico_reqno = p_reqno _deletion_check = space importing e_cico_reqno = l_reqno e_cancelled = l_cancelled exceptions others = 1.

SMAP_OBJECT_DOCU_DELETE call function 'SMAP_OBJECT_DOCU_DELETE' exporting docu_id = l_docu_id changing reqno = l_reqno exceptions others = 1.

BM_STRUCTURE_MAINTAIN





call function 'BM_STRUCTURE_MAINTAIN' exporting i_structure_id = p_obj_id i_mode = c_mode_show i_screen = 'X' i_msg_send = c_msg-screen.

SMAP_OBJECT_MAINTAIN call function 'SMAP_OBJECT_MAINTAIN' exporting i_object_type = p_obj_type i_object_id = p_obj_id i_mode = c_mode_show i_screen = 'X' i_msg_send = c_msg-screen.



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