‎2007 Oct 29 7:18 PM
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
‎2007 Oct 29 7:22 PM
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
‎2007 Oct 29 7:24 PM
In your Variant Attributes, check the 'save without values' for both those fields.
Arya
‎2007 Oct 29 8:47 PM
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
‎2007 Oct 29 9:31 PM