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

Variable values in Variant

Former Member
0 Likes
624

Hi Gurus,

I want to create one variant for transaction 'FPB3' so that i can pass different 'Identification' and 'filename' each time under the same variant to a background job.

Is there any possible way to pass the variable values of fields in an variant of FPB3 transaction.

Your help is appreciated.

Thanks 'n Regards,

Ashwani

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
571

Hello Ashwani,

You can try with, maintain all other values in the variant except your fielname and identification.

In your background job submit your report with the variant and pass the file & identificaiton.

Regards.

Naimesh Patel

Read only

Former Member
0 Likes
571

In your Variant Attributes, check the 'save without values' for both those fields.

Arya

Read only

Former Member
0 Likes
571

Ashwani,

You can create an entry TVARV table with that variant When u create a variant variable(in the tcode STVARV) of type select option and chose different selections(Include single values, Include range, exclude single values, exclude range) through multiple selections button, then a separate entry will be created in the database table TVARVC(with a different NUMB value) for each selection made in multiple selections dialog box .You can access this table in your program while executing the in background.

Hope this helps

Veera

Read only

0 Likes
571

Thanks Veera,

It solved the issue.

Regards,

Ashwani