Application Development 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: 

Error on SAP Query creation

Former Member
0 Kudos

Hi Friends,

I am getting short dump on creation of SAP info set (SQ02).

The ABAP program lines are wider than the internal table.

What happened?

    Error in the ABAP Application Program

    The current ABAP program "SAPMS38O" had to be terminated because it has

    come across a statement that unfortunately cannot be executed.

Please give some solution..

Regards

Bibek

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Did you perhaps copy code bits into your query?  In goto->code?

If so you may have started in one editor version and crossed over to another.  Go back and make sure that none of the lines are too long.

Neal

2 REPLIES 2

Former Member
0 Kudos

Did you perhaps copy code bits into your query?  In goto->code?

If so you may have started in one editor version and crossed over to another.  Go back and make sure that none of the lines are too long.

Neal

Former Member
0 Kudos

Hi Neal,

Thanks for your correct answer.

Regards

Bibekananda