RFESR100 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFESR100 is used for editing an original file with POR data of the post office or the bank...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 RFESR100 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: FILE_OUT = Path/name of output file
Selection Text: FILE_IN = Path/Name of Input File
Selection Text: DISK = Read file from disk
Title: Editing of POR data (5 1/4" and 3 1/2" MS-DOS disks)
Text Symbol: 021 = records written in the output file
Text Symbol: 020 = There were
Text Symbol: 012 = Totals record is wrapped
Text Symbol: 011 = File opening label is wrapped
Text Symbol: 010 = Diskette opening label is wrapped
Text Symbol: 008 = Specify different path names
Text Symbol: 007 = Last record was not wrapped
Text Symbol: 006 = Last record has transaction type
Text Symbol: 005 = Check: Last record is not a totals record
Text Symbol: 004 = Input file cannot be processed
Text Symbol: 003 = Data medium numbers do not correspond
Text Symbol: 002 = Data medium number is from VOL record of the input file
Text Symbol: 001 = Data medium number is on the entry screen
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ID_OBSOLETE_OBJECT CALL FUNCTION 'ID_OBSOLETE_OBJECT' EXPORTING I_PROGRAMM = sy-repid EXCEPTIONS E_OBSOLETE = 1.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename CHANGING physical_filename = FILE_OUT EXCEPTIONS OTHERS = 1.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename CHANGING physical_filename = FILE_IN EXCEPTIONS OTHERS = 1.
WS_UPLOAD CALL FUNCTION 'WS_UPLOAD' EXPORTING FILENAME = DISK-DATEI FILETYPE = 'ASC' TABLES DATA_TAB = DISK_TAB EXCEPTIONS FILE_OPEN_ERROR = 1 FILE_READ_ERROR = 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.
RFESR100 - Editing of POR data (5 1/4" and 3 1/2" MS-DOS disks) RFESR100 - Editing of POR data (5 1/4" and 3 1/2" MS-DOS disks) RFESR000 - Processing of Incoming Data from OSR or Post and Bank ISR RFESR000 - Processing of Incoming Data from OSR or Post and Bank ISR RFEPOSX1 - Line Items: XXL - List Viewer RFEPOSX1 - Line Items: XXL - List Viewer