Skip to Content
0
Jun 04, 2014 at 10:40 AM

Function Module for listing Equipments based on Material Number

323 Views

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?