RFIDCN_ACC_DOC_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_ACC_DOC_F02 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_ACC_DOC_F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FAGL_GET_TABLENAMES CALL FUNCTION 'FAGL_GET_TABLENAMES' EXPORTING i_ledger = p_rldnr IMPORTING es_tabnames = ls_tabnames EXCEPTIONS not_found = 1 configuration_error = 2 OTHERS = 3.
SUSR_USER_ADDRESS_READ CALL FUNCTION 'SUSR_USER_ADDRESS_READ' EXPORTING user_name = bkpf-usnam IMPORTING user_address = gs_usr_name EXCEPTIONS user_address_not_found = 1 OTHERS = 2.
READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING kontenplan = t001-ktopl sachkonto = p_racct sprache = sy-langu * NO_BUFFER = IMPORTING text_wa = ls_skat EXCEPTIONS text_not_found = 1 OTHERS = 2.
READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING kontenplan = t001-ktopl sachkonto = p_racct sprache = sy-langu * NO_BUFFER = IMPORTING text_wa = ls_skat EXCEPTIONS text_not_found = 1 OTHERS = 2.
FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = lt_trange IMPORTING where_clauses = lt_where_clause.
FUNC_AREA_CONVERSION_OUTBOUND CALL FUNCTION 'FUNC_AREA_CONVERSION_OUTBOUND' EXPORTING i_func_area_long =
-fkber IMPORTING e_func_area = ls_bseg-fkber e_func_area_long = ls_bseg-fkber_long.
FUNC_AREA_CONVERSION_OUTBOUND CALL FUNCTION 'FUNC_AREA_CONVERSION_OUTBOUND' EXPORTING i_func_area_long = ls_bseg_add-fkber IMPORTING e_func_area = ls_bseg-fkber e_func_area_long = ls_bseg-fkber_long.
IDCN_GLACCOLD_GET CALL FUNCTION 'IDCN_GLACCOLD_GET' EXPORTING iv_ktopl = t001-ktopl iv_saknr = p_hkont iv_date = p_budat IMPORTING * ES_IDCN_GLACCOLD = ev_old_gl_account = e_oldglacc ev_old_gl_account_desc = e_oldglacc_desc EXCEPTIONS not_maintained = 1 OTHERS = 2.
G_SUMTABLE_AND_MODE_GIVE CALL FUNCTION 'G_SUMTABLE_AND_MODE_GIVE' EXPORTING i_tcode = 'GD23' IMPORTING e_appl = appl e_subappl = subappl e_only_fixed_ledgers = only_fixed_ledgers e_with_dependent_ledgers = with_dependent_ledgers e_only_free_ledgers = only_free_ledgers TABLES t_allowed_tables = t_allowed_tables.
G_DISPLAY_LEDGERS_FOR_TABLE CALL FUNCTION 'G_DISPLAY_LEDGERS_FOR_TABLE' EXPORTING GAPPL = APPL GSUBAPPL = SUBAPPL only_fixed_ledgers = only_fixed_ledgers with_dependent_ledgers = with_dependent_ledgers only_free_ledgers = only_free_ledgers IMPORTING picked_ledger = R_RLDNR picked_ledger_name = help_text_t881t TABLES allowed_tables = t_allowed_tables EXCEPTIONS no_ledger_found = 1 OTHERS = 2.
G_GLU1_ITEMS_SELECT CALL FUNCTION 'G_GLU1_ITEMS_SELECT' EXPORTING i_ledger = p_rldnr i_selection = selection_doc CHANGING c_t_items = items EXCEPTIONS not_found = 1 OTHERS = 2.
G_GLU1_ITEMS_DISPLAY_HS CALL FUNCTION 'G_GLU1_ITEMS_DISPLAY_HS' EXPORTING i_ledger = p_rldnr i_items = items i_cwcode = 'X' i_text = text-t01 * IMPORTING * e_t_cathead = cathead[] * e_t_catitem = catitem[] EXCEPTIONS internal_error = 1 error_tp_authority = 2 no_info_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.