RN2LN2DO0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RN2LN2DO0 creates a list of OU-related document profiles...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 RN2LN2DO0 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: ALVDVAR = Layout
Selection Text: SE_EINRI = D .
Selection Text: SO_ORGID = D .
Title: List Report OU-Related Document Profile
Text Symbol: L01 = No description exists
Text Symbol: L02 = OU Name Not Found
Text Symbol: L03 = Input Help: Org. Units
Text Symbol: S01 = Institution
Text Symbol: T02 = Further Data
Text Symbol: U01 = List Report OU-Related Document Profile
INCLUDE RNSSEINR.
No SAP DATABASE tables are accessed within this REPORT code!
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.
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING einri = p_einri freig = on graph_title = 'Eingabehilfe: OrgEinheiten'(l03) loekz = off no_bauid = on sperr = off IMPORTING nothing_selected = no_selected selected_orgid = pf4_value EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2LN2DO0 - List Report OU-Related Document Profile RN2LN2DO0 - List Report OU-Related Document Profile RN2LN2DL1 - List Report Where-Used List of Document Categories for Services RN2LN2DL1 - List Report Where-Used List of Document Categories for Services RN2LN2DL0 - List Report Service-Related Document Profile RN2LN2DL0 - List Report Service-Related Document Profile