RFEBESCSB00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to convert electronic bank statements in formats CSB57 (payment lots) or CSB19...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 RFEBESCSB00 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: P_SUBCA = Further Processing
Selection Text: PAR_PCUP = PC upload
Selection Text: PAR_PCDW = PC Download
Selection Text: PAR_HIST = Check Archive
Selection Text: PAR_FMT = Format
Selection Text: PAR_FIL3 = Name of Line Item File
Selection Text: PAR_FIL2 = Name of Statement File
Selection Text: PAR_FIL1 = Name of Input file
Title: Bank statement Spain - conversion to MultiCash format
Text Symbol: 102 = File to be Imported
Text Symbol: 101 = Banks
Text Symbol: 056 = Amount
Text Symbol: 055 = List of negative amounts
Text Symbol: 054 = Check Digit
Text Symbol: 053 = Document Number
Text Symbol: 052 = Bank account
Text Symbol: 051 = Bank Key
Text Symbol: 050 = List of new direct debited customers
Text Symbol: 010 = Data Record Cde
Text Symbol: 006 = Check Archive
Text Symbol: 005 = Currency
Text Symbol: 003 = Bank Key
Text Symbol: 002 = NIF Number
Text Symbol: 001 = File Code
Text Symbol: 103 = File to be Output
Text Symbol: 105 = Check
Text Symbol: 107 = FI-CA
Text Symbol: 108 = FI
Text Symbol: 110 = File selection
Text Symbol: 111 = Files were created sucessfully for Format
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msglog EXCEPTIONS OTHERS = 1.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = gs_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFEBESCSB00 - Bank statement Spain - conversion to MultiCash format RFEBESCSB00 - Bank statement Spain - conversion to MultiCash format RFEBES20 - Import Electronic Bank Statement (France) RFEBES20 - Import Electronic Bank Statement (France) RFEBES03 - Common data for RFEBKA* RFEBES00 - Do not use this program. Use RFEBKA00.