SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2LN2DO1 SAP ABAP Report - List Report Where-Used List of Document Categories in OUs







RN2LN2DO1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RN2LN2DO1 creates a list of the document categories used in the organizational units...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RN2LN2DO1 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 RN2LN2DO1. "Basic submit
SUBMIT RN2LN2DO1 AND RETURN. "Return to original report after report execution complete
SUBMIT RN2LN2DO1 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: ALVDVAR = Layout
Selection Text: SE_EINRI = Institution
Selection Text: SO_DTID = D .
Title: List Report Where-Used List of Document Categories in OUs
Text Symbol: L01 = No description exists
Text Symbol: L02 = OU Name Not Found
Text Symbol: S01 = Institution
Text Symbol: T02 = Further Data
Text Symbol: U01 = Where-Used List of Document Categories in Organizational Units


INCLUDES used within this REPORT RN2LN2DO1

INCLUDE RNSSEINR.


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:

ISH_N2_N2DTT_READ CALL FUNCTION 'ISH_N2_N2DTT_READ' EXPORTING dtid = -dtid dtvers = -dtvers einri = se_einri IMPORTING e_n2dtt = ls_n2dtt EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = p_orgid IMPORTING norg_e = norg EXCEPTIONS missing_orgid = 01.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = hlpvar i_save = 'A' IMPORTING e_exit = gs_exit es_variant = gs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = program_name * i_callback_pf_status_set = 'SET_ALV_STATUS' * i_callback_user_command = 'ALV_USER_COMMAND' is_layout = gs_layout it_fieldcat = xfield * IT_EXCLUDING = it_special_groups = gt_sp_groups[] it_sort = gs_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_events[] * it_event_exit = i_tabname_header = 'OUTPUT_HEADER_TAB' i_tabname_item = 'OUTPUT_LIST_TAB' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = gs_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES * Header table with output data t_outtab_header = output_header_tab * Position table with output data t_outtab_item = output_list_tab EXCEPTIONS program_error = 0 OTHERS = 0.



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