Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_EQMT_INSTALLHR

Former Member
0 Likes
1,247

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

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,124

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


6 REPLIES 6
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,125

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


Read only

0 Likes
1,124

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

Read only

0 Likes
1,124

As I wrote, look at table EQUI (index A)

Read only

0 Likes
1,124

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

Read only

0 Likes
1,124

Hi Experts,

Its an urgent requirement Can Anybody help me out......?

Thanks,

Suresh

Read only

0 Likes
1,124

Gud Mng Experts,

Plz help me out ..........!