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

Create variant for background job dynamically

Former Member
0 Likes
1,544

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.

4 REPLIES 4
Read only

ArthurParisius
Contributor
0 Likes
1,143

An example of what exactly you want to achieve, might help get you more results.

Read only

matt
Active Contributor
0 Likes
1,143

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,143

Try to reformulate you requirement, what's your exact requirement and what aren't you able to perform, also perform some search (FAQ)

Read only

Former Member
0 Likes
1,143

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.