2014 Jun 04 11:40 AM
Hi,
I need to display list of Equipments based on the given Material Number.
This can be done by simple query statement as given below,
SELECT equnr matnr sernr FROM equi
INTO CORRESPONDING FIELDS OF TABLE <Int Table>
WHERE matnr IN im_matnr.
But, I need Function module to acheive this. Can anyone suggest me the Standard Function module which works as mentioned above?
2014 Jun 04 11:45 AM
Hi Shirlatha,
If you need to only above code value then you can create own FM and pass the MATNR only.
In SAP BAPI_EQMT_DETAIL one FM is there to get complete Equipment details but need to pass matnr and Equipment number.
Please try to use this FM or you can create Own FM.
Regards,
Prasenjit
2014 Jun 04 12:29 PM
Hello ,
i don't think so Standrar function module for displaying Equipment list
instead you can make use of tcode IE08 i.e., program name RIEQUI20 .
Use Submit and return statement for RIEQUI20.