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

How can I run a Module pool program in Background

Former Member
0 Likes
1,975

Hi all,

I have created report program and called a dialog screen e.g call screen 0100.

this screen contains only one table control and a tabstrip control which allows user to select diffrent options.there is a push button on the application tool bar named as Background. once u click , the report has to run in background.

if its a selection screen , i can easily create a variant n can run it in background.but here its a dialog screen, i m unable to create a variant for it. can anybody tell me how can i saves the user input values and run in background ..plz help me ....

Bishnu Dash

4 REPLIES 4
Read only

Former Member
0 Likes
904

Hi,

Go to tcode SM36 and click on job wizard button.It will guide you step by step process.

Reward if helpful.

Regards,

Harini.S

Read only

0 Likes
904

Hi Harini,

In the that wizard...its asking for Variant name which is imposible to create in dialog screen....

Bishnu Dash

Read only

srajendran
Explorer
0 Likes
904

Hi,

create a bdc program for that dialog program and then run that bdc program in background.

thanks & regards,

senthilkumar.r

Read only

varma_narayana
Active Contributor
0 Likes
904

Hi ..

Create a Transaction code for this Program.

Then implement the BDC Code to Process the SCreens with the Required input Values.

Schedule this BDC Session in Backgound using RSBDCSUB.

reward if Helpful.