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

FICUP58X SAP ABAP Report - SAP Cons: Upload Additional Fin. Data/IPI fr. MS Access Offline Entry







FICUP58X is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FICUP58X 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

CX33 - Upload IPI AFD, Offline Data Entry


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 FICUP58X. "Basic submit
SUBMIT FICUP58X AND RETURN. "Return to original report after report execution complete
SUBMIT FICUP58X 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_APPL = Application Server
Selection Text: PA_LORIG = Original List
Selection Text: PA_PFILE = Physical File Name
Selection Text: PA_PRES = Presentation Server
Selection Text: PA_PROT = Log
Selection Text: PA_TEST = Test Run
Selection Text: PA_UP585 = Inventory Data
Selection Text: PA_UP586 = Supplier Data
Title: SAP Cons: Upload Additional Fin. Data/IPI fr. MS Access Offline Entry
Text Symbol: B01 = Additional Financial Data
Text Symbol: B02 = File
Text Symbol: B03 = Technical Settings


INCLUDES used within this REPORT FICUP58X

FICLPF00.


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_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING mask = ',*.*,*.*.'

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = id_fieldname langu = sy-langu IMPORTING dd02v_wa = ls_dd02v.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = gc_struc_hlp TABLES x031l_tab = lt_x031l.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = lt_x031l-rollname langu = sy-langu IMPORTING dd04v_wa = ls_dd04v.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ed_dtab TABLES dfies_tab = lt_dfies.

WS_UPLOAD * call function 'WS_UPLOAD' * exporting filename = id_file * filetype = 'ASC' * tables data_tab = lt_line * exceptions file_open_error = 2 * file_read_error = 3.

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

FC_TREE_DISPLAY CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING e_title = sy-title e_tab_struct = ld_struc_tab e_hlp_struct = gc_struc_hlp et_data = et_list = lt_list et_fdisp = lt_fdisp et_mdata = it_message "mix765775 CHANGING ct_work = ct_ffix = lt_ffix ct_fused = lt_fused.

FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING i_itclg = l_itclg.

FC_STATUS_CHECK_CACTI_AFD CALL FUNCTION 'FC_STATUS_CHECK_CACTI_AFD' EXPORTING e_itclg = l_itclg e_dimen = e_rvers = e_ryear = l_ryear e_perid = l_perid * e_coi = lf_coi TABLES t_status = lt_status t_locked = lt_locked EXCEPTIONS error_message = 1.



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