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

Standard Run Time Errors

Former Member
0 Likes
444

Hello All,

With regard to Standard Run Time errors, say SUM_OVERFLOW, where do we get the documentation about this error(as well as erors of this type)

1. Dump analysis ST21 and the other that strikes me is the 2. OSS

Do correct me if i am wrong and please provide me further information.

TQ

- Sravan

1 ACCEPTED SOLUTION
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
403

Hi,

the ABAP keyword documentation offers a full text search.

If you enter SUM_OVERFLOW, you learn that this exception is raised from the SUM statement in a loop over an internal table.

Regards,

Horst

1 REPLY 1
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
404

Hi,

the ABAP keyword documentation offers a full text search.

If you enter SUM_OVERFLOW, you learn that this exception is raised from the SUM statement in a loop over an internal table.

Regards,

Horst