RFIDATEB00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFIDATEB00 imports a file in Swift Format MT940 and one or more files with format V3 (message type DEBMUL and CREMUL)...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 RFIDATEB00 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: V3_DATEI = Name of return data carrier
Selection Text: SWIFT = Name of the MT940 input file
Selection Text: PAR_VARI = Variant for RFEBKA00
Selection Text: PAR_SUBM = Transfer to report RFEBKA00
Selection Text: PAR_PCUP = Load from local PC
Selection Text: PAR_PCDW = Save on local PC
Selection Text: PAR_CDPG = Code page for File upload
Selection Text: MT_BUART = Posting Type
Selection Text: MTO_NAME = Name of the MT940 output file
Selection Text: MTO_GVC = Process Code (BTC) f. Expenses
Selection Text: FORM_S =
Title: Creation of an MT940 file with data from the V3 return data carrier
Text Symbol: 029 = Amount $ contains a decimal point not allowed
Text Symbol: 030 = Total amount on level B does not agree with the total of line items $ on level C
Text Symbol: 031 = File $ has been saved successfully
Text Symbol: 032 = Data has been determined successfully
Text Symbol: 033 = Amount could not be translated into account currency
Text Symbol: 034 = ROUNDING DIFFERENCE LINE
Text Symbol: 035 = Foreign currency amount $ in MT940 file differs from V3 Betrag $
Text Symbol: 036 = Expenses
Text Symbol: 101 = Entry data
Text Symbol: 102 = Output data
Text Symbol: 103 = Update
Text Symbol: 104 = Data for Resulting MT940 File
Text Symbol: 110 = Structured
Text Symbol: 111 = Unstructured
Text Symbol: 112 = Both types of field type 86 present
Text Symbol: 113 = File $ is empty and cannot be uploaded
Text Symbol: 028 = Currency of a line item does correspond to the account currency
Text Symbol: 001 = No suitable data was found from the return data carriers
Text Symbol: 002 = No continuous numbering of the SEQ segments in message $
Text Symbol: 003 = File does not contain any messages
Text Symbol: 004 = File $ was imported successfully
Text Symbol: 005 = In message $ segment $ on level $ is missing
Text Symbol: 006 = Message $ does not contain either CREMUL or DEBMUL
Text Symbol: 007 = In message $, segment $ on level $ has been constructed incorrectly
Text Symbol: 008 = In message $ segment $ on level $ does not contain any reference entries
Text Symbol: 009 = Mess. $, LIN $, Item $, Seg.Gr. 17: incorrect charges currency
INCLUDE RFIDATEB00_GLOBAL_DATA.
INCLUDE RFIDATEB00_V3_ROUTINES.
INCLUDE RFIDATEB00_MT940_ROUTINES.
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 = swift.
KD_GET_FILENAME_ON_F4 CALL FUNCTION 'KD_GET_FILENAME_ON_F4' EXPORTING static = 'X' CHANGING file_name = v3_datei-low.
KD_GET_FILENAME_ON_F4 CALL FUNCTION 'KD_GET_FILENAME_ON_F4' EXPORTING static = 'X' CHANGING file_name = mto_name.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDATEB00 - Creation of an MT940 file with data from the V3 return data carrier RFIDATEB00 - Creation of an MT940 file with data from the V3 return data carrier RFIDATAFS_VALIDATE_XML_FILEF01 - Include RFIDATAFS_VALIDATE_XML_FILEF01 RFIDATAFS_SELECTION - Include RFIDATAFS_SELECTION RFIDATAFS_MAIN - Include RFIDATAFS_MAIN RFIDATAFS_FORMS - Include RFIDATAFS_FORMS