2014 May 21 7:32 AM
Hi Experts,
I Got the requirement to create the report for Equipment hierarchy upload using BAPI_EQMT_INSTALLHR (Standard Bapi) based on material number & serial number. So can i have the sample code how to start . I am new To PM module.
Thanks
Suresh B
2014 May 21 8:45 AM
Just perform a where-used, this BAPI is easy to understand 2 mandatory parameters for equipment and location/upper equipment numbers with or without an item number and optional date time fields. (e.g. Form change_hierarchie in include LCRMQF01.) For database table required to mapping of data, look at table EQUI.
Regards,
Raymond
2014 May 21 8:45 AM
Just perform a where-used, this BAPI is easy to understand 2 mandatory parameters for equipment and location/upper equipment numbers with or without an item number and optional date time fields. (e.g. Form change_hierarchie in include LCRMQF01.) For database table required to mapping of data, look at table EQUI.
Regards,
Raymond
2014 May 21 9:02 AM
Thank You Raymond,
My requirement is that XL data has to get upload through this bapi. And here is the logic .Can you please write some code and produce it to me.
| Step 1 : Get Equipment Number of Material and its Serial Number |
| Pass Material Number and Serial NUMBER Combination |
| In MATNR & SERNR |
| And get parent equipment number |
| Same logic to get the the child equipment number |
| Step 2: Install equipment in equipment hierarchy |
| BAPI : BAPI_EQMT_INSTALLHR |
| Pass ERSA Equipment Number to Field : EQUIPMENT |
| Pass FERT Equipment Number to Field : SUPEREQUI |
| DATE : SYSTEM DATE |
| TIME : SYSTEM TIME |
Thanks,
Suresh
2014 May 21 9:14 AM
2014 May 21 11:59 AM
Hi Reymond,
I checked that index but i am not understanding anything, As i already told i'm new . So can any body give related code .I will do make the changes in that.helpful answer will be rewarded.
Thanks,
Suresh
2014 May 21 1:03 PM
Hi Experts,
Its an urgent requirement Can Anybody help me out......?
Thanks,
Suresh
2014 May 22 5:23 AM