on 2024 Sep 10 6:43 PM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you already look at a view such as V_EQUI or a report like IH08 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.