RNLLSTAL is a standard ABAP INCLUDE 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 RNLLSTAL 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.
Title: IS-H: List Output with ABAP List Viewer (RNLLST01 and RNLLST02)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EXTRACT_SAVE call function 'REUSE_ALV_EXTRACT_SAVE' exporting is_extract = gs_extract1 i_get_selinfos = on i_exp01 = gs_variant tables it_exp01 = itab_fall it_exp02 = itab_lei.
REUSE_ALV_EXTRACT_LOAD call function 'REUSE_ALV_EXTRACT_LOAD' exporting is_extract = gs_extract2 importing * ES_ADMIN = es_sel_hide = gs_sel_hide tables et_exp01 = itab_fall et_exp02 = itab_lei changing c_exp01 = gs_variant exceptions not_found = 1 wrong_relid = 2 no_report = 3 no_exname = 4 no_import_possible = 5 others = 6.
ISH_CHECK_FIELD_ACTIVE_CVERS call function 'ISH_CHECK_FIELD_ACTIVE_CVERS' exporting ss_pname = repid ss_dynnr = '1000' ss_field = 'CLASS-LOW' * SS_CVERS = ' ' exceptions field_not_active = 1 others = 2.
ISH_CHECK_FIELD_ACTIVE_CVERS call function 'ISH_CHECK_FIELD_ACTIVE_CVERS' exporting ss_pname = repid ss_dynnr = '1000' ss_field = 'HICFREE' * SS_CVERS = ' ' exceptions field_not_active = 1 others = 2.
REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = rnstat-repid i_callback_user_command = 'USER_COMMAND' * i_callback_pf_status_set = 'STANDARD' i_tabname_header = 'ITAB_FALL' i_tabname_item = 'ITAB_LEI' i_save = 'A' is_keyinfo = gs_keyinfo is_layout = gs_layout is_variant = gs_variant is_print = gs_print it_sort = gs_sortinfo is_sel_hide = gs_sel_hide it_events = gt_events[] it_fieldcat = xfield[] it_special_groups = gt_sp_groups[] tables t_outtab_header = itab_fall t_outtab_item = itab_lei.
WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * filename = dpfad * filetype = 'DBF' * TABLES * data_tab = itab_dbase * fieldnames = headers * EXCEPTIONS * file_open_error = 1 * file_write_error = 2 * invalid_filesize = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * OTHERS = 99.
ISH_READ_NTPT call function 'ISH_READ_NTPT' exporting einri = itab_fall-einri * SPRAS = SY-LANGU talst = itab_lei-leist tarif = itab_lei-haust importing e_ntpt = s_ntpt * KTXTCONC = exceptions not_found = 1 others = 2.
ISH_READ_NTPK call function 'ISH_READ_NTPK' exporting einri = itab_fall-einri talst = itab_lei-leist tarif = itab_lei-haust importing e_ntpk = ntpk exceptions others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNLLSTAL - IS-H: List Output with ABAP List Viewer (RNLLST01 and RNLLST02) RNLLST12 - ===> Object NTPZ , generated by program RSSCD0 RNLLST02 - IS-H: Case/Service Evaluation for Outpatient Cases RNLLST02 - IS-H: Case/Service Evaluation for Outpatient Cases RNLLST01 - IS-H: Case/Service Evaluation for Day Patient/Inpatient Cases RNLLST01 - IS-H: Case/Service Evaluation for Day Patient/Inpatient Cases