cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Re:

Former Member
0 Likes
272

Hi all,

Is there a way to download the BEx queries properties to see the structures and formulas used in the queries?

Kindly respond

Thanks in advance

View Entire Topic
Former Member
0 Likes

Hello,

You can try to use the function RSZ_X_COMPONENT_GET in order to have access to the query definition. You can enter the technical name of query in the field I_COMPID, the field I_OBJVERS = A and I_TEMPLATE_TYPES = REP.

I hope this can be useful

Cheers,

Ricardo

Former Member
0 Likes

Thanks a million,

Do I need to run this progrm in SE 38?