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

operation terminated error

Former Member
0 Likes
2,869

i activated the programme and when i click on F8 ,i am getting error "operation terminated";Wat exactly it means ,how to solve this issue

i activated the programme and when i click on F8 ,i am getting error "operation terminated";Wat exactly it means ,how to solve this issue

5 REPLIES 5
Read only

Former Member
0 Likes
1,674

Will like to have a further description of the dump that you are getting.

Also, Please try to check with the Basis if some activity is going on in the system or is there any problem with SAP that they are already addressing.

Thanks,

Jayant

Read only

Former Member
0 Likes
1,674

hi,

There must be some line in code which can not be processed ...so your program is getting terminated.You can check in the Dump message at which line the error occurs and then change the same.You can also debug your code and check.

thanks.

Read only

0 Likes
1,674

when i click on operation terminated ,i am getting

Operation terminated

Messsage no.

Read only

0 Likes
1,674

Hello Nikita,

Can you please paste the text of the dump that you are getting. Will be really helpful.

Also try to start the debugger from SE38 screen while excuting the screen. You might have written some SELECT ..ENDSELECT statement which could be causing the dump. Try to analyse.

Please paste the code as well the dump text so that we can help you to resolve the problem.

Thanks,

Jayant

Read only

Former Member
0 Likes
1,674

hi,

Are you getting out from SE38.

Thanks