RPT_TMW_COMPONENT_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test Environment for Components of the Time Manager's Workplace This program is a tool for development and support...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 RPT_TMW_COMPONENT_TEST 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: TDSUBLA = D Definition subset
Selection Text: TDLANGU = D Definition set
Selection Text: REPLMENU = Replace TMW Layout?
Selection Text: PROFILE = D Profile
Selection Text: PREF_LAY = Prefix for Alternatives
Selection Text: PIMPLEMT = D SAP Release
Selection Text: PERNR = D Personnel Number
Selection Text: MESS_ID = D Message ID
Selection Text: LAYOUT = D Layout ID
Selection Text: IS_SCEN = Is the Layout a Scenario?
Selection Text: ENDDA = D Valid To
Selection Text: BEGDA = D Valid From
Title: Test Environment for TMW Components
Text Symbol: LID = Test Layout
INCLUDE RPT_TMW_COMPONENT_TEST_LCL_SPT.
No SAP DATABASE tables are accessed within this REPORT code!
HR_TMW_FILL_MESSAGE_ENTRY CALL FUNCTION 'HR_TMW_FILL_MESSAGE_ENTRY' EXPORTING msgcategory = cl_pt_tmw_tdm_const=>intern_msg recuid = 0 msgid = 'PN' msgty = 'I' msgno = '016' msgv1 = l_msgv progname = 'RPT_TMW_COMPONENT_TEST' formname = 'ADD_SIZE_MESSAGE' CHANGING messagetab = l_message_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPT_TMW_COMPONENT_TEST - Test Environment for TMW Components RPT_TMW_COMPONENT_TEST - Test Environment for TMW Components RPT_TMW_CLEAR_DEFAULT_SELID - Program RPT_TMW_CLEAR_DEFAULT_SELID RPT_TMW_CLEAR_DEFAULT_SELID - Program RPT_TMW_CLEAR_DEFAULT_SELID RPT_TMW - Time Manager's Workplace RPT_TMW - Time Manager's Workplace