RNFORM01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates a list of Customizing entries for a work organizer...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 RNFORM01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ON7C - IS-H List of work organizer settings
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: SE_EINRI = Institution
Selection Text: P_USER = Simulation for User
Selection Text: P_TERM = Simulation for Terminal
Selection Text: P_ORGM = Work Organizers
Title: IS-H: List All Work Organizer Settings (Forms)
Text Symbol: 505 = E: Cannot find standard event assignment
Text Symbol: 504 = E: Cannot find customer-event assignment
Text Symbol: 503 = W: Cannot find standard function module
Text Symbol: 502 = I: Cannot find work organizer type text
Text Symbol: 501 = E: Cannot find assigned work organizer type
Text Symbol: 500 = I: Cannot find work organizer text
Text Symbol: 499 = Note on lines 5xx for translators: inital characters refer to SAP message types!
Text Symbol: 356 = Delete Log Record ;;
Text Symbol: 355 = No Print Authorization ;; authorization
Text Symbol: 354 = Display Print Preview ;; authorization
Text Symbol: 353 = Print ;; authorization
Text Symbol: 352 = Inst.;;
Text Symbol: 351 = User
Text Symbol: 350 = Authorizations (Object N FORM PRI)
Text Symbol: 345 = Bottom;;
Text Symbol: 344 = Top ;;
Text Symbol: 343 = Element ;;
Text Symbol: 342 = Seq.No. ;;
Text Symbol: 341 = Window ;;
Text Symbol: 340 = Form Window and Elements (TNF05)
Text Symbol: 333 = Current Terminal
Text Symbol: 332 = Printers
Text Symbol: 331 = Terminal
Text Symbol: 330 = Terminal-to-Printer Assignment Report (TNF07)
Text Symbol: 324 = Ex;; excluding
Text Symbol: 323 = Event-Work Org. Filter (TNF11)
Text Symbol: 322 = Alt. Print Params ;;
Text Symbol: 321 = Org. Unit ;;
Text Symbol: 320 = Work Organizer-to-Org. Unit Assignment (TNF10)
Text Symbol: 506 = E: Invalid entry
Text Symbol: 535 = W: No event assignment (TNF06) exists with standard print option
Text Symbol: 534 = E: Language-dependent control not possible with work organizer
Text Symbol: 533 = E: Language-dependent control not possible with work organizer type (TNF01)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = nf1_orgid IMPORTING output = nf1_orgid.
ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.
ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_orgid = nf1_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.
ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.
ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_orgid = itnf10-orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.
ISH_TH_USER_INFO CALL FUNCTION 'ISH_TH_USER_INFO' EXPORTING i_caller = if_ex_ish_terminal_determine=>c_caller_formular IMPORTING terminal = terminal.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = gt_fieldcat_tnf03 i_save = gc_save it_events = gt_events_tnf03 TABLES t_outtab = gt_outtab_tnf03 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF03' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf03 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf03.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf01 i_save = gc_save it_events = gt_events_tnf01 TABLES t_outtab = gt_outtab_tnf01 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF01' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf01 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf06 i_save = gc_save it_events = gt_events_tnf06 TABLES t_outtab = gt_outtab_tnf06 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF06' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf06 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf06.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf i_save = gc_save it_events = gt_events_tnf30 TABLES t_outtab = gt_outtab_tnf30 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf30.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf i_save = gc_save it_events = gt_events_tnf31 TABLES t_outtab = gt_outtab_tnf31 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf31.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf i_save = gc_save it_events = gt_events_tnf32 TABLES t_outtab = gt_outtab_tnf32 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf32.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF30_31_32' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_qnttnf i_save = gc_save it_events = gt_events_tnf31_1 TABLES t_outtab = gt_outtab_tnf31_1 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_qnttnf i_save = gc_save it_events = gt_events_tnf32_1 TABLES t_outtab = gt_outtab_tnf32_1 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_qnttnf i_save = gc_save it_events = gt_events_tnf30_1 TABLES t_outtab = gt_outtab_tnf30_1 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF30_31_32_1' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_qnttnf EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf11 i_save = gc_save it_events = gt_events_tnf11 TABLES t_outtab = gt_outtab_tnf11 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF11' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf11 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf11.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_nf1 i_save = gc_save it_events = gt_events_nf1 TABLES t_outtab = gt_outtab_nf1 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_NF1' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_nf1 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_nf1.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf10 i_save = gc_save it_events = gt_events_tnf10 TABLES t_outtab = gt_outtab_tnf10 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF10' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf10 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf10.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf08 i_save = gc_save it_events = gt_events_tnf08 TABLES t_outtab = gt_outtab_tnf08 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF08_07' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf08 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf08.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf07 i_save = gc_save it_events = gt_events_tnf07 TABLES t_outtab = gt_outtab_tnf07 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF08_07' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf07 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf07 i_save = gc_save it_events = gt_events_tnf07_1 TABLES t_outtab = gt_outtab_tnf07_1 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF08_07' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf08 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf07.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_tnf05 i_save = gc_save it_events = gt_events_tnf05 TABLES t_outtab = gt_outtab_tnf05 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_TNF05' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_tnf05 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_tnf05.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat_nform i_save = gc_save it_events = gt_events_nform TABLES t_outtab = gt_outtab_nform EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_NFORM' i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat_nform EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_nform.
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 RNFORM01 or its description.
RNFORM01 - IS-H: List All Work Organizer Settings (Forms) RNFORM01 - IS-H: List All Work Organizer Settings (Forms) RNEXTRACT_DATA - IS-H: Data Declaration for Extracts RNEWSUBENTRYCALL - Program RNEWSUBENTRYCALL RNEWSUBENTRYCALL - Program RNEWSUBENTRYCALL RNEOUTL05 - IS-H CH: Initialize TAGRU/RGTYP in TNWCHEA11 (Det. Ch. Factor Val. EA)