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

RFIDCN04 SAP ABAP Report - Golden Audit: Accounting Vouchers (China)







RFIDCN04 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 RFIDCN04 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 RFIDCN04. "Basic submit
SUBMIT RFIDCN04 AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDCN04 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_ALT = Output alternative account
Selection Text: P_BOOKER = Bookkeeper
Selection Text: P_CASH = Cashier
Selection Text: P_CHECK = Double Check Staff
Selection Text: P_GL = Output G/L account
Selection Text: P_VERSN = Financial statement version
Title: Golden Audit: Accounting Vouchers (China)
Text Symbol: ADD = Additional selection
Text Symbol: STA = Accountants


INCLUDES used within this REPORT RFIDCN04

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:

IDCN_GAIS_CREATE_LOG CALL FUNCTION 'IDCN_GAIS_CREATE_LOG' EXPORTING i_prog_name = sy-cprog IMPORTING e_handle = gv_handle.

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 = gv_handle.

IDCN_GAIS_CURR_CODE CALL FUNCTION 'IDCN_GAIS_CURR_CODE' EXPORTING i_waers = bkpf-waers IMPORTING e_waers = wa_idcnga04-idcn020 EXCEPTIONS currency_does_not_exist = 1 OTHERS = 2.

IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = gv_handle.

SUSR_USER_ADDRESS_READ CALL FUNCTION 'SUSR_USER_ADDRESS_READ' EXPORTING user_name = l_maker IMPORTING user_address = l_addr3 EXCEPTIONS user_address_not_found = 1 OTHERS = 2.

IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = gv_handle.

IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = gv_handle.

IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = gv_handle.

IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = gv_handle.

IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = gv_handle.

IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = gv_handle.

IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = gv_handle.

IDCN_GAIS_EXPORT_LOG CALL FUNCTION 'IDCN_GAIS_EXPORT_LOG'.

IDCN_GAIS_EXPORT_LOG CALL FUNCTION 'IDCN_GAIS_EXPORT_LOG'.

IDCN_GAIS_DISP_LOG CALL FUNCTION 'IDCN_GAIS_DISP_LOG' EXPORTING i_handle = gv_handle.

IDCN_GAIS_CREATE_FILE CALL FUNCTION 'IDCN_GAIS_CREATE_FILE' EXPORTING i_ddictype = 'IDCNGA04' i_filename = gv_filename i_downloadmode = gv_download_mode i_handle = gv_handle TABLES t_itab = tab_idcnga04.

LVC_FIELDCATALOG_MERGE * CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' * EXPORTING * I_STRUCTURE_NAME = 'IDCNGA04' * CHANGING * CT_FIELDCAT = LTAB_FCAT.

REUSE_ALV_GRID_DISPLAY





CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'IDCNGA04' is_variant = l_variant i_save = 'A' * IT_FIELDCAT = LTAB_FIELDCAT TABLES t_outtab = tab_idcnga04 EXCEPTIONS program_error = 1 OTHERS = 2.

IDCN_GAIS_LOG_MSG_ADD CALL FUNCTION 'IDCN_GAIS_LOG_MSG_ADD' EXPORTING i_handle = gv_handle.

G_HELP_VALUES_GET CALL FUNCTION 'G_HELP_VALUES_GET' EXPORTING fieldname = 'VERSN' tabname = 'IDCNFSPOS' IMPORTING selected_value = para.



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