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

RFIDCN10 SAP ABAP Report - Golden Audit: Shareholders' Rights and Interest Changing (China)







RFIDCN10 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 RFIDCN10 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 RFIDCN10. "Basic submit
SUBMIT RFIDCN10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDCN10 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_GJAHR = Fiscal year
Selection Text: P_PERIOD = Period
Selection Text: S_CAPSU = Capital surplus accounts
Selection Text: S_PCAP = Paid-in capital accounts
Selection Text: S_SDRSV = S&D surplus reserve accounts
Selection Text: S_SPWF = Statutory pw fund accounts
Title: Golden Audit: Shareholders' Rights and Interest Changing (China)
Text Symbol: T01 = Enterprise's form 01 annex 2
Text Symbol: TIT = Additional selection


INCLUDES used within this REPORT RFIDCN10

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 = g_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

IDCN_GAIS_IMPORT_LOG CALL FUNCTION 'IDCN_GAIS_IMPORT_LOG' EXPORTING i_complete_overwrite = 'X'.

PERIOD_DAY_DETERMINE CALL FUNCTION 'PERIOD_DAY_DETERMINE' EXPORTING i_gjahr = p_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 = g_amt_scale EXCEPTIONS currency_does_not_exist = 1 OTHERS = 2 .

IDCN_GAIS_CREATE_FILE CALL FUNCTION 'IDCN_GAIS_CREATE_FILE' EXPORTING i_ddictype = 'IDCNGA10' i_filename = g_filename i_downloadmode = g_dl_mode i_handle = g_handle TABLES t_itab = tab_idcnga10.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IDCNGA10' CHANGING ct_fieldcat = ltab_fcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'IDCNGA10' is_variant = l_variant i_save = 'A' it_fieldcat = ltab_fieldcat i_callback_program = sy-repid i_callback_user_command = 'USER_COMMAND' TABLES t_outtab = tab_idcnga10_mod.

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.



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