SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFESR100 SAP ABAP Report - Editing of POR data (5 1/4" and 3 1/2" MS-DOS disks)







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


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


INCLUDES used within this REPORT RFESR100

No INCLUDES are used within this REPORT code!


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:

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.



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