RPUTVOEDF2 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 RPUTVOEDF2 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.
INCLUDE RPBDYN10.
INCLUDE RPBDYN12.
No SAP DATABASE tables are accessed within this REPORT code!
BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting client = sy-mandt group = bi_name holddate = bi_hold keep = bi_keep user = sy-uname exceptions client_invalid = 1 destination_invalid = 2 group_invalid = 3 group_is_locked = 4 holddate_invalid = 5 internal_error = 6 queue_error = 7 running = 8 system_lock_error = 9 user_invalid = 10 others = 11.
BDC_INSERT call function 'BDC_INSERT' exporting tcode = 'PA30' tables dynprotab = bdcdata.
BDC_CLOSE_GROUP call function 'BDC_CLOSE_GROUP'.
HR_READ_T588M_WITH_PME04 call function 'HR_READ_T588M_WITH_PME04' exporting repna = l_repna pme04 = l_pme04 begda = $datum importing dbild = l_dbild changing dynnr = l_dynnr exceptions error_in_feature = 1 others = 2.
HR_CH_MASSN_ITLIST call function 'HR_CH_MASSN_ITLIST' exporting p_massn = massn p_massg = massg p_pernr = pernr-pernr * P_USER = p_refda = $datum p_molga = g_molga tables it_infty = lt_infty exceptions no_infogroup_found = 1 no_infotypes_found = 2 others = 3.
HR_T582A_READ call function 'HR_T582A_READ' exporting infty = $infty importing t582a = ls_582a exceptions entry_not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.