SAP Reports / Programs | Logistics - General | Handling Unit Management | Basic functions(LO-HU-BF) SAP LO

RHU_DISPLAY_HU_OBD_DELIVERY SAP ABAP Report - Report for Displaying Handling Units for Outbound Delivery







RHU_DISPLAY_HU_OBD_DELIVERY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display of all handling units for an outbound delivery in the general packing function...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 RHU_DISPLAY_HU_OBD_DELIVERY into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HUOBD - Display HUs for Outbound Delivery


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 RHU_DISPLAY_HU_OBD_DELIVERY. "Basic submit
SUBMIT RHU_DISPLAY_HU_OBD_DELIVERY AND RETURN. "Return to original report after report execution complete
SUBMIT RHU_DISPLAY_HU_OBD_DELIVERY 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: ITOBJECT = Packing object
Selection Text: ITOBJKEY = Document number
Selection Text: ITPACKVO = Packing instruction
Selection Text: IT_EXIDV = Handling unit
Selection Text: IT_STAT = HU status
Selection Text: IT_VHILM = Packaging materials
Selection Text: IT_WMSTA = WM status
Title: Report for Displaying Handling Units for Outbound Delivery
Text Symbol: 001 = Handling unit identification
Text Symbol: 002 = Additional handling unit attributes
Text Symbol: 003 = Packing objects


INCLUDES used within this REPORT RHU_DISPLAY_HU_OBD_DELIVERY

INCLUDE RHU_DISPLAY_DATA.


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:

No SAP FUNCTION MODULES are executed within this report code!



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