RFIDCN01 is a standard Executable ABAP Report 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 RFIDCN01 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.
Selection Text: P_ACSTR = Account Structure
Selection Text: P_CMPCD = Company Code
Selection Text: P_CMPTYP = Company Type
Selection Text: P_EABID = Electronic Account Book ID
Selection Text: P_EABNAM = Electronic Account Book Name
Selection Text: P_FISYR = Fiscal Year
Selection Text: P_INDUS = Industry
Selection Text: P_OGCODE = Organizational Code
Selection Text: P_USER = Company Name
Title: Golden Audit: Electronic Account Book (China)
Text Symbol: 001 = SAP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IDCN_GAIS_CREATE_LOG CALL FUNCTION 'IDCN_GAIS_CREATE_LOG' EXPORTING i_prog_name = sy-cprog IMPORTING e_handle = g_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_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = g_handle.
IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = g_handle.
IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = g_handle.
IDCN_GAIS_CURR_CODE CALL FUNCTION 'IDCN_GAIS_CURR_CODE' EXPORTING i_waers = l_currency IMPORTING e_waers = l_currency_cn EXCEPTIONS currency_does_not_exist = 1 OTHERS = 2.
IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = g_handle.
IDCN_GAIS_CREATE_FILE CALL FUNCTION 'IDCN_GAIS_CREATE_FILE' EXPORTING i_ddictype = 'IDCNGA01' i_filename = g_filename i_downloadmode = g_dl_mode i_handle = g_handle TABLES t_itab = tab_idcnga01.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'IDCNGA01' is_variant = l_variant i_save = 'A' TABLES t_outtab = tab_idcnga01.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDCN01 - Golden Audit: Electronic Account Book (China) RFIDCN01 - Golden Audit: Electronic Account Book (China) RFIDCH_ASR - Payment Authorization Printing (Switzerland) RFIDCH_ASR - Payment Authorization Printing (Switzerland) RFIDCFM_BR_TRBALVA_TOP - Include RFBRBLTOP_CUST RFIDCFM_BR_TRBALVA_RF - Code Refactoring Include