RIVSONDV 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 RIVSONDV 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: Display Rental Units for Correction Items
Text Symbol: 001 = Rntl unit
Text Symbol: 002 = Building
Text Symbol: 003 = UT
Text Symbol: 004 = Usage type ID
Text Symbol: 005 = Property
Text Symbol: 006 = Rental unit allocation
Text Symbol: 007 = Correction item already posted:
Text Symbol: 008 = Change allocation anyway ?
Text Symbol: LM0 = Business entity
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-007 TEXTLINE2 = TEXT-008 TITEL = TEXT-006 IMPORTING ANSWER = ANSWER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIVSONDV - Display Rental Units for Correction Items RIVSONDV - Display Rental Units for Correction Items RIVOPTER_SCHEDMAN_INIT - RIVOPTERSCHEDMANINIT RIVOPTER_SCHEDMAN_CLOSE - RIVOPTERSCHEDMANCLOSE RIVOPTER - Monthly Determination of Option Rates and Composite Rates RIVOPTER - Monthly Determination of Option Rates and Composite Rates