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