Equipment characteristics values can be transferred into single fields of FSM equipments as UDF data.
Prerequisites – classes, characteristics and UDF definitions
Create a new equipment class in CL01 (or use an already existing one). Make sure its characteristics are properly maintained as well (to be created in CT04).
Equipment characteristics should be maintained as UDFs in transaction /PACG/ECM_UDF_CONF - UDF Configuration .
They can be entered manually or generated with transaction /PACG/ECM_UDFG_UDF - Build UDF and UDFG out of Class. , based on a specified class.
Make sure the cloud message type of all UDFs meant for equipment characteristics is ‘EQUIPMENT’ (or ‘ACTIVITY’ if the UDF is meant for activity screen). Also the ‘data source' field should be filled and refer to an equipment characteristic.
New UDF definitions should be transferred to SAP FSM with transaction /PACG/ECM_TRIG_UDF.
Successful process results in new fields displayed in equipment FSM master data (case for cloud message type ‘EQUIPMENT’).
Send equipment characteristics
[IMPORTANT] For equipment characteristics values to be sent, it is necessary to check the ‘EQChasUDF’ field in transaction /PACG/ECM_EQ1.
Equipment
In transaction IE02 assign the testing class to an equipment of your choice.
Fill the characteristics values with valid data.
Saving the equipment should trigger generation of an /PACG/ECM_ITYPE_EQUI idoc. The idoc should carry /PACG/ECM_IS_UDFDATA_OUT segments, each containing one characteristic ID, value and type – corresponding to the data entered in IE02 for this equipment.
The characteristics values should also be visible in SAP FSM master data of this equipment, in the ‘User-Defined Fields’ section.
Activity
Follow all the steps from the “Prerequisites” section and the first three from the one above - make sure that UDFs meant to be sent within activities have cloud message type ‘ACTIVITY’ in transaction /PACG/ECM_UDF_CONF and have been transferred to SAP FSM.
For this functionality to work as intended, the ‘equipment’ field of outbound activity idocs should be filled with equipment, not functional location. This depends on setting ‘SEND_EQUI’ in /PACG/ECM_ACTIVE.
To see the UDFs in SAP FSM, make sure the Screen Configuration is customized to display the UDF as a field.
Add an equipment to an operation in IW32.
Saving the service order should trigger sending of a /PACG/ECM_ITYPE_ACTIVITY_OUT idoc with a UDF DATA segment containing the related characteristic ID, value and type.
The UDF value corresponds to the data entered in IE02 for this equipment and characteristic.
The UDF data can be found in SAP FSM, provided the UDF had been added to the screen in the Screen Configuration.
Update equipment characteristics
Equipment
Equipment characteristics sent as UDF data can be automatically updated by changing the UDF value in SAP FSM. The tested equipment’s characteristic has value ‘INPUT’ in transaction IE02.
Change the related UDF’s value in SAP FSM equipment master data.
An idoc of type /PACG/ECM_ITYPE_EQUI_IN is generated, with a UDFDATA segment containing the changed value.
Navigate to transaction IE02 and see that the modified characteristic of the tested equipment has changed in SAP as well.
Activity
The tested equipment’s characteristic has value ‘14’ in transaction IE02.
In SAP FSM navigate to an activity which has the test equipment assigned. Find the test UDF and change its value.
An idoc of type /PACG/ECM_ITYPE_ACTIVITY_IN is generated, with a UDFDATA segment containing the changed value.
Navigate to transaction IE02 and see that the modified characteristic of the tested equipment has changed in SAP as well.