RFIDCN_ACCTBLNF04 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_ACCTBLNF04 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: Include RFIDCN_ACCTBLNF04
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = lt_events.
REUSE_ALV_HIERSEQ_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' * EXPORTING * i_callback_program = gv_repid * i_callback_pf_status_set = 'SET_PF_STATUS' * i_callback_user_command = 'USER_COMM_H' * is_layout = gs_layout * it_fieldcat = gt_fieldcatalog[] ** IT_EXCLUDING = ** IT_SPECIAL_GROUPS = GT_SP_GROUP[] ** IT_SORT = ** IT_FILTER = ** IS_SEL_HIDE = ** I_SCREEN_START_COLUMN = 0 ** I_SCREEN_START_LINE = 0 ** I_SCREEN_END_COLUMN = 0 ** I_SCREEN_END_LINE = 0 ** i_default = g_default * i_save = 'A' ** IS_VARIANT = G_VARIANT * it_events = lt_events[] ** IT_EVENT_EXIT = * i_tabname_header = 'GT_BALANCE_HEADER' * i_tabname_item = 'GT_BALANCE' * is_keyinfo = gs_keyinfo ** IS_PRINT = ** IMPORTING ** E_EXIT_CAUSED_BY_CALLER = * TABLES * t_outtab_header = gt_balance_header * t_outtab_item = gt_balance_cum.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMM_H' i_structure_name = 'GT_BALANCE' is_layout = gs_layout it_fieldcat = gt_fieldcatalog[] i_save = 'A' it_events = lt_events[] * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_balance_alv EXCEPTIONS program_error = 1 OTHERS = 2.
RK_KOKRS_FIND CALL FUNCTION 'RK_KOKRS_FIND' EXPORTING bukrs = p_bukrs IMPORTING kokrs = lv_kokrs EXCEPTIONS assignment_not_allowed = 1 insufficient_input = 2 no_kokrs_assigned = 3 no_kokrs_for_bukrs = 4 no_kokrs_for_bu_gb = 5 wrong_kokrs_for_bukrs = 6 wrong_kokrs_for_bu_gb = 7 OTHERS = 8.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list_commentaries.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = lv_form IMPORTING e_funcname = lv_fm_name e_interface_type = lv_interface_type.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' IMPORTING e_result = fp_clresult EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lc_tab_bkpf CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = pv_save CHANGING cs_variant = ps_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
FAGL_GET_ITEMS_BSIS CALL FUNCTION 'FAGL_GET_ITEMS_BSIS' EXPORTING i_selection = lt_selection i_blocksize = lc_max_pack_lines i_block_data = gusl_c_false i_read_bseg = lv_read_bseg i_max_lines = lv_max_lines IMPORTING flag_cursor_open = lv_cursor_open CHANGING c_t_faglpose = lt_select.
FAGL_GET_ITEMS_BSAS CALL FUNCTION 'FAGL_GET_ITEMS_BSAS' EXPORTING i_selection = lt_selection i_blocksize = lc_max_pack_lines i_block_data = gusl_c_false i_read_bseg = lv_read_bseg i_max_lines = lv_max_lines IMPORTING flag_cursor_open = lv_cursor_open CHANGING c_t_faglpose = lt_select.
FAGL_GET_ITEMS_BSEG CALL FUNCTION 'FAGL_GET_ITEMS_BSEG' EXPORTING i_selection = lt_selection i_blocksize = lc_max_pack_lines i_block_data = gusl_c_true i_max_lines = lv_max_lines IMPORTING flag_cursor_open = lv_cursor_open CHANGING c_t_faglpose = lt_fagl_items.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FDBL_ACCOUNT' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
FGF4_GRID_AS_F4_HELP_DYN CALL FUNCTION 'FGF4_GRID_AS_F4_HELP_DYN' EXPORTING it_fieldcat = lt_fieldcat pd_structure = 'FDBL_ACCOUNT' IMPORTING pd_line = lv_line CHANGING pt_table = lt_fdbl_account EXCEPTIONS no_line_selected = 1 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.