‎2008 Feb 14 9:46 AM
Hello all,
I'm writing a batch input to local cashier transaction.
In the middle of the batch input there is a popup which I need that the user will enter a value. After this popup I need the batch input to end and go back to the initial screen without the user interaction.
How can I progress the batch input after that popup?
Thanks,
Michal.
‎2008 Feb 14 11:50 AM
Hi,
If the next batch input process is not dependent to the user input, I think you could still add the batch input process in that one session. But remember to not put any batch input data for the popup screen. So when the session is executed in SM35 with 'display error only' mode, the session will stop at the popup screen that will allow the user enter a value and then the next batch input process will still continue after the user input.
Regards,
Teddy
‎2008 Feb 14 12:17 PM
Thanks for your reply.
I do need to give some data to the batch input popup screen.
isn't there any option or parameter that keeps the batch session on even if the user push a button ?