RFIDCN17_F01 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 RFIDCN17_F01 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 RFIDCN17_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PERIOD_DAY_DETERMINE CALL FUNCTION 'PERIOD_DAY_DETERMINE' EXPORTING i_gjahr = l_gjahr i_monat = l_period_high i_periv = l_periv IMPORTING * E_FDAY = e_lday = l_lday * E_SPERIOD = EXCEPTIONS error_period = 1 error_period_version = 2 firstday_not_defined = 3 period_not_defined = 4 year_invalid = 5 OTHERS = 6 .
IDCN_GAIS_CURR_CODE CALL FUNCTION 'IDCN_GAIS_CURR_CODE' EXPORTING i_waers = l_waers IMPORTING * E_WAERS = e_amt_scale = e_amt_scale EXCEPTIONS currency_does_not_exist = 1 OTHERS = 2 .
IDCN_GAIS_CREATE_LOG CALL FUNCTION 'IDCN_GAIS_CREATE_LOG' EXPORTING i_prog_name = sy-cprog IMPORTING e_handle = e_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
IDCN_GAIS_IMPORT_LOG CALL FUNCTION 'IDCN_GAIS_IMPORT_LOG' EXPORTING i_complete_overwrite = 'X'.
IDCN_GAIS_EXPORT_LOG CALL FUNCTION 'IDCN_GAIS_EXPORT_LOG'.
IDCN_GAIS_DISP_LOG CALL FUNCTION 'IDCN_GAIS_DISP_LOG' EXPORTING i_handle = g_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = g_handle.
FI_BS_LOAD CALL FUNCTION 'FI_BS_LOAD' EXPORTING version = p_versn * IMPORTING * BS_INFO = EXCEPTIONS not_found = 1 pos_not_found = 2 langu_not_found = 3 OTHERS = 4 .
FI_BS_NODE_GET_PARENT CALL FUNCTION 'FI_BS_NODE_GET_PARENT' EXPORTING node_id = i_node_id IMPORTING parent_node_id = l_p_node_id EXCEPTIONS parent_not_found = 1 not_found = 2 OTHERS = 3.
IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = g_handle.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'IDCNGA17' is_variant = l_variant i_save = 'A' TABLES t_outtab = tab_idcnga17.
IDCN_GAIS_CREATE_FILE CALL FUNCTION 'IDCN_GAIS_CREATE_FILE' EXPORTING i_ddictype = 'IDCNGA17' i_filename = g_filename i_downloadmode = g_dl_mode i_handle = g_handle TABLES t_itab = tab_idcnga17 EXCEPTIONS e_type_error = 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.
RFIDCN17_F01 - Include RFIDCN17_F01 RFIDCN17 - Golden Audit:Undertaking expenditure detail report(non-profit)(China) RFIDCN17 - Golden Audit:Undertaking expenditure detail report(non-profit)(China) RFIDCN16_TOP - Include RFIDCN16_TOP RFIDCN16_SEL - Include RFIDCN16_SEL RFIDCN16_F01 - Include RFIDCN16_F01