FICDOW10 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 FICDOW10 into the relevant SAP transactions such as SE38 or SE80
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.
Information Concerning the Download Performed
Selection Text: PA_CONGR = D Cons group
Selection Text: PA_DIM = D Dimension
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_FLGFT = First parameter record
Selection Text: PA_FLGLT = Last parameter record
Selection Text: PA_HRCHY = D Hierarchy
Selection Text: PA_LANGU = D Language
Selection Text: PA_PFADN = D Path name
Selection Text: PA_RVERS = D Version
Selection Text: PA_TOPCG = D Consolidation group
Title: Specific Download (by Organizational Unit)
Text Symbol: 001 = Specific download
Text Symbol: 002 = You are downloading onto a
Text Symbol: 003 = UNIX system.
Text Symbol: 004 = Are you sure you want to
Text Symbol: 005 = save the data under UNIX?
001 Receiver CG/CU
002 Dim. CG/CU Dim. Hierarchy Top CG Language
INCLUDE FICDOW1T.
No SAP DATABASE tables are accessed within this REPORT code!
FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING i_itclg = gd_itclg.
WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING environment = space filename = space query = 'WS' winid = space IMPORTING return = l_umgebung EXCEPTIONS inv_query.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text-002 diagnosetext2 = text-003 diagnosetext3 = space textline1 = text-004 textline2 = text-005 titel = text-001 IMPORTING answer = l_answer.
UNICODE_REQUIRED CALL FUNCTION 'UNICODE_REQUIRED' IMPORTING unicode_required = lf_unicode.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = FILENAME = ld_filename FILETYPE = 'ASC' write_field_separator = space codepage = gd_codepage "mix772413 write_bom = 'X' "mix772413 TABLES DATA_TAB = r_pc_tab 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.
WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * bin_filesize = space ** CODEPAGE = 'IBM' * filename = ld_filename * filetype = 'ASC' * wk1_n_format = space * wk1_n_size = space * wk1_t_format = space * wk1_t_size = space ** IMPORTING ** FILELENGTH = FILELENGTH * TABLES * data_tab = r_pc_tab * EXCEPTIONS * file_open_error = 1 * file_write_error = 2 * invalid_type = 3 * unknown_error = 4.
FC_VALIDATIONS_CONVERT CALL FUNCTION 'FC_VALIDATIONS_CONVERT' EXPORTING e_langu = pa_langu e_valid = r_valid e_valgr = ld_valgr e_valrl = gd_valrl e_bunit = v_bunit e_itclg = gd_itclg "xhe050398 IMPORTING i_valrl = gd_valrl TABLES itab_valgrp = it_valgrp itab_valgrp_t = it_valgrp_t itab_valgrprl = it_valgrprl itab_valrl = it_valrl itab_valrlms = it_valrlms itab_valmess = it_valmess itab_valprot = it_valprot.
FC_VERSION_STR_DISMANTLE CALL FUNCTION 'FC_VERSION_STR_DISMANTLE' EXPORTING e_fb = 'B' e_rvers = v_rvers IMPORTING it_strvs = lt_strvs.
FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_errflg = con_on e_rvers = v_rvers e_ind_strvs = con_on e_ind_ldrvs = con_on e_ind_inpvs = con_on IMPORTING i_strvs = r_strvs i_ldrvs = r_ldrvs i_inpvs = r_inpvs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICDOW10 - Specific Download (by Organizational Unit) FICDOW10 - Specific Download (by Organizational Unit) FICDOW00 - General Download of Item and Consolidation Unit Structure FICDOW00 - General Download of Item and Consolidation Unit Structure FICDLTOP - Include FICCPTOP FICDLR0S - Include FICCUCFL