RFKKBI_FILEEDIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report tests the transfer programs for: Documents Payment lots Returns lots Payment advice notes Checks issued manually Checks cashed Broker reports (industry component
If you would like to execute this report or see the full code listing simply enter RFKKBI_FILEEDIT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FILEEDIT - File Editor
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_MINL = File Item Output from Number
Selection Text: P_MAXL = File Item Output to Number
Selection Text: PH_NAME = File Name (Application Server)
Title: File Editor - Display/Change Content of Sequential File
Text Symbol: 809 = Location of File to be Imported
Text Symbol: 810 = ServerName
Text Symbol: 812 = Application Server
Text Symbol: 813 = Presentation Server
Text Symbol: 850 = Transactions/Checks
Text Symbol: 851 = Or
Text Symbol: B01 = Display Details
Text Symbol: B02 = Duplicate Line
Text Symbol: B03 = Delete Line
Text Symbol: B04 = Cut Line
Text Symbol: B05 = Insert Line
Text Symbol: B06 = Copy Row
Text Symbol: B07 = Save Data
Text Symbol: T01 = Structure
Text Symbol: T02 = Structure Name
Text Symbol: T03 = Description
Text Symbol: T04 = Structure Content Description
Text Symbol: T05 = Cont. (first 100 bytes)
Text Symbol: T06 = Cont. (first 100 bytes)
Text Symbol: T07 = Item
Text Symbol: T08 = File Line
Text Symbol: T09 = RecName
Text Symbol: T10 = Fld Name
Text Symbol: T11 = Short Descript.
Text Symbol: T12 = Reset
Text Symbol: T13 = Fd Content
Text Symbol: T14 = Verify Changes
Text Symbol: 808 = Read File from External Application Server
Text Symbol: 001 = & Transactions from File &
Text Symbol: 002 = Save data file?
Text Symbol: 003 = Data was changed
Text Symbol: 004 = Y
Text Symbol: 005 = No
Text Symbol: 006 = Save?
INCLUDE RFKIBI_FILE00.
INCLUDE RFKIBI_FILEC02.
INCLUDE RFKIBI_FILEC03.
INCLUDE RFKIBI_FILEC01.
INCLUDE RFKIBI_FILEP01.
INCLUDE RFKIBI_FILEF01.
INCLUDE RFKIBI_FILEI01.
INCLUDE RFKIBI_FILEO01.
INCLUDE RFKIBI_FILEP02.
No SAP DATABASE tables are accessed within this REPORT code!
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' " note 1509883 EXPORTING LOGICAL_FILENAME = gc_lgname CHANGING PHYSICAL_FILENAME = ph_name EXCEPTIONS OTHERS = 1. " note 1509883
CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING mark_max = 1 start_col = 10 start_row = 10 textline1 = 'Auswahl der Datenübernahme:'(016) titel = ' ' IMPORTING answer = gv_selection TABLES t_spopli = selectlist EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4.
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 RFKKBI_FILEEDIT or its description.
RFKKBI_FILEEDIT - File Editor - Display/Change Content of Sequential File RFKKBI_FILEEDIT - File Editor - Display/Change Content of Sequential File RFKKBI_EDR_Z01_CREATE_SAMPLE - Program RFKKBI_EDR_Z01_CREATE_SAMPLE RFKKBI_EDR_Z01_CREATE_SAMPLE - Program RFKKBI_EDR_Z01_CREATE_SAMPLE RFKKBI_EDR_WO_MON_F01 - RFKKBIEDRWOMONF01 RFKKBI_EDR_WO_MON - Monitor Permanently Rejected EDRs