SAP Reports / Programs | Tariffs, Duties and Permits | Industry Solution Oil | Tariffs, Duties and Permits(IS-OIL-DS-TDP) SAP IS

MOIHL2F0R SAP ABAP INCLUDE - Form routines







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


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 MOIHL2F0R. "Basic submit
SUBMIT MOIHL2F0R AND RETURN. "Return to original report after report execution complete
SUBMIT MOIHL2F0R VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form routines


INCLUDES used within this REPORT MOIHL2F0R

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:

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.

KNA1_SINGLE_READ

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.