SAP Reports / Programs | Service | ASAP (AcceleratedSAP) | ASAP Tools and Contents(SV-ASA-ADD) SAP SV

RSMAP_DOCU_CHECK SAP ABAP Report - Solution Map: Calculate Number of Documents in Raw Version







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


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_DOCU_CHECK. "Basic submit
SUBMIT RSMAP_DOCU_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RSMAP_DOCU_CHECK 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_DEVCL = D Package
Selection Text: P_UNAME = D Person Responsible
Title: Solution Map: Calculate Number of Documents in Raw Version


INCLUDES used within this REPORT RSMAP_DOCU_CHECK

INCLUDE: LSF00TOP,
RBMTYPES01,
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:

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 = ' ' .



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