SAP Basis transaction list

A SAP transaction is an application that executes a business process on a system, performs a set of logically completed actions over data. (Technically, it is a “shortcut” for calling a program on ABAP/4).   For example, it can be the input and accounting entry of an invoice, forming some reports. (Programmers: SAP transaction is not synonymous with DB transaction).

When analyzing problems with a SAP system, it is often sufficient to analyze transactions in the following order:

sm50 – see how fast workflows are running. Are there many free ones, are there many long-term employees, are there any processes in PRIV mode?

st22 – see the presence of dumps in the system, their count

Continue reading »