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

quit

Former Member
0 Likes
527

hi

can u tell me how to exit from program which is running .

I have thousands of data at each step it is showing me error. so i want to quit from program & want to go back to edit window .

I did not set any break point.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
510

Hi,

Use stop statement.

Thanks,

Sriram Ponna.

Read only

0 Likes
510

At the top left you can see a small icon just click it you will get a menu in which you select " STOP Transaction" to stop the program from executing .Then goto se38 and enter to your program in editable mode

regards

Saravanan

Read only

Former Member
0 Likes
510

In the drop down you get from the Upper Left hand corner of the window, there is a STOP TRANSACTION option.

You can also use /NSE38 in the trancode area and hit enter I think.. I use this when in debug, but it might work while it's running as well.

Read only

0 Likes
510

when program runs it opens list screen & display error.

after when u press enter key it display next error for next data...........& so on....

i could not select any menu from top of screen.(all r disable)

thanks a lot.