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

User Interactive reports in background

Former Member
0 Likes
350

Hi all,

There is report in CMS which prints collateral sheet, when i run the report in foreground(/ncms_cs) it ask for some input fields like Business partner id , smartform name and output device, after furnishing these details it give a pop saying BP belongs to Borrowing Entity and ask whether to continue or not and when you say yes it generates smart form else it quits.

Can any one tell me is it possible to run this report in background since its generating a pop-up while executing and if we run this in background we are unable to see the pop up and provide the input(Yes/No) and i am getting an error mesg as provide input parameters. So is there any way to run this kind of report in background

regards,

Suhail

1 REPLY 1
Read only

former_member189059
Active Contributor
0 Likes
305

You cannot have an interactive report in the background

what you need to do is to remove any popups or messages to allow the program to run in bg properly

you can pass the required parameters to your program whilst calling it before it starts execution