SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKKPLAR SAP ABAP Report - Create Search Index for Archived Payment Lot







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FP05ARC - Create Archive Index for Payment Lot


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFKKPLAR. "Basic submit
SUBMIT RFKKPLAR AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKPLAR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFKKPLAR

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 RFKKPLAR or its description.