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: 

FM/BAPI for deleting Equipmet User status

former_member184551
Contributor
0 Kudos

Hi Guys

I am looking for a way to delete the equipment user status (the second box in IE02). I used a BDC for setting it and it works fine but I want to delete it now and I have no clue how.

I checked all the FM's related to STATUS and I found that internal status is the system status and the ext. status is the user status.

Anyone has experience in Equipment Sales?

Would appreciate your help.

Thanks

Sameer

1 ACCEPTED SOLUTION

Former Member
0 Kudos

FM I_CHANGE_STATUS can be used to change the status. Do you want to delete it so nothing shows? I guess you could try

<b>estat_active = ''</b>

in the function call.

Hope this helps.

Lamont

4 REPLIES 4

Former Member
0 Kudos

FM I_CHANGE_STATUS can be used to change the status. Do you want to delete it so nothing shows? I guess you could try

<b>estat_active = ''</b>

in the function call.

Hope this helps.

Lamont

0 Kudos

Hi Lamont

Thanks for trying but it is not working as this FM is for notification, notification task, order, or operation and I have to delete the user status (so that nothing shows) for a particular equipment.

Rgds

Sameer

0 Kudos

Hello,

The rules, defining user statuses of an equipment, are defined by PM functional consultant (customizing SPRO).

As i know, it is not possible to delete equipment external status.

Using IE02, you can change equipment user status as defined by functional consultant.

In your other thread "How to delete equipment user status?", Pete Atkin has given a lot of interesting informations (for example, to change user status equipment use FM STATUS_CHANGE_EXTERN).

Cordialement,

Chaouki.

former_member184551
Contributor
0 Kudos

ThANKS ALl

I used the same bdc to remove the status as the one I used to set it. The deletion ok code was the only difference.