Hola Oscar! I'm the SAP Practice Lead at AppDynamics, which means I help implement SAP monitoring at many customers. Let me share with you my PO transaction rule:
We create a transaction detection rule of the type Servlet, but we split it by the POJO class and method. In most implementations we can extract the interface name from the Action parameter, but we might need to trim it.
Type: Servlet
HTTP Request Match Criteria: URI is not empty
Split Transactions using payload:
Split mechanism: POJO Method Call
Class name: com.sap.aii.af.app.modules.CallAdapterWithMessageBean
Method name: process_sender
Number of arguments: 3
Argument Index: 2
Getter chain: getAction().toString() (trim if necessary)
This will give you Business transactions split by the interface (action parameter). If you would like more good practices, reach out to your appd representative and ask for some consultant hours 🙂 Cheers,
Silvia Moreno
... View more