RHUMS022 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report converts infotype 1022, since the length of the fields P1022-NHOURS and P1022-NDAYS has changed...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 RHUMS022 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: TEST = ?...(TEST)
Title: Conversion P1022
Text Symbol: ERR = Records: UPDATE error
Text Symbol: MAN = Conversion P1022: client
Text Symbol: NUM = No records to be converted
Text Symbol: SUM = --> Record converted
Text Symbol: TOP = Conversion infotype 1022 via RHUMS022
Text Symbol: UM1 = Records were already converted
Text Symbol: UMS = Records converted successfully
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG ** CALL FUNCTION 'APPEND_PROTOCOL' "VWMPROT40A * CALL FUNCTION 'TR_APPEND_LOG' "VWMPROT40A * EXPORTING * ACCEPT_NOT_INIT = 'X' * TABLES * XMSG = PROT_TAB * EXCEPTIONS ** TABLE_EMPTY = 1. "VWMPROT40A
TR_FLUSH_LOG * CALL FUNCTION 'TR_FLUSH_LOG' "VWMPROT40A * EXCEPTIONS "VWMPROT40A * OTHERS = 0. "VWMPROT40A
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 RHUMS022 or its description.