cancel
Showing results for 
Search instead for 
Did you mean: 

FM: ALM_ME_FUNCLOC_INSTALLED_EQUI

Akash_Tiwari
Newcomer
0 Kudos
195

Hello Experts,

I am new in ABAP. I want to use the FM: ALM_ME_FUNCLOC_INSTALLED_EQUI and write a report where i enter several Functional Locations (TPLNR) on selection screen and in the output i can see all the equipments and respective functional locations. Can someone guide me? 

In SE37 i can do it successfully but unable to build a report.

Akash 

ramnath_vivek
Explorer
0 Kudos

Deleting this comment as it is posted in answers

View Entire Topic
ramnath_vivek
Explorer
0 Kudos

Hi, The FM: ALM_ME_FUNCLOC_INSTALLED_EQUI accepts only single functional location at a time. you can search for a different function module or any released API for this purpose. Or you can create an internal table using the table type of this data element 'TPLNR' and call the FM inside the loop. Note: Try using FM 'ALM_ME_ML_FLOC_INST_EQUI' fill in the table 'IT_FUNCLOC_INST_EQUIS' if it works for your case.