‎2013 Mar 22 3:51 AM
Hi Experts,
Please provide me BAPI for getting Equipment details for giving Function location as input.
Thanks,
Regards,
Chinni.
‎2013 Mar 22 6:23 AM
Hi Chinni,
U can try to use below.Fm.
BAPI_EQUI_GETDETAIL
Thanks
tarak
‎2013 Mar 22 6:43 AM
Hi tarak,
Thanks for replying, BAPI_EQUI_GETDETAIL takes the input as Equipment number, but i dont want like that. I want Equipment details based on Function Location as input.
Thanks,
Chinni
‎2013 Mar 22 6:46 AM
Hi,
Check if these FMs help you:
BAPI_FUNCLOC_GETDETAIL
BAPI_FUNCLOC_GETLIST
Regards,
Swarna
‎2013 Mar 22 7:03 AM
Hi Swarna,
Above FMs gives us Function location details only. but I want Equipment details based on Function Location.
Thanks,
Regards,
Chinni
‎2013 Mar 22 7:29 AM
Hi,
ok. Just see if the function module output structures contains equipment number field. If so, with that equipment number, call equipment function module to get the details.
Regards,
Swarna
‎2013 Mar 22 7:57 AM
Hi Swarna,
Thanks. In both FMs dont having Equipment number field in output structure. but I search for another function module which is having equipment number field as output structure.
Regards,
Chinni
‎2013 May 29 7:00 AM
HI Chinni,
Even I am in need of such BAPI or FM, if you have found any BAPI giving the equipment number inputting the functional location, please mention here.
Thanks,
Salil Bagchi
‎2013 May 29 8:05 AM
Hi Chinni,
Please understand that 'A Functional Location can install multiple equipments so the FM you are talking about should have equipment numbers as part of Tables parameter.'
Revert in case of further questions.
Ankit
‎2014 Sep 25 8:28 PM
Use Funcation module PM_HIERARCHY_CALL to get the hierarchy of the functional location
‎2014 Apr 09 3:55 PM
‎2014 Nov 11 9:44 AM
Hello Chinni,
try this function module to get list of equipments installed in func.location
ALM_ME_FUNCLOC_INSTALLED_EQUI
With regards