MOIHL2F0R is a standard ABAP INCLUDE 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 MOIHL2F0R 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.
Title: Form routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
T005T_SINGLE_READ CALL FUNCTION 'T005T_SINGLE_READ' EXPORTING t005t_spras = sy-langu t005t_land1 = oihl-land1 IMPORTING wt005t = t005t EXCEPTIONS not_found = 1 OTHERS = 2.
T005U_SINGLE_READ CALL FUNCTION 'T005U_SINGLE_READ' EXPORTING t005u_spras = sy-langu t005u_land1 = oihl-land1 t005u_bland = oihl-regio IMPORTING wt005u = t005u EXCEPTIONS not_found = 1 OTHERS = 2.
T001_SINGLE_READ CALL FUNCTION 'T001_SINGLE_READ' EXPORTING bukrs = oihl-bukrs IMPORTING wt001 = t001 EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3.
V_KNA1_SINGLE_READ *KH CALL FUNCTION 'KNA1_SINGLE_READ' CALL FUNCTION 'V_KNA1_SINGLE_READ' ">46B KH EXPORTING PI_KUNNR = oihl-kunnr ">46B KH IMPORTING PE_KNA1 = kna1 ">46B KH EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 2.
MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = oihl-matnr spras = sy-langu IMPORTING wmakt = makt EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.
LFA1_SINGLE_READ CALL FUNCTION 'LFA1_SINGLE_READ' EXPORTING lfa1_lifnr = vendor IMPORTING wlfa1 = lfa1 EXCEPTIONS not_found = 1 OTHERS = 2.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'OB' i_dtype = 'S' i_msgnr = '107'.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'OB' i_dtype = 'S' i_msgnr = '107'.
T001W_SINGLE_READ CALL FUNCTION 'T001W_SINGLE_READ' EXPORTING t001w_werks = plant IMPORTING wt001w = t001w EXCEPTIONS not_found = 1 OTHERS = 2.
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 MOIHL2F0R or its description.