RFKKIP01 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 of all payment specifications...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 RFKKIP01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPAYR01 - Payment Specifications: List
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: WAERS = D .
Selection Text: VKONV = D .
Selection Text: PYMET = D .
Selection Text: PYBUK = D .
Selection Text: PDREF = D .
Selection Text: PDKEY = D .
Selection Text: LAUFI = D .
Selection Text: LAUFD = D .
Selection Text: ERNAM = D .
Selection Text: ERDAT = D .
Selection Text: EIGBV = D .
Selection Text: CCARD_ID = D .
Selection Text: BKVID = D .
Selection Text: BETRW = D .
Selection Text: XFINIX = Complete
Selection Text: XFINIS = In Process
Selection Text: GPARV = Payer
Selection Text: DOC1R = Payment Document/Payment Order
Title: Payment Specifications: List
Text Symbol: S11 = For Payment Lot
Text Symbol: S10 = For Payment Run
Text Symbol: S09 = Executed
Text Symbol: S08 = Reversed
Text Symbol: S06 = Returns
Text Symbol: S05 = Reset Cleared Items
Text Symbol: S04 = Reopened
Text Symbol: S03 = Rejected
Text Symbol: S02 = Approved
Text Symbol: S01 = To Be Approved
Text Symbol: S00 = Open
Text Symbol: 012 = Can Be Used for Payment
Text Symbol: 011 = In Process
Text Symbol: 010 = All
Text Symbol: 007 = Processing Status/Category of Payment Specification
Text Symbol: 005 = Created By
Text Symbol: 004 = Amount/Due Date
Text Symbol: 003 = Payment Run
Text Symbol: 002 = Payment Status
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.
FKK_INDPAY_LIST CALL FUNCTION 'FKK_INDPAY_LIST' TABLES T_PAYMENTS = XTAB.
FKK_PAYMENT_RUN_F4 CALL FUNCTION 'FKK_PAYMENT_RUN_F4' EXPORTING I_F1TYP = 'D' I_F2NME = 'LAUFI' I_NAME_LAUFD = 'LAUFD' I_NAME_LAUFI = 'LAUFI' IMPORTING E_LAUFD = LAUFD E_LAUFI = L_LAUFI.
FKK_PAYMENT_RUN_F4 CALL FUNCTION 'FKK_PAYMENT_RUN_F4' EXPORTING I_F1TYP = 'I' I_F2NME = 'LAUFD' I_NAME_LAUFD = 'LAUFD' I_NAME_LAUFI = 'LAUFI' IMPORTING E_LAUFD = LAUFD E_LAUFI = L_LAUFI.
STF4_GET_DOMAIN_VALUE_TEXT CALL FUNCTION 'STF4_GET_DOMAIN_VALUE_TEXT' EXPORTING IV_DOMNAME = DD07L-DOMNAME IV_VALUE = DD07L-DOMVALUE_L IMPORTING EV_VALUE_TEXT = DD07T-DDTEXT EXCEPTIONS VALUE_NOT_FOUND = 1 OTHERS = 2.
FKK_INDPAY_ICONS_GET CALL FUNCTION 'FKK_INDPAY_ICONS_GET' IMPORTING E_STAIP_SPACE = F_ICON_SPACE E_STAIP_1 = F_ICON_1 E_STAIP_2 = F_ICON_2 E_STAIP_3 = F_ICON_3 E_STAIP_4 = F_ICON_4 E_STAIP_5 = F_ICON_5 E_STAIP_6 = F_ICON_6 E_STAIP_8 = F_ICON_8 E_STAIP_9 = F_ICON_9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.