RFPRQPAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFPRQPAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
F8BX - Online Payment
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: SEL_ZUON = Assignment Number
Selection Text: SEL_XBLN = Reference Document Number
Selection Text: SEL_WAER = Document Currency
Selection Text: SEL_VALU = Value Date of Sending Bank
Selection Text: SEL_UBHK = Bank Subaccount
Selection Text: SEL_SAKO = Bank Account
Selection Text: SEL_PAYG = Grouping Key
Selection Text: SEL_PAYE = Payee
Selection Text: SEL_PACU = Payment Currency
Selection Text: SEL_ORI = Origin
Selection Text: SEL_MONA = Posting Period
Selection Text: SEL_KRED = Vendor
Selection Text: SEL_KEYN = Key Number
Selection Text: SEL_HKTI = House Bank Account
Selection Text: SEL_HBKI = House Bank
Selection Text: SEL_GSBE = Business Area
Selection Text: SEL_GJAH = Fiscal Year
Selection Text: SEL_DEBI = Customer
Selection Text: SEL_CRVA = Value Date of Receiving Bank
Selection Text: SEL_CPUN = User
Selection Text: SEL_CPUD = Entry Date
Selection Text: SEL_BUKR = Company Code
Selection Text: SEL_BELN = Document Number
Selection Text: P_WAIT = Await payment result
Selection Text: P_VARI = Layout
Selection Text: P_TRACE = Payment log
Selection Text: P_MAX = Maximum Number of Hits
Title: Online payment of payment requests
Text Symbol: 009 = Payment control
Text Symbol: 008 = Output Control
Text Symbol: 007 = Other
Text Symbol: 006 = Bank Data
Text Symbol: 004 = Accts
Text Symbol: 003 = Doc. Data
Text Symbol: 002 = Administrat.Data
Text Symbol: 001 = Selection of Payment Requests
INCLUDE PRQSELINC.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = 'A' CHANGING CS_VARIANT = LX_VARIANT EXCEPTIONS NOT_FOUND = 4.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = L_VARIANT I_SAVE = 'A' IMPORTING E_EXIT = L_EXIT ES_VARIANT = LX_VARIANT EXCEPTIONS NOT_FOUND = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = 'A' CHANGING CS_VARIANT = LX_VARIANT.
PAYMENTREQUEST_INTERACTION CALL FUNCTION 'PAYMENTREQUEST_INTERACTION' EXPORTING PAY = 'X' VARIANT = L_VARIANT IMPORTING RETURN = L_RETURN TABLES REQUESTID = L_T_RKEYNO REQUESTID_ACTION = L_T_ACTION.
BAPI_PAYMENTREQ_STARTPAYMENT CALL FUNCTION 'BAPI_PAYMENTREQ_STARTPAYMENT' EXPORTING USE_PAYMENT_MEDIUM_TOOL = 'X' PAYMENT_RUN_LOG = P_TRACE IMPORTING RETURN = L_RETURN PAYMENT_RUN_DATE = L_LAUFD PAYMENT_RUN_ID = L_LAUFI TABLES REQUESTID = L_T_RKEYNO REPORTS = L_T_REPORTS.
FI_PAYMENT_COMPANY_CHECK CALL FUNCTION 'FI_PAYMENT_COMPANY_CHECK' TABLES T_RNG_BUKRS = R_BUKR T_BUKTAB = L_T_BUKTAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFPRQPAY - Online payment of payment requests RFPRQPAY - Online payment of payment requests RFPRQP00 - Posting of Cross-Country Bank Account Transafers (per F111) RFPRQP00 - Posting of Cross-Country Bank Account Transafers (per F111) RFPRPCHA - Program RFPRPCHA: Change billing plan type: PA-> 30 P1 -> 31 RFPRPCHA - Program RFPRPCHA: Change billing plan type: PA-> 30 P1 -> 31