SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Device Status

Former Member
0 Kudos

Hi Friends,

1)Can any one, let me know the device status in IQ02, & how the system internally assign the status at various level.

Eg AVLB ESTO etc.

& what happen in case of Device removal & replacement from the system status point of view.

2) How to change the status ESTO to AVLB - MKTO

Regards,

Chetan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Chetan,

There are two types of status for device

1.System Status (standard sap)

2.Custom Defined Status (You will define custom status in PM module)

System Status:

There are three types of system status (Standard Sap)

1.ESTO

2.AVLB

3.INST

1.ESTO :When the devices (serial numbers) are created during the GR,the status of the device is ESTO (devices are in the stores).

2.AVLB:When the devices are issued aganist the cost center or service order from stores to the customer place,the status of the device will be AVLB (available for installtion)

3.INST:When the devices are installed at the customer place,then the status of the device will be INST (the device has been installed).

During the Removal,the device status will change from the INST to AVLB.

Duing the Replacement,

Consider, X -- old device (INST),Y -- new device (AVLB)

During the replacement,X device status will change from INST to AVLB

Y device status will change from AVLB to INST

I hope it helps.

Thanks,

Sasi

View solution in original post

7 REPLIES 7

Former Member
0 Kudos

Hi,

System Stauses are maintained and delivered by SAP..This is the status SAP system sets internally as part of general status management.

In Customizing, a system status is assigned when a status is created.. Check transaction code OIBS for details..

This status tells the user that a certain business transaction was performed for an object.

Thanks

Vinod

Former Member
0 Kudos

Hi

1> AVLB,ESTO,INST r system status and equipment has any of these status based on

the business transaction u execute on it.(like MIGO etc..)

IN case of removal/replacement, the device is uninstalled i.e. it becomes AVLB for installation

2> To change form ESTO to AVLB issue the material thru T.code MIGO

Tks

0 Kudos

Hi,

These are business status, the SAP System sets internally as a part of general status management.

This status tells the user that a certain business transaction was performed for an object.

Following are the various business Process:

Assign to order items

Assignment to delivery

Cancel assignment to PP order

Change of material

Delete assignment order item

Goods receipts

PP order assignment

Serial Number Change

Terminate configuration ref.

Assignment to inspection stock

Blocked condition

Change log entry

Change log meas. document

Change log notification

Change technical object

Create Log Notification

Create Meas. Doc.

Create log entry

Create logbook

Delete assign. to inspectn lot

Delete assignment to delivery

Delete assignment to order

Delivery note assignment

Delivery to customer

Dismantle equipment

Enter PM planing data

Enter PM processing data

Goods issues

Install equipment

Lock PRT from use

Mark for deletion

Order assignment

Release PRT for use

Remove Log Notification

Remove Meas. Doc.

Remove deletion flag

Reset object inactive

Return to stock

Service contract assignment

Set deletion indicator

Set object inactive

Use production resources/tools

Copy partners - delivery

Copy partners - order

Create Equi under construction

With regards,

Sunil

Former Member
0 Kudos

Hi Chetan,

There are two types of status for device

1.System Status (standard sap)

2.Custom Defined Status (You will define custom status in PM module)

System Status:

There are three types of system status (Standard Sap)

1.ESTO

2.AVLB

3.INST

1.ESTO :When the devices (serial numbers) are created during the GR,the status of the device is ESTO (devices are in the stores).

2.AVLB:When the devices are issued aganist the cost center or service order from stores to the customer place,the status of the device will be AVLB (available for installtion)

3.INST:When the devices are installed at the customer place,then the status of the device will be INST (the device has been installed).

During the Removal,the device status will change from the INST to AVLB.

Duing the Replacement,

Consider, X -- old device (INST),Y -- new device (AVLB)

During the replacement,X device status will change from INST to AVLB

Y device status will change from AVLB to INST

I hope it helps.

Thanks,

Sasi

Former Member
0 Kudos

Hi,

During decvice creation(IQ01) the status is AVLB. After full installation(EG31) the status will be changed to INST i.e. Installed.

Reverse will happen during removal

Former Member
0 Kudos

Programatically, you can get the statuses using BAPI_EQUI_GETSTATUS and you can change user statuses using ALM_ME_EQUI_USTATUS_CHANGE.

System status can only be changed by performing the activity that sets the status.

Former Member
0 Kudos

closing Q.