Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

question about selection-variable

Former Member
0 Likes
420

Dear All,

I have a question about selection-variable.

We have some selection variables defined in table TVARVC. Can I ask how can I know which SAP programs has been defined to use that selection variables?

I want to know it because I want to know the effect when I change the values of the selection variables

Many Thanks

Thanks

1 ACCEPTED SOLUTION
Read only

craig_scott2
Explorer
0 Likes
384

Perhaps you could run report RPR_ABAP_SOURCE_SCAN and search for all TVARV or TVARVC table access?

.. Craig

2 REPLIES 2
Read only

craig_scott2
Explorer
0 Likes
385

Perhaps you could run report RPR_ABAP_SOURCE_SCAN and search for all TVARV or TVARVC table access?

.. Craig

Read only

0 Likes
384

Many Thanks Craig.