‎2019 Mar 12 11:42 AM
Hi All,
Need to create a dynamic variant for any report with the dynamic input parameters while scheduling the background job. Please help with the solution.
‎2019 Mar 12 12:12 PM
An example of what exactly you want to achieve, might help get you more results.
‎2019 Mar 12 12:14 PM
Paste Create variant for background job dynamically into the google search box. Maybe add site:sap.com. Many many hits.
Unfortunately, now this will be one of them.
‎2019 Mar 12 12:27 PM
‎2019 Mar 13 5:48 AM
I am scheduling a background job using FM's JOB_OPEN, JOB_SUBMIT and JOB_CLOSE. For these FM's one of the input is the variant name.
Prerequisite to use these FM's is that the variant needs to be already created for the report or we need to create the variant manually and then use it but my requirement is to create the variant dynamically by taking the selection screen parameters as input and then pass that dynamically created variant to these FM's.