SAP Reports / Programs

LMEPOF90 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT LMEPOF90

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:

WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING pi_lifnr = p_ekko-llief IMPORTING po_lfa1 = my_lfa1 EXCEPTIONS OTHERS = 0.

AIP01_PLANT_DETERMINE CALL FUNCTION 'AIP01_PLANT_DETERMINE' EXPORTING i_werks = p_ekpo-werks IMPORTING es_t001w = my_t001w EXCEPTIONS OTHERS = 6.

MM_ADDRESS_GET CALL FUNCTION 'MM_ADDRESS_GET' "1639713 EXPORTING "1639713 i_ekko = p_ekko "1639713 IMPORTING "1639713 e_address = my_address. "1639713

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' "1856635 EXPORTING "1856635 MATNR = p_ekpo-matnr "1856635 IMPORTING "1856635 WMARA = ls_mara "1856635 EXCEPTIONS "1856635 LOCK_ON_MATERIAL = 1 "1856635 LOCK_SYSTEM_ERROR = 2 "1856635 WRONG_CALL = 3 "1856635 NOT_FOUND = 4 "1856635 OTHERS = 5. "1856635

MM_DELIVERY_ADDRESS_TXJCD_GET CALL FUNCTION 'MM_DELIVERY_ADDRESS_TXJCD_GET' EXPORTING im_ebeln = p_ekpo-ebeln im_ebelp = p_ekpo-ebelp im_t001w_adrnr = my_t001w-adrnr IM_N_LGORT = p_ekpo-lgort IM_O_LGORT = ofekpo-lgort IM_ADRN2 = p_ekpo-adrn2 IM_WERKS = p_ekpo-werks IMPORTING EX_TXJCD = my_taxcom-loc_se.

J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = t001-bukrs component = 'BR' IMPORTING active_component = lv_active_component EXCEPTIONS component_not_active = 1 OTHERS = 2.

J_1B_SAVE_TAX_FIELDS CALL FUNCTION 'J_1B_SAVE_TAX_FIELDS' EXPORTING i_taxcom = my_taxcom.

J_1B_SET_TAX_CALLER CALL FUNCTION 'J_1B_SET_TAX_CALLER' EXPORTING i_caller = 'PO'.



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