RFKEPL00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates a list of line items which can be accrued in time...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 RFKEPL00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPIA_KEPL00 - List of vendor line 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: N_BELEGE = Standard Documents
Selection Text: PA_STID2 = Open at Key Date
Selection Text: PA_STIDA = Open at Key Date
Selection Text: P_INT = Interest to Be Paid
Selection Text: P_PTCH = Terms of payment changed
Selection Text: SO_AUGDT = Clearing Date
Selection Text: SO_BUDAT = Posting Date
Selection Text: STAT_BLG = Noted Items
Selection Text: TDID = Text ID docs
Selection Text: TDID1 = Text ID general master
Selection Text: TDID2 = Text ID company code master
Selection Text: TITLE = Additional heading
Selection Text: TXTZE = Number of Text Lines
Selection Text: VBEL = Parked documents
Selection Text: XALTKT = Alternative Account Number
Selection Text: XTEXT = Documents with texts
Selection Text: XTXT1 = Master with general text
Selection Text: XTXT2 = Master w/company code text
Selection Text: XTXTA = Print texts
Selection Text: XTXTP = Check texts
Selection Text: X_AISEL = All Items
Selection Text: X_CLSEL = Cleared Items
Selection Text: X_OPSEL = Open Items
Selection Text: P_VARIA = D .
Selection Text: MI_FICHE = Print Microfiche Line
Selection Text: LISTSEP = Separate List
Selection Text: KONZVERS = Corporate Group Version
Selection Text: GKONTO = Offsetting Acct Determination
Selection Text: GKONT = Offsetting Account
Selection Text: GKART = Offsetting Account Type
Selection Text: AKONTOS = Master Record Recon. Account
Selection Text: AKONTO = Line Item Reconciliation Acct
Title: List of Vendor Line Items
Text Symbol: 001 = List Display
Text Symbol: 002 = Status
Text Symbol: 003 = Open Items
Text Symbol: 004 = Cleared Items
Text Symbol: 005 = All Items
INCLUDE FKEPL00_TOP.
INCLUDE FKEPL00_READ.
INCLUDE FKEPL00_SHOW.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKEPL00 - List of Vendor Line Items RFKEPL00 - List of Vendor Line Items RFKDGTOP - documentation and ABAP source code RFKDF000 - EU: Periodic Exchange Rate Differences Postings for Payment Requests RFKDF000 - EU: Periodic Exchange Rate Differences Postings for Payment Requests RFKCVSPAYTOP - Include RFKCVSPAYTOP