RFDEPL00 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 the line items which can be accrued...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 RFDEPL00 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: MI_FICHE = Print microfiche line
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_VARIA = D Layout
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 = No. 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: LISTSEP = List separation required
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: CESSKZ = Accts recble pledging ind.
Selection Text: AKONTOS = Master record recon. account
Selection Text: AKONTO = Line item reconciliation acct
Title: List of Customer 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
Text Symbol: 006 = Type
INCLUDE FDEPL00_TOP.
INCLUDE FDEPL00_READ.
INCLUDE FDEPL00_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.