RFIDCN02 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 RFIDCN02 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: GL_ITEMS = Output individual G/L line
Selection Text: PERIOD = Period
Selection Text: P_ALT = Output alternative account
Selection Text: P_GL = Output G/L account
Selection Text: VERSION = Financial statement version
Title: Golden Audit: GL Account Master and Balance (China)
Text Symbol: B01 = Financial Statement Version
Text Symbol: B02 = Financial Month
Text Symbol: B03 = Output individual G/L line
Text Symbol: B04 = G/L account or Alternative account
Text Symbol: F01 = cheng ben fei yong lei
Text Symbol: T01 = Credit
Text Symbol: T02 = Debit
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_CURR_CODE CALL FUNCTION 'IDCN_GAIS_CURR_CODE' EXPORTING i_waers = skc1c-fwaer IMPORTING e_waers = tab_glnum-idcn020 EXCEPTIONS OTHERS = 1.
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_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.
DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'IDCNCHKGR' langu = sy-langu TABLES dd07v_tab = ltab_chkgr.
FI_IMPORT_BALANCE_SHEET_TEXT CALL FUNCTION 'FI_IMPORT_BALANCE_SHEET_TEXT' EXPORTING sprache = sy-langu version = version TABLES x011q = tab_xq " Financial Statement Item Texts EXCEPTIONS OTHERS = 1.
IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = g_handle.
FI_IMPORT_BALANCE_SHEET_POS CALL FUNCTION 'FI_IMPORT_BALANCE_SHEET_POS' EXPORTING version = version TABLES i011z = tab_iz " AssignmentofBalanceSheetLineItemtoAccount x011p = tab_xp " Items in the Financial Statement x011f = tab_xf " Items in Functional area EXCEPTIONS OTHERS = 1.
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 = 'IDCNGA02' is_variant = l_variant i_save = 'A' TABLES t_outtab = tab_master.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'IDCNGA03' is_variant = l_variant i_save = 'A' TABLES t_outtab = tab_balance.
IDCN_GAIS_CREATE_FILE CALL FUNCTION 'IDCN_GAIS_CREATE_FILE' EXPORTING i_ddictype = 'IDCNGA02' i_filename = g_filename i_downloadmode = g_mode i_handle = g_handle TABLES t_itab = ltab_idcnga02.
IDCN_GAIS_CREATE_FILE CALL FUNCTION 'IDCN_GAIS_CREATE_FILE' EXPORTING i_ddictype = 'IDCNGA03' i_filename = g_filename i_downloadmode = g_mode i_handle = g_handle TABLES t_itab = ltab_idcnga03.
IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = g_handle.
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_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = g_handle.
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.
PERIOD_DAY_DETERMINE CALL FUNCTION 'PERIOD_DAY_DETERMINE' EXPORTING i_gjahr = l_gjahr i_monat = g_period 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 .
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' EXPORTING ID_BUKRS = g_bukrs IMPORTING E_GLFLEX_ACTIVE = g_new_gl_active EXCEPTIONS ERROR_IN_SETUP = 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.
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 RFIDCN02 or its description.
RFIDCN02 - Golden Audit: GL Account Master and Balance (China) RFIDCN02 - Golden Audit: GL Account Master and Balance (China) 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)