FCNLSFLA 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 FCNLSFLA 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: Project Info System: List Output of List Output Form Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNIS_LIST_POPUP call function 'CNIS_LIST_POPUP' exporting i_breite = l_popup_width i_hoehe = l_popup_length i_flg_hoehe_anpassen = con_yes i_formname = 'FELDER_LISTE_AUSGEBEN' i_formname_top_of_page = 'SEITENKOPF_KGES_AUSGEBEN' i_progname = lis_progname.
CNBF_CHECK_DYNAMIC_FILTERS call function 'CNBF_CHECK_DYNAMIC_FILTERS' exporting i_structure = aus_s000 i_flg_check_inverse = con_yes i_flg_checkprotokoll = con_yes i_status_field = g_austab_statxt importing e_flg_ok = l_austab_flag tables e_checked_fields = checked_fields changing c_handle = l_handle exceptions * OTHERS = 1.
RS_LIST_SELECTION_TABLE call function 'RS_LIST_SELECTION_TABLE' exporting report = 'RCNFS000' seltext = con_yes * DYN_RANGE = T_RANGE newpage = con_no tables sel_tab = t_params1 exceptions * SEL_TAB_EMPTY = 1.
RS_LIST_SELECTION_TABLE call function 'RS_LIST_SELECTION_TABLE' exporting report = 'RCNBF000' seltext = con_yes * DYN_RANGE = T_RANGE newpage = con_no tables sel_tab = t_params2 exceptions * SEL_TAB_EMPTY = 1.
SUSR_USER_ADDRESS_READ call function 'SUSR_USER_ADDRESS_READ' exporting user_name = sy-uname "#EC DOM_EQUAL importing user_address = user_address user_usr03 = usrstruc exceptions user_address_not_found = 1. "USR0340A
RS_LIST_SELECTION_TABLE call function 'RS_LIST_SELECTION_TABLE' "#EC DOM_EQUAL "ALRK265312 exporting report = sy-cprog seltext = con_yes dyn_range = t_range newpage = con_no tables sel_tab = t_params exceptions * SEL_TAB_EMPTY = 1.
CNIS_LIST_POPUP call function 'CNIS_LIST_POPUP' exporting i_start_column = start_col i_start_row = start_row i_end_column = end_col i_end_row = end_row i_formname = 'SELEKTIONSKRIT_LISTE_AUSGEBEN' i_progname = lis_progname.
CNIS_SET_PF_STATUS call function 'CNIS_SET_PF_STATUS' exporting i_titlebar = '899 ' i_title_1 =
i_title_2 = i_title_3 = .
SAVE_LIST call function 'SAVE_LIST' tables listobject = abaplist_selprot exceptions * LIST_INDEX_INVALID = 1. "ALRK265312
MC_POPUP_TO_MARK_FIELDS call function 'MC_POPUP_TO_MARK_FIELDS' exporting i_field_number_max = 9999 i_field_number_min = con_minus_1 i_mark_by_table = con_yes i_object_name_plural =
"Zeile i_object_name_singular = "Zeilen * I_POPUP_LENGTH = POPUP_LENGTH i_popup_title = "Einzublendende Zeilen importing e_marked = flg_markiert tables t_fields = t_fields t_marked_fields = t_marked_fields.
MC_POPUP_PRINT_SELECTION call function 'MC_POPUP_PRINT_SELECTION' importing e_returncode = l_returncode.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting line_size = l_max_laenge importing out_parameters = l_params out_archive_parameters = l_arparams valid = l_valid.
WRITE_LIST call function 'WRITE_LIST' tables listobject = abaplist_selprot exceptions * EMPTY_LIST = 1. "ALRK265312
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNLSFLA - Project Info System: List Output of List Output Form Routines FCNLSFKK - Project Info System: Correct Key Figure List Output Form Routines FCNLSFIN - Project Info System: Initialization List Output Form Routines FCNLSFHI - Project Info System: Hierarchy Processing List Output Form Routines FCNLSFDM - Project Info System: Form Routines for LIS Dummy Routines List Output FCNLSFAM - Project Info System: Modify Form Routines List Output AUS_TAB