SAP Reports / Programs

RHUWM_INITIAL_LOAD_PROTOCOL SAP ABAP Report - RHUWMINITIALLOADPROTOCOL







RHUWM_INITIAL_LOAD_PROTOCOL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RHUWM_INITIAL_LOAD_PROTOCOL 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 RHUWM_INITIAL_LOAD_PROTOCOL. "Basic submit
SUBMIT RHUWM_INITIAL_LOAD_PROTOCOL AND RETURN. "Return to original report after report execution complete
SUBMIT RHUWM_INITIAL_LOAD_PROTOCOL 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: LP_A = All existing records
Selection Text: LP_B = All records not posted
Selection Text: LP_C = All records not put away
Selection Text: LP_D = Amount of HUs per IM posting
Text Symbol: 002 = Display messages


INCLUDES used within this REPORT RHUWM_INITIAL_LOAD_PROTOCOL

INCLUDE INCL_INITIAL_LOAD_SELECT.


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:

HU_IDL_PROTOCOL_DISPLAY CALL FUNCTION 'HU_IDL_PROTOCOL_DISPLAY' exporting it_protocol = gt_protocol exceptions error = 1 others = 99.

HU_IDL_PROTOCOL_DISPLAY CALL FUNCTION 'HU_IDL_PROTOCOL_DISPLAY' exporting it_protocol = gt_prot_wm exceptions error = 1 others = 99.

HU_INITIAL_DATA_LOAD CALL FUNCTION 'HU_INITIAL_DATA_LOAD' EXPORTING if_prot = 'X' IF_POST_IM = lp_d IT_INITIAL_DATA = gt_prot_init importing ET_PROTOCOL = gt_protocol.

HU_IDL_WM CALL FUNCTION 'HU_IDL_WM' exporting if_prot = 'X' CHANGING CT_LOAD = gt_prot_wm.



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 RHUWM_INITIAL_LOAD_PROTOCOL or its description.