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

Variant Values

bharathyp
Active Participant
0 Likes
404

Hi

I would like to view variant values, for all the jobs not for each job, as i am aware of the steps to view for each job.

Because the issue here is, as it is the year end we would like to make sure no jobs are hardcoded with the year number in the variant values.

Any way to do this?

tks

1 ACCEPTED SOLUTION
Read only

JJosh
Active Participant
0 Likes
335

Hi,

Get variant name from table VARID and then by using the funcmod  RS_VARIANT_CONTENTS u can get the variant details.

**Create a Z* prog and use this.


BR/Josh

1 REPLY 1
Read only

JJosh
Active Participant
0 Likes
336

Hi,

Get variant name from table VARID and then by using the funcmod  RS_VARIANT_CONTENTS u can get the variant details.

**Create a Z* prog and use this.


BR/Josh