Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

When consuming a serialized part (a serialized item representing an equipment), it can be installed in equipment structure or replace another equipment (trigger dismantle of an existing part).  

To facilitate this process in the mobile application, the technician must specify the value of a special UDF and the equipment:

  • INSTALLATION SCENARIO - in which the serialized item should be installed

  • REPLACEMENT SCENARIO - the equipment which should be replaced by this serialized item

Equipment to install serialized material into/equipment to be replaced by the serialized material should be entered in the service order header or object list. If not, it won’t be available to choose it during material consumption.

During processing of a /PACG/ECM_GOODRECIN idoc (after material consumption), the UDF specified in the ‘UDF for action’ field is searched for in the idoc’s UDFDATA segments. The found UDF’s value is then used to determine whether an equipment (represented by serialized material) should be installed (value ‘2’), replaced (value ‘3’) or no action should be carried out (value ‘1’).  

Example of equipment installation

1. Create and transfer a special UDF to SAP FSM   

/PACG/ECM_UDF_CONF - UDF Configuration, UDF ITEM_EQ_ACTION 

 

/PACG/ECM_TRIG_UDF - UDF Definition 

 

2. Adjust the material screen configuration   

  

3. Fill the ‘UDF Equi Inst/Uninst’ field in transaction /PACG/ECM_ICONF  

4. Find a relevant serialized material and consume it. On the material consumption screen specify what action should be carried out and in relation to which equipment (e.g. <install> this serialized item in the <specified equipment>)  

5. Examine the inbound /PACG/ECM_GOODRECIN idoc and the test equipments’ structure.

The serialized item which symbolized an equipment was installed in the specified equipment’s structure.

  • No labels