RFIDCN_PLACCT_FWD_F05 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_F05 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_PLACCT_FWD_F05
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = gs_g_structure-b_budat IMPORTING date_internal = gs_sim_bkpf-budat EXCEPTIONS date_external_is_invalid = 1 OTHERS = 2.
CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = gs_g_structure-b_bldat IMPORTING date_internal = gs_sim_bkpf-bldat EXCEPTIONS date_external_is_invalid = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = l_repid i_structure_name = lc_tab_bseg CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' "#EC * EXPORTING i_list_type = 0 IMPORTING et_events = lt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_interface_check = ' ' i_bypassing_buffer = 'X' i_buffer_active = ' ' i_callback_program = l_repid i_callback_pf_status_set = 'SET_PF_STATUS_GRID' i_callback_user_command = 'HANDLE_EVENT_USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' is_layout = ls_layout it_fieldcat = lt_fieldcat it_excluding = lt_excluding it_sort = lt_sort i_save = 'A' is_variant = ls_variant it_events = lt_events is_print = ls_print i_html_height_top = l_height_top IMPORTING es_exit_caused_by_user = cs_exit_caused_by_user TABLES t_outtab = gt_sim_bseg_alv EXCEPTIONS program_error = 1 OTHERS = 2.
DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = ip_rollname TABLES dd04t_tab_a = lt_dd04t.
G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING company = is_db_bkpf-bukrs date = is_db_bkpf-budat ledger = is_db_bkpf-rldnr IMPORTING period = l_period year = l_gjahr EXCEPTIONS ledger_not_assigned_to_company = 1 period_not_defined = 2 variant_not_defined = 3 parameter_error = 4 OTHERS = 5.
POSTING_INTERFACE_END CALL FUNCTION 'POSTING_INTERFACE_END'.
READ_SKA1 CALL FUNCTION 'READ_SKA1' EXPORTING xktopl = is_g_structure-ktopl_in_range xsaknr =
-hkont IMPORTING xska1 = ls_ska1 xskat = ls_skat EXCEPTIONS key_incomplete = 1 not_authorized = 2 not_found = 3 OTHERS = 4.
READ_SKB1 CALL FUNCTION 'READ_SKB1' EXPORTING xbukrs = is_g_structure-bukrs xsaknr =
-hkont IMPORTING xskb1 = ls_skb1 EXCEPTIONS key_incomplete = 1 not_authorized = 2 not_found = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDCN_PLACCT_FWD_F05 - Include RFIDCN_PLACCT_FWD_F05 RFIDCN_PLACCT_FWD_F04 - Include RFIDCN_PLACCT_FWD_F04 RFIDCN_PLACCT_FWD_F03 - Include RFIDCN_PLACCT_FWD_F03 RFIDCN_PLACCT_FWD_F02 - Include RFIDCN_PLACCT_FWD_F02: ALV Subrutines RFIDCN_PLACCT_FWD_F01 - Include RFIDCN_PLACCT_FWD_F01 RFIDCN_PLACCT_FWD_F00 - Include RFIDCN_PLACCT_FWD_F00