Here we would like to draw your attention to LTX_SAPGUI transaction code in SAP. As we know it is being used in the SAP CA-WUI (WebClient UI in CA) component which is coming under CA module (Cross Application).LTX_SAPGUI is a transaction code used for Launch SAPGUI with given BOR params in SAP.
It comes under the package CRM_BSP_UI_FRAME_LTX.When we execute this transaction code, CRM_LTX_SAPGUI_INVOKE is the normal standard SAP program that is being executed in background.
Transaction LTX_SAPGUI technical data table
Tcode | LTX_SAPGUI |
Purpose | Launch SAPGUI with given BOR params |
Module | CA |
Component | CA-WUI |
SAP Package | CRM_BSP_UI_FRAME_LTX |
Program running | CRM_LTX_SAPGUI_INVOKE |
Screen No | 1000 |
Type | R |
Some Basic Questions & Answers
Program named CRM_LTX_SAPGUI_INVOKE will run when we enter transaction code LTX_SAPGUI.
LTX_SAPGUI is a Report Transaction code type which is shortly represented as R.