SAP Reports / Programs

RFVWDEP0 SAP ABAP Report - Securities Account Statement







RFVWDEP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFVWDEP0 into the relevant SAP transactions such as SE38 or SE80


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 RFVWDEP0. "Basic submit
SUBMIT RFVWDEP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVWDEP0 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_RLDEPO = Securities account ID
Selection Text: P_RANL = ID number
Selection Text: P_BUKRS = Company code
Title: Securities Account Statement
Text Symbol: 010 = Nominal
Text Symbol: 011 = Unit
Text Symbol: 012 = Planning data
Text Symbol: 013 = PstDte
Text Symbol: 014 = ValDte
Text Symbol: 015 = DocNo.
Text Symbol: 016 = FlowType
Text Symbol: 017 = Text
Text Symbol: 018 = Value
Text Symbol: 020 = Cum. nominal
Text Symbol: 021 = Cum.acq.val.
Text Symbol: 022 = BkVal.
Text Symbol: 023 = Bk pr.
Text Symbol: 025 = Cum. unit
Text Symbol: 030 = OrdDte
Text Symbol: 031 = Order no.
Text Symbol: 032 = 6b-Date
Text Symbol: 033 = n/a
Text Symbol: H01 = Sec.acct statement
Text Symbol: 007 = None
Text Symbol: 006 = Turnov.
Text Symbol: H02 = Sec.acct ID
Text Symbol: TIM = Period
Text Symbol: R01 = General selections
Text Symbol: H17 = Nom.int.rate
Text Symbol: H16 = /
Text Symbol: H15 = Due date
Text Symbol: H14 = Planning data
Text Symbol: H13 = Company code
Text Symbol: H12 = incl.
Text Symbol: H11 = Issuer
Text Symbol: H10 = Position currency
Text Symbol: H09 = per
Text Symbol: H08 = Position





Text Symbol: H07 = To
Text Symbol: H06 = Frm
Text Symbol: H05 = Months/days
Text Symbol: H04 = Remaining term
Text Symbol: H03 = ID number


INCLUDES used within this REPORT RFVWDEP0

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:

TPM_TRG_OBSOLETE_TRANSACTIONS call function 'TPM_TRG_OBSOLETE_TRANSACTIONS' EXPORTING IM_OLD_TRANSACTION = 'FWIK'.



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