Here we would like to draw your attention to SWO_ASYNC transaction code in SAP. As we know it is being used in the SAP BC-DWB (ABAP Workbench, Java IDE and Infrastructure in Basis) component which is coming under BC module (BASIS).SWO_ASYNC is a transaction code used for Asynchronous Method Call in BOR in SAP.
It comes under the package SWO.When we execute this transaction code, SWO_CALL_METHOD_ASYNC is the normal standard SAP program that is being executed in background.
Transaction SWO_ASYNC technical data table
Tcode | SWO_ASYNC |
Purpose | Asynchronous Method Call in BOR |
Module | BC |
Component | BC-DWB |
SAP Package | SWO |
Program running | SWO_CALL_METHOD_ASYNC |
Screen No | 1000 |
Type | R |
Some Basic Questions & Answers
Program named SWO_CALL_METHOD_ASYNC will run when we enter transaction code SWO_ASYNC.
SWO_ASYNC is a Report Transaction code type which is shortly represented as R.