SAP Reports / Programs

FICIRU00 SAP ABAP Report - Upload rollup-relevant Customizing data from local text file







FICIRU00 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 FICIRU00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CXN8 - Upload Rollup-related Data


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 FICIRU00. "Basic submit
SUBMIT FICIRU00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICIRU00 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: PA_DELDT = Delete the data first
Selection Text: PA_FNAME = D Physical file name
Title: Upload rollup-relevant Customizing data from local text file
Text Symbol: B01 = Settings
Text Symbol: M01 = bytes transferred
Text Symbol: M02 = Conversion error while uploading the file
Text Symbol: M03 = Error while opening the file (please check file name)
Text Symbol: M04 = Error while reading the file
Text Symbol: M05 = Data structure is too large
Text Symbol: M06 = Invalid file type
Text Symbol: M07 = Cannot upload data in batch mode
Text Symbol: M08 = Unknown error while uploading the data
Text Symbol: M09 = Unspecified error while uploading the data
Text Symbol: M10 = Table is unknown
Text Symbol: M11 = Data was updated
Text Symbol: T01 = File selection


INCLUDES used within this REPORT FICIRU00

INCLUDE: FICIRU0T,
FICIRU0S.


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:

FC_FIELD_PROPERTIES call function 'FC_FIELD_PROPERTIES' "bal/alrk194337 importing it_fprop = gt_fprop. "bal/alrk194337

WS_FILENAME_GET call function 'WS_FILENAME_GET' exporting * DEF_FILENAME = ' ' * DEF_PATH = ' ' mask = ',*.*,*.*.'

WS_UPLOAD * call function 'WS_UPLOAD' * exporting * filename = ld_filename * filetype = ld_filetype * importing * filelength = ld_n_fsize * tables * data_tab = it_data * exceptions * conversion_error = 1 * file_open_error = 2 * file_read_error = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * others = 8.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING FILENAME = ld_filename1 FILETYPE = ld_filetype1 IMPORTING FILELENGTH = ld_n_fsize1 TABLES DATA_TAB = it_data EXCEPTIONS FILE_OPEN_ERROR = 1 FILE_READ_ERROR = 2 NO_BATCH = 3 GUI_REFUSE_FILETRANSFER = 4 INVALID_TYPE = 5 NO_AUTHORITY = 6 UNKNOWN_ERROR = 7 BAD_DATA_FORMAT = 8 HEADER_NOT_ALLOWED = 9 SEPARATOR_NOT_ALLOWED = 10 HEADER_TOO_LONG = 11 UNKNOWN_DP_ERROR = 12 ACCESS_DENIED = 13 DP_OUT_OF_MEMORY = 14 DISK_FULL = 15 DP_TIMEOUT = 16.

FC_AT_RECORDING_CHECK * call function 'FC_AT_RECORDING_CHECK' "bal107522 * exporting e_object = gc_cust_obj. "bal107522

FC_AT_REQUEST_SAVE * call function 'FC_AT_REQUEST_SAVE'.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' "STO050544 exporting e_id = 'ITCLG' e_actvt = '*' e_itclg = '*'. " STO092321

FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = id_tabname e_object = gc_cust_obj tables it_keylist = it_keylist.



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