Application Development 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: 

How to change system status of an equipment (IE02)

former_member184551
Contributor
0 Kudos

Hi Guys

I have noticed two fm's STATUS_CHANGE_INTERN & STATUS_CHANGE_EXTERN but they can only ne used to change the status for notifications, they are not working with equipments. I know how to change the system status for equipments manually (edit->special ser func -> manula transaction) but I dont want to code a bdc for this. Is there anyway i can achieve this through a FM or a BAPI?

Help will be greatly appreciated.

Thanks

Sameer

6 REPLIES 6

Former Member
0 Kudos

Hi

You can use bapi BAPI_EQUI_CHANGE

Regards

Raj

0 Kudos

Hey Raj

I checked it out, but couldnt find any relevant parameters to export. I want to change the system status of my equipment.

Thanks

0 Kudos

Try FM ALM_ME_EQUI_USTATUS_CHANGE

former_member184551
Contributor
0 Kudos

I had to use a BDC.

0 Kudos

Hi Sameer,

You can use FM's STATUS_CHANGE_EXTERN and STATUS_CHANGE_INTERN to change the Equipment User and System status. I was searching for a solution to change the status of an Equipment. And I could achieve using these FM's.

Thanks,

Vijay

Former Member