InterviewSolution
| 1. |
When to represent an object as Equipment or as Functional Location? |
|
Answer» In case of breakdown, you should represent an object as Technical Object if it is repaired. When you define an object as Technical object, you can maintain service history of the object in system. Note that you can’t change the equipment number once it is created in the system. If you have entered an incorrect number mistakenly you need to achieve this to change it. When you are using multiple piece of equipment you need to classify the equipment to perform a qick search. When you exchange an object in case of breakdown due to its low value and in this case you don’t need to maintain service history. For each functional location, you have to define a structure indicator as mentioned in previous topic. When you maintain a functional location in another functional location, you can’t store the installation location history. |
|