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

Batch Input help

Former Member
0 Likes
374

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.

2 REPLIES 2
Read only

Former Member
0 Likes
323

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

Read only

0 Likes
323

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 ?