HMXUTMS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This reporte permite visualizar los ficheros Temse generados por los programas correspondientes...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 HMXUTMS0 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 = TemSe object
Title: Display of TemSe files
Text Symbol: 001 = Content
Text Symbol: E01 = There is no process control data
Text Symbol: E02 = Error on saving to data medium
Text Symbol: E04 = Error on reading TemSe file
Text Symbol: E05 = Object to be read has not been specif.
Text Symbol: E06 = Error on opening TemSe file
Text Symbol: G01 = Reading TemSe:
Text Symbol: H01 = Program:
Text Symbol: H02 = Object:
Text Symbol: H03 = Generated by:
Text Symbol: H04 = Date:
Text Symbol: H05 = Time:
Text Symbol: H06 = No. of records:
Text Symbol: L01 = Content
Text Symbol: S01 = TemSe
INCLUDE PUTMDMX0.
No SAP DATABASE tables are accessed within this REPORT code!
RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING repid = 'HMXUTMS0' IMPORTING tsobj = tsobj EXCEPTIONS no_entries_found = 1 helpview_not_installed = 2 no_value_request_for_molga = 3 no_selectfield = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.