RFFRCBIC80 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In France, companies are required to report details (values and dates) about their imports and exports to the authorities...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 RFFRCBIC80 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.
Selection Text: SE_BUKRS = Company Code
Selection Text: SE_BUDA = Posting Date
Selection Text: SE_BELNR = Document Number
Selection Text: SEL_LZBK = State central bank indicator
Selection Text: SCOUNTRY = D .
Selection Text: PAR_NOM = Identifier file
Selection Text: PAR_FILE = File name appl. srv.
Selection Text: PAR_FIL2 = File name
Selection Text: PAR_CHEK = Customer Selection
Selection Text: PAR_CHED = Vendor Selection
Selection Text: PAR_CHE5 = Output List on the Screen
Selection Text: PAR_CHE2 = Save on Local System
Selection Text: PAR_CHE1 = Save on Application Server
Selection Text: KD_LIFNR = Vendor
Selection Text: DD_KUNNR = Customer
Title: Report for the State Central Bank Indicator in France
Text Symbol: 010 = File name
Text Symbol: 009 = Output List on the Screen
Text Symbol: 008 = General Selections
Text Symbol: 005 = Save on Local System
Text Symbol: 004 = Save on Application Server
Text Symbol: 003 = Central bank indicator
Text Symbol: 002 = Output control
Text Symbol: 001 = Vendor selection
Text Symbol: 000 = Customer selection
INCLUDE RFFRCBIC80_TOP.
INCLUDE RFFRCBIC80_F00.
No SAP DATABASE tables are accessed within this REPORT code!
KD_GET_FILENAME_ON_F4 * CALL FUNCTION 'KD_GET_FILENAME_ON_F4' * EXPORTING * static = 'X' * CHANGING * file_name = par_fil2.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = 'DDF' TABLES callback = lt_callbacks selections = seltab EXCEPTIONS ldb_selections_not_accepted = 4 OTHERS = 1.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = 'KDF' TABLES callback = lt_callbackskdf selections = seltabkdf EXCEPTIONS ldb_selections_not_accepted = 4 OTHERS = 1.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = filename = filename filetype = 'ASC' TABLES data_tab = it_ende_gui EXCEPTIONS file_write_error = 1 OTHERS = 22.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'RFFR_C80' TABLES t_outtab = it_local_c80.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFRCBIC80 - Report for the State Central Bank Indicator in France RFFRCBIC80 - Report for the State Central Bank Indicator in France RFFR2C01 - Document C80, Reports not Including Customer/Vendor Accounts RFFR2C01 - Document C80, Reports not Including Customer/Vendor Accounts RFFR1C01 - Document C80, Reporting of Finan.Transacts Minus Sp.G/L codes A and W RFFR1C01 - Document C80, Reporting of Finan.Transacts Minus Sp.G/L codes A and W