When certain events occur, dynamic actions trigger actions in the SAP system such as:
- Maintain another infotype record (I)
- Send an e-mail through SAPOffice (M)
For a particular action to be executed by the system, you need to determine whether the action is initiated when you perform Change (02), Insert (04), or Delete (08) data in the infotype record. The system can be set up so that it recognizes AND/OR situations. The values for Change , Create , or Delete can also be added. For example, if the value of the maintenance operation is 06, it means that an action is performed if the current record is changed or if it is expanded (02 change + 04 create).
In the function part (of the table), you can enter plausibility checks for actions, for example, old and new field values. Finally, you can formulate standard values for a record that has been added.