SAP Reports / Programs

RFFRCBIC80 SAP ABAP Report - Report for the State Central Bank Indicator in France







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


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


INCLUDES used within this REPORT RFFRCBIC80

INCLUDE RFFRCBIC80_TOP.
INCLUDE RFFRCBIC80_F00.


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:

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.



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