SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDCN_PLACCT_FWD_F02 SAP ABAP INCLUDE - Include RFIDCN_PLACCT_FWD_F02: ALV Subrutines







RFIDCN_PLACCT_FWD_F02 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 RFIDCN_PLACCT_FWD_F02 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 RFIDCN_PLACCT_FWD_F02. "Basic submit
SUBMIT RFIDCN_PLACCT_FWD_F02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDCN_PLACCT_FWD_F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFIDCN_PLACCT_FWD_F02: ALV Subrutines


INCLUDES used within this REPORT RFIDCN_PLACCT_FWD_F02

No INCLUDES are used within this REPORT code!


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:

REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING i_callback_program = l_repid i_callback_user_command = gc_user_command i_callback_pf_status_set = gc_pf_status.

REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' EXPORTING * i_interface_check = abap_true is_print = ls_print EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_fagl_s_list1 CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_fagl_s_list2 CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_HS_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_HS_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat is_keyinfo = ls_keyinfo i_header_tabname = lc_accheader i_item_tabname = lc_accdetails it_events = lt_events it_sort = lt_sort i_text = l_text TABLES t_outtab_header = gt_alv_accheader2 " PZ 05-MAY-2011 t_outtab_item = gt_alv_accdetails2 " PZ 05-MAY-2011 EXCEPTIONS program_error = 1 maximum_of_appends_reached = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' "#EC * EXPORTING i_callback_program = l_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort it_events = lt_events i_tabname_header = lc_accheader i_tabname_item = lc_accdetails is_keyinfo = ls_keyinfo TABLES t_outtab_header = gt_alv_accheader t_outtab_item = gt_alv_accdetails.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_zjfcln_hdr CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_zjfcln_itm CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_HS_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_HS_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat is_keyinfo = ls_keyinfo i_header_tabname = lc_cumulat_hdrs i_item_tabname = lc_cumulat_itms it_events = lt_events it_sort = lt_sort i_text = l_text TABLES t_outtab_header = gt_alv_cumulat_heads t_outtab_item = gt_alv_cumulat_items EXCEPTIONS program_error = 1 maximum_of_appends_reached = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' "#EC * EXPORTING i_callback_program = l_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort it_events = lt_events i_tabname_header = lc_cumulat_hdrs i_tabname_item = lc_cumulat_itms is_keyinfo = ls_keyinfo TABLES t_outtab_header = gt_alv_cumulat_heads t_outtab_item = gt_alv_cumulat_items.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = 'IDCN_ZJFSTR_SIMDOC_ITEM' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_tabname = 'GT_OLD_POSTINGS' it_events = lt_events i_text = l_text TABLES t_outtab = gt_alv_old_postings EXCEPTIONS program_error = 1 maximum_of_appends_reached = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = gt_alv_old_postings EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_zjfsim_hdr CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_zjfsim_itm CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_HS_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_HS_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat is_keyinfo = ls_keyinfo i_header_tabname = lc_simdoc_hdrs i_item_tabname = lc_simdoc_itms it_events = lt_events it_sort = lt_sort i_text = l_text TABLES t_outtab_header = gt_alv_simdoc_heads t_outtab_item = gt_alv_simdoc_items EXCEPTIONS program_error = 1 maximum_of_appends_reached = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' "#EC * EXPORTING i_callback_program = l_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort it_events = lt_events i_tabname_header = lc_simdoc_hdrs i_tabname_item = lc_simdoc_itms is_keyinfo = ls_keyinfo TABLES t_outtab_header = gt_alv_simdoc_heads t_outtab_item = gt_alv_simdoc_items.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_fagl_s_list3 CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_APPEND





CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_tabname = 'GT_LISTPROFIT' it_events = lt_events i_text = l_text TABLES t_outtab = gt_alv_listprofit EXCEPTIONS program_error = 1 maximum_of_appends_reached = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = gt_alv_listprofit EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_structure_name = lc_zjfskipacc CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_structure_name = lc_zjfskipacc_t CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_tabname = 'GT_SKIPACC_TXT' it_events = lt_events i_text = l_text TABLES t_outtab = gt_alv_skipacc_txt EXCEPTIONS program_error = 1 maximum_of_appends_reached = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = gt_alv_skipacc_txt EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_fagl_s_list4 CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_tabname = 'GT_LISTTOTAL' it_events = lt_events i_text = l_text TABLES t_outtab = gt_alv_listtotal EXCEPTIONS program_error = 1 maximum_of_appends_reached = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = gt_alv_listtotal EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = 'APQI' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_tabname = 'GT_OLD_MAPS' it_events = lt_events i_text = l_text TABLES t_outtab = gt_alv_old_maps EXCEPTIONS program_error = 1 maximum_of_appends_reached = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = gt_alv_old_maps EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_fagl_s_list5 CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = gt_check_fields EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' "#EC * EXPORTING i_list_type = 0 IMPORTING et_events = ct_events_tab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_fagl_s_list6 CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_tabname = 'GT_LISTTOTAL_PRCTR' it_events = lt_events i_text = l_text TABLES t_outtab = gt_alv_listtotal_prctr EXCEPTIONS program_error = 1 maximum_of_appends_reached = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events TABLES t_outtab = gt_alv_listtotal EXCEPTIONS program_error = 1 OTHERS = 2.






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