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

I_RFIDUS99C_003 SAP ABAP INCLUDE - IRFIDUS99C003







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


INCLUDES used within this REPORT I_RFIDUS99C_003

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:

DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = par_trty i_tree_id = par_trid item = ls_dme_item TABLES file_output = lt_dme_file sort_fields = lt_dme_sortfields.

TAX_REP_SORT_DMEE_TABLE CALL FUNCTION 'TAX_REP_SORT_DMEE_TABLE' TABLES t_item = i_idus1099c t_dme_sortfields = lt_dme_sortfields.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = ls_dme_item TABLES file_output = lt_dme_file.

DMEE_END CALL FUNCTION 'DMEE_END' TABLES file_output = lt_dme_file.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = p_lofile_name filetype = 'ASC' TABLES data_tab = lpc_file EXCEPTIONS file_write_error = 1 * NO_BATCH = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 * UNKNOWN_ERROR = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 * DP_ERROR_CREATE = 11 * DP_ERROR_SEND = 12 * DP_ERROR_WRITE = 13 * UNKNOWN_DP_ERROR = 14 * ACCESS_DENIED = 15 * DP_OUT_OF_MEMORY = 16 * DISK_FULL = 17 * DP_TIMEOUT = 18 file_not_found = 19 * DATAPROVIDER_EXCEPTION = 20 * CONTROL_FLUSH_ERROR = 21 OTHERS = 22.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "#EC FB_PAR_MIS EXPORTING "#EC ARGCHECKED logical_filename = gc_filename CHANGING physical_filename = P_SEFILE EXCEPTIONS OTHERS = 1.

FI_PAYM_FILE_OPEN CALL FUNCTION 'FI_PAYM_FILE_OPEN' EXPORTING i_temse_name = par_tems i_file_name = p_sefile_name.

FI_PAYM_FILE_WRITE CALL FUNCTION 'FI_PAYM_FILE_WRITE' TABLES t_lines = ut_file.

FI_FILE_CLOSE CALL FUNCTION 'FI_FILE_CLOSE'.



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