RFBKPAYD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a list with payment run data from Table REGUH in order to transport this data by download to EXCEL, where it can be processed accordingly...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 RFBKPAYD 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: ZW_ZBUKR = Paying company code
Selection Text: ZW_LAUFI = Identification feature
Selection Text: ZW_LAUFD = Program run date
Selection Text: ZW_HKTID = Account ID
Selection Text: ZW_HBKID = House Bank ID
Title: Payment Regulation List for Download to EXCEL
Text Symbol: 031 = Partner Bank Name
Text Symbol: 028 = Curr.
Text Symbol: 027 = AccID
Text Symbol: 026 = HB ID
Text Symbol: 025 = Grp
Text Symbol: 024 = SWIFT code
Text Symbol: 023 = Account number
Text Symbol: 022 = Bank key
Text Symbol: 021 = House Bank Name
Text Symbol: 010 = Time :
Text Symbol: 009 = Date:
Text Symbol: 008 = Page:
Text Symbol: 007 = User :
Text Symbol: 006 = Report Name:
Text Symbol: 005 = Payment Regulation List for Payment Run
Text Symbol: 003 = Company code :
Text Symbol: 002 = House Bank Selection
Text Symbol: 001 = Company code selection
Text Symbol: 032 = Bank key
Text Symbol: 033 = Account number
Text Symbol: 034 = SWIFT code
Text Symbol: 035 = Grp
Text Symbol: 036 = P
Text Symbol: 043 = N
Text Symbol: 042 = Y
Text Symbol: 041 = DT
Text Symbol: 040 = Curr.
Text Symbol: 039 = Amount (Pmt Crcy)
Text Symbol: 038 = Amount (LC)
Text Symbol: 037 = Payment Method Description
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4_ZAHLLAUF CALL FUNCTION 'F4_ZAHLLAUF' EXPORTING F1TYP = 'D' F2NME = 'ZW_LAUFI-LOW' IMPORTING LAUFD = ZW_LAUFD-LOW LAUFI = ZW_LAUFI-LOW.
F4_ZAHLLAUF CALL FUNCTION 'F4_ZAHLLAUF' EXPORTING F1TYP = 'D' F2NME = 'ZW_LAUFI-HIGH' IMPORTING LAUFD = ZW_LAUFD-HIGH LAUFI = ZW_LAUFI-HIGH.
F4_ZAHLLAUF CALL FUNCTION 'F4_ZAHLLAUF' EXPORTING F1TYP = 'I' F2NME = 'ZW_LAUFD-LOW' IMPORTING LAUFD = ZW_LAUFD-LOW LAUFI = ZW_LAUFI-LOW.
F4_ZAHLLAUF CALL FUNCTION 'F4_ZAHLLAUF' EXPORTING F1TYP = 'I' F2NME = 'ZW_LAUFD-HIGH' IMPORTING LAUFD = ZW_LAUFD-HIGH LAUFI = ZW_LAUFI-HIGH.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.