SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICUP62C SAP ABAP INCLUDE - documentation and ABAP source code







FICUP62C 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 FICUP62C 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 FICUP62C. "Basic submit
SUBMIT FICUP62C AND RETURN. "Return to original report after report execution complete
SUBMIT FICUP62C 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 FICUP62C

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:

WS_UPLOAD * call function 'WS_UPLOAD' * exporting * filename = gd_pfile * filetype = ld_form * tables * data_tab = it_upload * 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 * gui_refuse_filetransfer = 8 * others = 9.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = 'ECCS_FILE_VALIDATE' parameter_1 = sy-repid CHANGING physical_filename = gd_pfile EXCEPTIONS OTHERS = 1.

CONVERT_RATE_INPUT call function 'CONVERT_RATE_INPUT' exporting rate_extern = ld_split importing rate = ld_rate exceptions input_error = 1.

DD_TABD_GET call function 'DD_TABD_GET' exporting get_state = get_state tabl_name = ld_table withtext = 'X' langu = sy-langu tables dd03p_tab_a = ct_dd03p.

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

CONVERSION_EXIT_ISOLA_INPUT call function 'CONVERSION_EXIT_ISOLA_INPUT' exporting input = ld_split importing output = output exceptions unknown_language = 1 others = 2.

HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting selectfield = ld_selectfield importing select_value = ld_selectvalue tables fields = it_fields full_table = it_values exceptions others = 1.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = id_tabname tables dfies_tab = lt_dfies.



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