Skip to main content

SoD — Activities

The Activities screen lists the named activities within each business process. One line per (Application, Process, Activity). An activity is the atomic unit of the SoD analysis — for example Create vendor, Approve payment, Post journal entry.

The Matrix combines pairs of activities to express incompatibilities. The Objects screen attaches each activity to the source-system programs that back it.


At a glance

Nomasx-1 · Settings · SoD · ActivitiesAPPPROCESSACTIVITY IDACTIVITY NAME12P2PVEND-CRCreate vendor12P2PPAY-APVApprove payment12O2CCUST-CRCreate customer

Goal of the view

  • Define the atomic actions the SoD model reasons about.
  • Stable identifiers across audit cyclesActivity ID feeds the matrix and the conflict reports.
  • One row per granular action. Keep the activities tight: Create vendor and Modify vendor are different activities, not one combined entry.

Columns

ColumnSourceWhat it tells you
Application IDACT_APPS_ID — application.The application the activity applies to.
Process IDACT_PROCESS_ID — links to Process.The business process the activity belongs to.
Activity IDACT_ID — short identifier.Reference used by Matrix, Objects and the Conflicts views.
Activity NameACT_NAME — friendly label.Human-readable name.

Edit dialog

Click Add to declare an activity, or double-click a row to edit. The dialog is a single form.

Edit SoD activityApplication12 — JDE Prod ▾ProcessP2P ▾Activity IDVEND-CRNameCreate vendorCancelSave
FieldWhat to enter
ApplicationDrop-down of declared applications.
ProcessDrop-down filtered to the processes of the chosen application.
Activity IDShort identifier (e.g. VEND-CR, PAY-APV). Referenced by Matrix and Objects.
NameFriendly label. Surfaces on the Details and Proven conflict screens.

Tips & best practices

  • Name from the business angle. Use verbs (Create, Modify, Approve, Post) — easier to discuss with the business owners than technical names.
  • Keep activity names stable. Renaming breaks the comparison between SoD reports across cycles.
  • Group activity definitions per process. Activities that span two processes typically point to a misclassification of either the activity or the process.