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

ABAP dump

0 Kudos
224

Hi,

Working in 4.6C

When I execute a report for the first time report is working fine,

when execute the program with the same input data for the second time without coming out of the program getting the dump.

when execute the program with the different input data for the second time without coming out of the program report is working fine.

Error analysis

A RAISE statement in the program "SAPLOLEA " raised the exception

condition "CNTL_ERROR".

Since the exception was not intercepted by a superior program

in the hierarchy, processing was terminated.

Kindly provide me a solution for the above issue.

NOTE : Replicated the same report in ECC 6.0 its working fine and there is no such issue that I faced in 4.6C.

Regards,

2 REPLIES 2
Read only

Former Member
0 Kudos
191

This message was moderated.

Read only

0 Kudos
191

Hi,

When the report is executed by selecting the data from the variant report works fine.

When the report is executed by directly giving the data in the selection screen system goes for dumb.

Note : Insttaled latest GUI.

Regards,