RFKKIP03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi This report reads a list of all items assigned to a payment specification...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 RFKKIP03 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPAYR03 - Payment Specifications: Items
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: VTREF = D .
Selection Text: VKONV = D .
Selection Text: VKONT = D .
Selection Text: PDKEY = D .
Selection Text: ORIWA = D .
Selection Text: ORIBT = D .
Selection Text: OPBEL = D .
Selection Text: GPARV = D .
Selection Text: GPART = D .
Selection Text: CRDAT = D .
Selection Text: BUKRS = D .
Selection Text: BETRW = D .
Title: Payment Specifications: List of Line Items Assigned
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 = Complete
Text Symbol: 011 = In Process
Text Symbol: 010 = All
Text Symbol: 003 = Payment Specification Data
Text Symbol: 002 = Status of Payment Specificatn
Text Symbol: 001 = Document Data
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_ITM CALL FUNCTION 'FKK_INDPAY_LIST_ITM' TABLES T_ITMTAB = XTAB.
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.
RFKKIP03 - Payment Specifications: List of Line Items Assigned RFKKIP03 - Payment Specifications: List of Line Items Assigned RFKKIP02 - Payment Specifications: List of Preselections RFKKIP02 - Payment Specifications: List of Preselections RFKKIP01 - Payment Specifications: List RFKKIP01 - Payment Specifications: List