RFVICUP5 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 RFVICUP5 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.
Title: Check Report Customizing: Reference Flow Types for Follow-Up Postings
Text Symbol: 001 = Condition type
Text Symbol: 002 = Flow type
Text Symbol: 003 = Acc./def. indicator
Text Symbol: 004 = No condition type text
Text Symbol: 005 = Flow type not maintained
Text Symbol: 006 = Acc./def. will be executed
Text Symbol: 007 = Flow type text not maintained
Text Symbol: 008 = No accrual/deferral
Text Symbol: A01 = Report checks whether flow types for follow-up postings
Text Symbol: A02 = have been defined for condition types which appear in the cash flow
Text Symbol: A03 = i.e. that changes to conditions, incl. retroactive
Text Symbol: A04 = changes, are taken into account during
Text Symbol: A05 = the debit position run.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVZK_SELECT_GROUP *CALL FUNCTION 'FVZK_SELECT_GROUP' * EXPORTING * GSART = GSART * TABLES * T_VKOPOSTEU = I_VKOPOSTEU * EXCEPTIONS * NO_HISTORY_FOUND = 1 * OTHERS = 2.
READ_TZB0A_TZB0T CALL FUNCTION 'READ_TZB0A_TZB0T' EXPORTING SPRAS = SY-LANGU RANTYP = RANTYP TABLES I_BWA_TAB = I_BWA_TAB EXCEPTIONS TEXT_NOT_FOUND = 1 BWA_NOT_FOUND = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVICUP5 - Check Report Customizing: Reference Flow Types for Follow-Up Postings RFVICUP5 - Check Report Customizing: Reference Flow Types for Follow-Up Postings RFVICUP4 - List of Reference Flow Types RFVICUP4 - List of Reference Flow Types RFVICUP3 - Check report Customizng: Conditions which can be accrued/deferred RFVICUP3 - Check report Customizng: Conditions which can be accrued/deferred