HARUTMS3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays the TemSe files generated by the corresponding programs...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter HARUTMS3 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 = Name of TemSe file
Title: Display of Temse files-Indiviual register
Text Symbol: S01 = TemSe
Text Symbol: R16 = SIJP-Version 27 Interface
Text Symbol: R15 = SIJP-Version 26 Interface
Text Symbol: R14 = SIJP-Version 24 Interface
Text Symbol: R13 = SIJP-Version 20 Interface
Text Symbol: R12 = SIJP-Version 19 Interface
Text Symbol: R11 = SIJP-Version 18 Interface
Text Symbol: R10 = SIJP-Version 17 Interface
Text Symbol: R09 = SIJP-Version 16 Interface
Text Symbol: R08 = SIJP-Version 14 Interface
Text Symbol: R07 = SIJP-Version 13 Interface
Text Symbol: R06 = SICORE 3 Taxed persons Interface
Text Symbol: R05 = SICORE 3 Deductions Interface
Text Symbol: R04 = SIJP-Version 11 Interface
Text Symbol: R02 = R.G. 4110 Interface
Text Symbol: R01 = SIJP Interface
Text Symbol: L01 = Content
Text Symbol: H07 = Program :
Text Symbol: H06 = No. of records:
Text Symbol: H05 = Hour :
Text Symbol: H04 = Date :
Text Symbol: H03 = Generated by :
Text Symbol: H02 = Object :
Text Symbol: H01 = No. of records:
Text Symbol: G03 = No record has been selected
Text Symbol: G02 = Record detail
Text Symbol: G01 = Reading TemSe:
Text Symbol: E06 = Error on opening TemSe file
Text Symbol: E05 = Object to be read has not been specified
Text Symbol: E04 = Error on reading TemSe file
Text Symbol: E03 = Error on printing record
Text Symbol: E02 = Error on saving to data medium
Text Symbol: E01 = There is no process control data
Text Symbol: 004 = ANSeS reg. - Fam.members
Text Symbol: 003 = ANSeS reg. - Holders
Text Symbol: 002 = ANSeS reg. - Addresses
INCLUDE PCTMSAR0.
INCLUDE PCTMSAR3.
No SAP DATABASE tables are accessed within this REPORT code!
RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING REPID = 'HARUTMS3' IMPORTING TSOBJ = TSOBJ EXCEPTIONS NO_ENTRIES_FOUND = 1 HELPVIEW_NOT_INSTALLED = 2 NO_VALUE_REQUEST_FOR_MOLGA = 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.