Here we would like to draw your attention to SWNNOTIFDEL_INSERT transaction code in SAP. As we know it is being used in the SAP BC-BMT (Business Management in Basis) component which is coming under BC module (BASIS).SWNNOTIFDEL_INSERT is a transaction code used for Background Job ‘SWNNOTIFDEL’ in SAP.
It comes under the package SWN.When we execute this transaction code, RSWNNOTIFDEL_INSERT is the normal standard SAP program that is being executed in background.
SAP SWNNOTIFDEL_INSERT menu path
See the possible menu paths to access the same report by avoiding entering the transaction code.
Path 1
Tools → ABAP Workbench → Development → SAP Business Workflow → Administration → Workflow Runtime → Notifications → Delete Completed Notifications → Schedule background job
Path 2
Tools → Business Workflow → Development → Administration → Workflow Runtime → Notifications → Delete Completed Notifications → Schedule background job
Transaction SWNNOTIFDEL_INSERT technical data table
Tcode | SWNNOTIFDEL_INSERT |
Purpose | Background Job ‘SWNNOTIFDEL’ |
Module | BC |
Component | BC-BMT |
SAP Package | SWN |
Program running | RSWNNOTIFDEL_INSERT |
Screen No | 1000 |
Type | R |
Some Basic Questions & Answers
Program named RSWNNOTIFDEL_INSERT will run when we enter transaction code SWNNOTIFDEL_INSERT.
SWNNOTIFDEL_INSERT is a Report Transaction code type which is shortly represented as R.