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 : dynamic value

Former Member
0 Likes
501

Hello,

I'm using transaction PRFI to create posting run. I need to create a variant to be used by a job. Two parameters must be dynamic : period(current month) and year(current year). They are not available in the variables list(TVARVC). How can I create them? Is there another solution?

Regards,

K.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
428

hi

you can try using

RS_CHANGE_CREATED_VARIANT - changing the variant

RS_CREATE_VARIANT - creating new

pleas go through link also for more infoo.

regards

shiva

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
428

Add them to the table with STVARV. Keep them up to date with a simple program running in a batch job...

Read only

Former Member
0 Likes
429

hi

you can try using

RS_CHANGE_CREATED_VARIANT - changing the variant

RS_CREATE_VARIANT - creating new

pleas go through link also for more infoo.

regards

shiva