Here we would like to draw your attention to SWF_RESTART_SUSPEND 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).SWF_RESTART_SUSPEND is a transaction code used for Restart Suspended Callbacks in SAP.
It comes under the package SWW.When we execute this transaction code, RSWW_EXEC_SUSPENDED_CALLB is the normal standard SAP program that is being executed in background.
Transaction SWF_RESTART_SUSPEND technical data table
Tcode | SWF_RESTART_SUSPEND |
Purpose | Restart Suspended Callbacks |
Module | BC |
Component | BC-BMT |
SAP Package | SWW |
Program running | RSWW_EXEC_SUSPENDED_CALLB |
Screen No | 1000 |
Type | R |
Some Basic Questions & Answers
Program named RSWW_EXEC_SUSPENDED_CALLBACK will run when we enter transaction code SWF_RESTART_SUSPEND.
SWF_RESTART_SUSPEND is a Report Transaction code type which is shortly represented as R.