ABAP Runtime Errors

SUM_ON_FOREIGN_INTERNAL_TABLE SAP ABAP Runtime Error sum on foreign internal table







SUM_ON_FOREIGN_INTERNAL_TABLE is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


SUM_ON_FOREIGN_INTERNAL_TABLE ABAP Runtime Error

Please see program correction for more details about the possible cause of this runtime error and how it could be avoided.

SUM statement cannot be executed here. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The SUM statement has been used in a LOOP in another ABAP program. This is not permitted.
The SUM statement can only be used in LOOP processing of an internal table belonging to the same program during group level processing.
Current program with SUM: <runtime parameter>
Program containing LOOP: <runtime parameter> Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The SUM statement has been used in a LOOP in another ABAP program. This is not permitted.