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

RFIDCN_PLACCT_FWD_F05 SAP ABAP INCLUDE - Include RFIDCN_PLACCT_FWD_F05







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


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_F05. "Basic submit
SUBMIT RFIDCN_PLACCT_FWD_F05 AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDCN_PLACCT_FWD_F05 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_F05


INCLUDES used within this REPORT RFIDCN_PLACCT_FWD_F05

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:

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.



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