RPUTSVDE 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 RPUTSVDE 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.
Selection Text: TSOBJ = Evaluation Data Contained In
Title: Transfer to B2A Manager
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_TS_HELPVIEW call function 'RP_TS_HELPVIEW' exporting repid = help importing tsobj = tsobj exceptions no_entries_found = 1 helpview_not_installed = 2 no_value_request_for_molga = 3 no_selectfield = 4.
RP_TS_OPEN call function 'RP_TS_OPEN' exporting tsobj = tsobj empfg = open importing objin = ts_objin.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUTSVDE - documentation and ABAP source code RPUTSVDE - documentation and ABAP source code RPUTSVDD - Download from Data Medium to Diskette RPUTSVDD - Download from Data Medium to Diskette RPUTSVDA - Display Files for Sending to Forwarding Office RPUTSVDA - Display Files for Sending to Forwarding Office