SAP Reports / Programs

RHUWM_INITIAL_LOAD SAP ABAP Report - RHUWMINITIALLOAD







RHUWM_INITIAL_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This reports assists in the takeover of stock data from a warehouse with handling-unit management into an SAP warehouse...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 RHUWM_INITIAL_LOAD 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. "Basic submit
SUBMIT RHUWM_INITIAL_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT RHUWM_INITIAL_LOAD 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_C = HUs not putaway
Selection Text: LP_D = Amount of HUs per IM posting
Selection Text: LP_NCH = Execute subsequent posting
Selection Text: LP_UEB = Execute data transfer
Selection Text: PCCON = Data from PC/entire connection
Selection Text: POST_ERP = Post stock transfer to ERP
Selection Text: POST_IM = Amount of HUs per IM posting
Selection Text: LOGINAME = Logical name of dataset
Selection Text: LP_A = All incorrect HUs
Selection Text: LP_B = Unposted HUs
Text Symbol: 001 = Parameter: Post subsequently/Log
Text Symbol: 002 = Display log
Text Symbol: 003 = Parameter: Copy
Text Symbol: 004 = Processing mode


INCLUDES used within this REPORT RHUWM_INITIAL_LOAD

No INCLUDES are used within this REPORT code!


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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING LOGICAL_FILENAME = LOGINAME IMPORTING FILE_NAME = PHYSNAME EXCEPTIONS FILE_NOT_FOUND = 01.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = ls_initial-TOP_IDENT IMPORTING OUTPUT = ls_initial-TOP_IDENT.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = ls_initial-EXIDV IMPORTING OUTPUT = ls_initial-EXIDV.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = ls_initial-SUB_HU_EXIDV IMPORTING OUTPUT = ls_initial-SUB_HU_EXIDV.

HU_INITIAL_DATA_LOAD CALL FUNCTION 'HU_INITIAL_DATA_LOAD' EXPORTING IF_POST_IM = post_im if_budat = gp_budat "HP_502915 IT_INITIAL_DATA = lt_initial IF_POST_ERP = post_erp importing et_protocol = lt_prot.

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 if_budat = gp_budat "SP_583709 if_post_erp = post_erp 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 or its description.