Here we would like to draw your attention to /IPRO/LIST_VARS transaction code in SAP. As we know it is being used in the SAP CA-GTF (General Application Functions in CA) component which is coming under CA module (Cross Application)./IPRO/LIST_VARS is a transaction code used for List all variables in SAP.
It comes under the package /IPRO/PROGS.When we execute this transaction code, /IPRO/IMG_LIST_VARS is the normal standard SAP program that is being executed in background.
Transaction /IPRO/LIST_VARS technical data table
Tcode | /IPRO/LIST_VARS |
Purpose | List all variables |
Module | CA |
Component | CA-GTF |
SAP Package | /IPRO/PROGS |
Program running | /IPRO/IMG_LIST_VARS |
Screen No | 1000 |
Type | R |
Some Basic Questions & Answers
Program named /IPRO/IMG_LIST_VARS will run when we enter transaction code /IPRO/LIST_VARS.
/IPRO/LIST_VARS is a Report Transaction code type which is shortly represented as R.