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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.