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

Update variant of report type executable

Former Member
0 Likes
470

I have modified selection screen of program and now I have multiple values for plant, previously I have only single values.

But this will effect to my current variants which are executing in batch job.

So is there a way to update variant through program so for batch job and other process it will not affect.

Thanks

PP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

Assuming you used to have a PARAMETER for plants and now you have a SELECT-OPTION, you may be able to use program RSVARDOC_610 to make the old variants usable. You will probably find that the SELECT-OPTION for plant is now blank though and you will have to re-enter it (them).

Rob

I have modified selection screen of program and now I have multiple values for plant, previously I have only single values.

But this will effect to my current variants which are executing in batch job.

So is there a way to update variant through program so for batch job and other process it will not affect.

Thanks

PP

2 REPLIES 2
Read only

Former Member
0 Likes
443

Assuming you used to have a PARAMETER for plants and now you have a SELECT-OPTION, you may be able to use program RSVARDOC_610 to make the old variants usable. You will probably find that the SELECT-OPTION for plant is now blank though and you will have to re-enter it (them).

Rob

Read only

0 Likes
442

SDN helps me a lot.

Thanks to Rob.

PP