RFKOPR00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Vendor payment history with OI (open items) sorted list This evaluation is used for determining, as accurately as possible, the current payment status for vendors requiring special attention...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 RFKOPR00 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: AGOBLIG2 = Absolute Total Liabilities
Selection Text: AKONTP = Line Item Reconciliation Acct
Selection Text: AKONTS = Master Record Recon. Account
Selection Text: BLDAT = Document Date
Selection Text: BUDAT = Posting Date
Selection Text: FAKTOR = Scaling Factor
Selection Text: KAUSGABE = Only Master Acts w/ Open Items
Selection Text: KKSALDO2 = Balance
Selection Text: KONZVERS = Corporate Group Version
Selection Text: LISTSEP = List Separation Required
Selection Text: MIKFICHE = Print Microfiche Line
Selection Text: MONAT = Fiscal Period
Selection Text: NETDT = Net Due Date
Selection Text: N_BELEGE = Standard Documents
Selection Text: PZUOR = Assign Items
Selection Text: P_LVAR = List Variant
Selection Text: RART-ALT = List sorted by doc. dates
Selection Text: XBUKRDAT = Company Code Data
Selection Text: VERDICHT = Summarization level (0-4)
Selection Text: UMSATZKZ = Special G/L commitments
Selection Text: TITLE = Additional Heading
Selection Text: STELLEN = Decimal Places
Selection Text: STAT_BLG = Noted Items
Selection Text: SORTART = OI sorted list sorting (1,2)
Selection Text: RASTVERD = OI list summarization (0-2)
Selection Text: RASTBIS5 = 5
Selection Text: RASTBIS4 = 4
Selection Text: RASTBIS3 = 3
Selection Text: RASTBIS2 = 2
Selection Text: RASTBIS1 = Due Date Sorted List 1
Selection Text: RART-UEB = Days overdue sorted list
Selection Text: RART-SKT = Discount due date sorted list
Selection Text: RART-NET = Net due date sorted list
Title: Vendor Appraisal with OI Sorted List
Text Symbol: 540 = Doc.Date
Text Symbol: 539 = PstgDate
Text Symbol: 538 = IPP Date
Text Symbol: 537 = Net Date
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = acc_mode EXCEPTIONS its_not_available = 1 OTHERS = 2.
ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING adrswa_in = adrs IMPORTING adrswa_out = adrs.
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING bukrs = lfb1-bukrs date = kd_stida IMPORTING curry = curry.
DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' "#EC * EXPORTING i_faede = faede IMPORTING e_faede = faede EXCEPTIONS OTHERS = 1.
POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = g_user_command i_callback_top_of_page = g_top_of_page "1613289 i_grid_title = g_grid_title it_fieldcat = gt_fieldcat[] i_default = 'X' i_save = g_save is_variant = gs_variant TABLES t_outtab = rtab_alv.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = i_variant i_save = 'A' IMPORTING e_exit = exit es_variant = e_variant EXCEPTIONS program_error = 3 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_listheader.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RFKOPR00 or its description.