RSMAP_DOCU_CHECK 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_DOCU_CHECK 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.
Selection Text: P_DEVCL = D Package
Selection Text: P_UNAME = D Person Responsible
Title: Solution Map: Calculate Number of Documents in Raw Version
INCLUDE: LSF00TOP,
RBMTYPES01,
SMAPTYPES01.
No SAP DATABASE tables are accessed within this REPORT code!
BM_WHERE_USED_LIST_PARAMS_SET call function 'BM_WHERE_USED_LIST_PARAMS_SET' exporting * LANGUAGE = SY-LANGU * ALL_LEVELS = ' ' * LEVELS = 1 * START_LEVEL = 1 display_list = ' ' insert_top_node = 'X' set_force_plus = ' ' * CHECK_MODE = ' ' importing params = params.
BM_SECONDARY_LANGUAGE_GET call function 'BM_SECONDARY_LANGUAGE_GET' exporting i_language = params-langu importing e_s_language = slangu.
SMAP_OBJECT_DOCU_GET_OBJECTS call function 'SMAP_OBJECT_DOCU_GET_OBJECTS' exporting docu_id = list_line-docu_id importing object_defs = object_defs exceptions others = 1.
SMAP_WHERE_USED_LIST_PRC call function 'SMAP_WHERE_USED_LIST_PRC' exporting prc_id = object_def-id * X_SOLMAPS = 'X' * FIND_NODES = * IMPORTING * E_EXIT = tables references = object_refs changing params = params exceptions others = 1.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = repid i_callback_user_command = 'FCODE' is_layout = list_layout it_fieldcat = list_fields * it_events = l_list_events[] * i_callback_top_of_page = * i_grid_title = tables t_outtab = list.
BM_STRUCTURE_MAINTAIN call function 'BM_STRUCTURE_MAINTAIN' exporting i_structure_id = l_list_line-solmap_id i_language = sy-langu * I_MODE = 'SHOW' i_initial_screen = ' ' i_screen = 'X' i_position_on_node = l_list_line-solmap_node exceptions others = 1.
DOCU_CALL call function 'DOCU_CALL' exporting id = 'TX' langu = sy-langu object = l_docuid displ = space suppress_edit = space * DISPL_MODE = '1' * TYP = 'E' * USE_SEC_LANGU = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMAP_DOCU_CHECK - Solution Map: Calculate Number of Documents in Raw Version RSMAP_DOCU_CHECK - Solution Map: Calculate Number of Documents in Raw Version RSMANMERGE - Program for Object Type SMANMERGE: Schedule Manager Merge RSMANMERGE - Program for Object Type SMANMERGE: Schedule Manager Merge RSM56000 - Number Range Buffer RSM56000 - Number Range Buffer