cancel
Showing results for 
Search instead for 
Did you mean: 

Variables - User Entry

Former Member
0 Kudos

How can I check in what queries a variable is used? Thanks

Accepted Solutions (1)

Accepted Solutions (1)

edwin_harpino
Active Contributor
0 Kudos

hi Niten,

in bex analyzer, right click the variable, and 'where used list'.

hope this helps.

Former Member
0 Kudos

Thanks for that at the moment I just have the variable name and no details of any queries which I can open and carry out a where used

Former Member
0 Kudos

Hello Niten,

Please look at RSZGLOBV table. check if it helps..

thanks,

Former Member
0 Kudos

Hello Niten,

Variables are infoobject specific.

You need to track the queries in which these infoObject is used.

thanks,

edwin_harpino
Active Contributor
0 Kudos

hi Niten,

try table RSZCOMPDIR, type in variable name for field COMPID, and get COMPUID,

then table RSZELTXREF pass COMPUID to field TELTUID and fill LAYTP = VAR and OBJVERS = A, get all SELTUID,

and go to table RSZELTDIR, pass these values to field ELTUID, you will get all query name in field MAPNAME

(also INFOCUBE is the infocube name)

or if you go with infoobject approach, use function module

RSZ_DB_VARIABLE_GET variable get infoobject

RSZ_I_BASIC_CHA_WHERE_USED infoobject query where used list

  • RSZ_DB_VARIABLE_LIST_GET infoobject get variable name

hope this helps.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi niten

go through this previous posting on similar query

Regards

kiran