RFKKPLAR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = docu -> fi -> fica From Release 4...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 RFKKPLAR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FP05ARC - Create Archive Index for Payment Lot
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: P_ALV = ALV List
Selection Text: P_GRID = ALV Grid Display
Selection Text: P_KORRL = Correction Run
Selection Text: R_ERDAT = Created On
Selection Text: R_KEYZ1 = Payment Lot
Title: Create Search Index for Archived Payment Lot
Text Symbol: 001 = Index Could Not be Created
Text Symbol: 002 = Index Successfully Created
Text Symbol: 003 = Creation of Additional Index for Archived Payment Lot
Text Symbol: F01 = Payment Lot Selection
Text Symbol: F02 = Output List
Text Symbol: F03 = ALV List
Text Symbol: F04 = ALV Grid Display
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_PYLOT_AR_CREATE_INDEX CALL FUNCTION 'FKK_PYLOT_AR_CREATE_INDEX' EXPORTING I_KEYZ1 = T-KEYZ1 I_CORRECTION = P_KORRL EXCEPTIONS OTHERS = 1.
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING ACCESSIBILITY = X_ACCESS EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 1 IMPORTING ET_EVENTS = EVENTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID IS_LAYOUT = LAYOUT IT_FIELDCAT = TFIELDCAT IT_EVENTS = EVENTS I_SAVE = 'A' IS_VARIANT = VARIANT TABLES T_OUTTAB = T EXCEPTIONS OTHERS = 1.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID I_GRID_TITLE = STR_LIST IS_LAYOUT = LAYOUT IT_FIELDCAT = TFIELDCAT I_SAVE = 'A' IS_VARIANT = VARIANT TABLES T_OUTTAB = T.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LOCT_TOP_OF_PAGE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKPLAR - Create Search Index for Archived Payment Lot RFKKPLAR - Create Search Index for Archived Payment Lot RFKKPLADJ - Payment Lot: Correct Incorrect Status RFKKPLADJ - Payment Lot: Correct Incorrect Status RFKKPFND - Deletion program for obsolete payment form information RFKKPFND - Deletion program for obsolete payment form information