SAP Reports / Programs | Personnel Time Management | Time Data Recording and Administration(PT-RC) SAP PT

RPT_TMW_COMPONENT_TEST SAP ABAP Report - Test Environment for TMW Components







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPT_TMW_COMPONENT_TEST. "Basic submit
SUBMIT RPT_TMW_COMPONENT_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RPT_TMW_COMPONENT_TEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RPT_TMW_COMPONENT_TEST

INCLUDE RPT_TMW_COMPONENT_TEST_LCL_SPT.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPT_TMW_COMPONENT_TEST or its description.