cancel
Showing results for 
Search instead for 
Did you mean: 

how to find if 1000 variables have user exit or not

0 Kudos

Hi could you please let me know any table

to find if a list of variables In bex have a user exit or not .

actually i have 7000 variables and want to document if these variables have a user exit or not for Reporting Documentation

Wuld really appreciate your help

Thanks and regards

Novino

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Novino,

check the table RSZGLOBV. If you just select all the entries with VPROCTP = 3 you will get a list of customer exit variables. VPROCTP = 4 stands for "SAP exit". If you open the table in the transaction SE16 and press F4 on the filed you get all the possible values.

Please note that some variables would have more than one version (OBJVERS), which can be A (Active) M (Modified) or D (delivered) so consider this when you perform a selection of the values from the table.

I hope this helps.

Regards,

Maxim

Answers (2)

Answers (2)

former_member181964
Active Contributor
0 Kudos

Hi,

See following tables related to Rpeorts, so check in that tables to find the Variables and properties

Use RSZGLOBV table and there give OBJVERS = A and VPROCTP = 3 or 4 then execute it and se eth variables, all that are SAP/Customer Exit varaibles.

RSZELTDIR Directory of the reporting component elements

RSZELTTXT Texts of reporting component elements

RSZELTXREF Directory of query element references

RSRREPDIR Directory of all reports (Query GENUNIID)

RSZCOMPDIR Directory of reporting components

RSZRANGE Selection specification for an element

RSZSELECT Selection properties of an element

RSZELTDIR Directory of the reporting component elements

RSZCOMPIC Assignment reuseable component <-> InfoCube

RSZELTPRIO Priorities with element collisions

RSZELTPROP Element properties (settings)

RSZELTATTR Attribute selection per dimension element

RSZCALC Definition of a formula element

RSZCEL Query Designer: Directory of Cells

RSZGLOBV Global Variables in Reporting

Thanks

Reddy

Former Member
0 Kudos

Hi Novino,

Go to TX : CMOD ---> include program.

you can find the variables here which is having user exits.

hope this will help you.

Thanks,

Vijay