SAP BW - How to see all variables and details used in a BEx query

Hi,

If you want to see a detailed list of variables used in a Bex Query, You can use one Function Module to list down.

1. Go to SE38 
2. Run FM  " RSRD_MS_GET_VARIABLE_DEF "
3. Enter QU for I_OBJECT_TYPE as input.
4. Enter the Query technical name fir I_OBJECT_ID as input.
5. Execute the FM.
6. Double click on E_T_VARIABLE_DEFINITION or value to get the complete details.

You can refer the below screenshot.



Detailed list of variables: