‎2007 Oct 31 9:15 AM
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
‎2007 Oct 31 9:29 AM
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
‎2007 Oct 31 9:37 AM
Hi Harini,
In the that wizard...its asking for Variant name which is imposible to create in dialog screen....
Bishnu Dash
‎2007 Oct 31 10:31 AM
Hi,
create a bdc program for that dialog program and then run that bdc program in background.
thanks & regards,
senthilkumar.r
‎2007 Oct 31 10:34 AM
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.