IFREBDVM_TIVBDROFSTAT is a standard ABAP INCLUDE 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 IFREBDVM_TIVBDROFSTAT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUS_FMOD_CUSTOMIZING CALL FUNCTION 'BUS_FMOD_CUSTOMIZING' EXPORTING text1 = ld_text1 text2 = ld_text2 status_action = status-action i_par_modus = '1' i_objap = lc_objap_bupa IMPORTING e_action = lv_action changed = lv_xchng CHANGING feldstlst1 = v_tivbdrofstatus-fstatl1 feldstlst2 = v_tivbdrofstatus-fstatl2 feldstlst3 = v_tivbdrofstatus-fstatl3 feldstlst4 = v_tivbdrofstatus-fstatl4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.