SAP Reports / Programs

RLIMPOSTHU SAP ABAP Report - IM Postings with HUs







RLIMPOSTHU 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 RLIMPOSTHU 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 RLIMPOSTHU. "Basic submit
SUBMIT RLIMPOSTHU AND RETURN. "Return to original report after report execution complete
SUBMIT RLIMPOSTHU 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: EXIDV = HU number
Selection Text: P_BWART = Movement type
Selection Text: P_LGORT = Storage location
Selection Text: P_LGPLA = Storage bin...
Selection Text: P_LGTYP = Storage Type
Selection Text: P_UMLGO = Storage location / st.transfer
Selection Text: P_UMWRK = Plant / stock transfer
Selection Text: P_WERKS = Plant
Title: IM Postings with HUs


INCLUDES used within this REPORT RLIMPOSTHU

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:

HU_GET_HUS CALL FUNCTION 'HU_GET_HUS' EXPORTING IF_OBJECT = '05' IF_LOCK_HUS = 'X' IF_NO_LOOP = ' ' IF_MORE_HUS = 'X' IT_HUS = T_LENUM[] IMPORTING ET_HEADER = HLP_VEKPVB[] ET_ITEMS = T_VEPOVB[] EXCEPTIONS HUS_LOCKED = 1 NO_HU_FOUND = 2 FATAL_ERROR = 3 OTHERS = 99.

HU_SET_COMBINATION CALL FUNCTION 'HU_SET_COMBINATION' EXPORTING IT_HU_IMSEG = T_HU_IMSEG[] EXCEPTIONS ERROR = 1.

MB_CREATE_GOODS_MOVEMENT CALL FUNCTION 'MB_CREATE_GOODS_MOVEMENT' EXPORTING IMKPF = KOPF * XALLP = ' ' * XALLB = ' ' XALLR = 'X' CTCOD = CON_IM_TCODE_UMBU * XQMCL = ' ' * OLD_SUBRC = ' ' * IPKCOM = ' ' * X_AUTHORITY = ' ' * XLISU = X IMPORTING EMKPF = BELEG TABLES EMSEG = T_EMSEG IMSEG = T_IMSEG EXCEPTIONS OTHERS = 0.

MB_POST_GOODS_MOVEMENT CALL FUNCTION 'MB_POST_GOODS_MOVEMENT' * EXPORTING * XBLNR_SD = IMPORTING EMKPF = BELEG.

HU_POST *call function 'HU_POST' * exporting * IF_SYNCHRON = ' ' * IF_NO_RENAME = ' ' * if_no_messages = 'X' * is_object = ls_object.

L_MESSAGE_AUFBEREITEN CALL FUNCTION 'L_MESSAGE_AUFBEREITEN' EXPORTING I_MESS = LMESS IMPORTING O_TEXT = HLP_TEXT.



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