FEB_BSPROC_FE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The worklist in the upper area displays all of the bank statement items you have selected...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 FEB_BSPROC_FE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FEB_BSPROC - Bank Statement Postprocessing
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.
Title: Postprocessing Bank Statement
Text Symbol: 204 = Search Parameter 3
Text Symbol: 205 = Search Parameter 4
Text Symbol: 206 = Search Parameter 5
Text Symbol: 207 = Find Data Medium
Text Symbol: 300 = Start Search
Text Symbol: 301 = Reset Search Parameter
Text Symbol: 302 = Gross
Text Symbol: 303 = Net
Text Symbol: 304 = Partially Paid Amount
Text Symbol: 305 = Cash Discount
Text Symbol: 306 = Assign Items
Text Symbol: 307 = Remove Assignment
Text Symbol: 308 = Remove
Text Symbol: 309 = Selected Items
Text Symbol: 310 = Items Without Assignment
Text Symbol: 311 = Remaining amount &3 &4 for doc &1, item &2
Text Symbol: 314 = Total of Residual Items
Text Symbol: 316 = Do you want to transfer the total as a residual item?
Text Symbol: 318 = Text for Remainder
Text Symbol: 319 = Reason Code for R.
Text Symbol: 320 = Ref1 for Remainder
Text Symbol: 321 = Ref2 for Remainder
Text Symbol: 322 = Ref3 for Remainder
Text Symbol: 323 = Payt Block for Rem.
Text Symbol: 324 = Refresh
Text Symbol: 325 = Information on Search
Text Symbol: 400 = Data Media Selected
Text Symbol: 401 = Data Media Not Assigned
Text Symbol: 402 = Assigned
Text Symbol: 500 = Use Account Assignment Template
Text Symbol: 501 = Save As Account Assignment Template
Text Symbol: 203 = Search Parameter 2
Text Symbol: 001 = Account Type
Text Symbol: 002 = Account
Text Symbol: 003 = Refresh Status
Text Symbol: 004 = Select Worklist Again
Text Symbol: 005 = Undo Changes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_bukrs = p_bukrs i_budat = p_budat IMPORTING e_gjahr = ld_gjahr e_monat = ld_monat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.