Define which UDF ID carries equipment QR code information (sent after pairing an equipment with a code by a technician).
During processing of inbound equipment idocs, the value of the UDF above is retrieved and stored in table /PACG/ECM_EQQR - E4C: Equipment QR codes.
Implementation of relevant business rules for both global and receiving companies is required for the UDF data to be sent from SAP FSM. The name of the QR code UDF is specified in these business rules.
Example flow
Maintain a UDF ID responsible for holding QR code information with transaction /PACG/ECM_QR_UDF. Make sure the ID is the same as the one specified in a proper business rule.
Navigate to customer self-service in the ‘global’ company and generate a global QR code.
Follow the paired URL and pair the QR code with an equipment. Choose a target company (which has proper business rules maintained).
After successful pairing, an inbound equipment idoc should be generated. It should contain a UDF data segment. The UDF ID should correspond to the ID defined in the business rule and the UDFVALUE is the number from the corresponding paired URL.
The UDFVALUE (QR code) of this equipment should be stored in table /PACG/ECM_EQQR.