/
FSM Cloud Connector Enhancements

FSM Cloud Connector Enhancements

FSM Cloud Connector offers the following enhancement capabilities:

 

UDFs

User-Defined Fields allow extending an existing data model in FSM. A custom field can be added to any object type in order to store properties not represented by standard FSM fields.  

 

Example use case of UDFs #1 – display properties not related to standard fields

Equipment characteristics values can be transferred as UDF values and displayed in FSM master data. Update of the equipment characteristic values in FSM results in update on the SAP ECC/S4 side. 

image-20250328-073437.png

 

Example use case of UDFs #2 – trigger action in SAP backend

UDFs can be used to trigger certain action in the backend. E.g. to decide what kind of equipment structure update should take place when consuming a serialized material. 

image-20250328-073505.png

 

Example use case of UDFs #3 – update a master data object based on data from Activity/Service Call

Phone number of a Contact Person entered in an Activity UDF would update phone number of the related Contact Person record. Business Rule copies it to Contact Person’s UDF - this triggers object update and the contact person’s number is updated in SAP backend.  

image-20250328-073537.png

 

UDOs

User-Defined Objects allow to create a custom object type and its instances, using User-Defined Fields as properties.

 

Example use case of UDOs #1 – trigger action in FSM (e.g. a notification) based on action in SAP backend

A technician should get a notification about a goods movement/delivery in SAP. FSM Cloud Connector generates a UDO instance whose creation triggers a business rule sending a push notification to technician’s phone.

image-20250328-073647.png

 

Example use case of UDOs #2 – configurable selection list in checklists, which can additionally be filtered

  • Checklist pickers can refer to UDO values (instances). UDOs can be used as input help

  • A UDO picker can use another UDO as a filter. Selection within one field impacts the available values displayed in another

image-20250328-073720.png

 

BAdIs

Business Add-In (BAdI) is an is an object-oriented enhancement implementation technique that empowers developers to add custom functionality to a solution without altering the original source code.

 

Example use case of BAdIs #1 – determination of values for custom fields and objects

Determination of UDF values based on custom logic

image-20250328-073802.png

 

Example use case of BAdIs #2 – custom logic for determination of certain properties

Determination of Equipment coordinates

image-20250328-073828.png

 

Example use case of BAdIs #3 – idoc output

Edit entire idoc or decide if it’s even relevant for sending based on properties

image-20250328-073902.png

 

Example use case of BAdIs #4 – trigger event

Specify if an event should be triggered – based on object key, type, category, event name and other values 

image-20250328-073928.png

 

Custom classes

Each class delivered with FSM Cloud Connector can be reimplemented and adjusted to customer’s needs. Such classes are referred to as custom classes or Z-classes

It’s advised to implement BAdIs instead, wherever possible. Replacement of a standard class with a Z-equivalent results in breaking upgrade continuity - functionalities or corrections delivered for the affected processing step in new service packs/SAP notes must be implemented manually.

 

Example use cases of custom classes

Overwriting or extending standard processing. In principle implement logic which cannot be implemented as a BAdI.

  1. Service checkout trigger sales order update

  1. Fully custom reserved material creation process

  1. Additional filter/selection criteria during outbound idoc processing

 

Posting Framework

Posting Framework is the mechanism allowing automatic processing of inbound checklist in a step-based manner. It allows to define scenarios consisting of one or multiple steps.

image-20250328-074036.png

 

The diagrams below demonstrate the posting framework mechanism:

image-20250328-080415.png

 

image-20250328-080431.png

 

Learn more: Posting Framework

 

Related content

If you'd like to help us improve the documentation, please provide your feedback using the communication channels listed /wiki/spaces/PFCC/pages/1561427969. Learn about support possibilities here.