Skip to Content
0
Former Member
May 15, 2008 at 08:40 AM

Short dump in method IF_WD_CONFIG_RUNTIME~LOAD_PERSONALIZATION_DATA

45 Views

Hi experts,

i have a strange problem in my application. And until this time i haven´t managed to fix it.

I have five alv`s in my component with different structures.

In my view only one on them is visible at the same time.

If i start the application i get a short dump with a

CX_SY_ARITHMETIC_OVERFLOW-COMPUTE_INT_PLUS_OVERFLOW

in the method

IF_WD_CONFIG_RUNTIME~LOAD_PERSONALIZATION_DATA

(CL_WDR_CONFIG_RT)

There are 4 "main" steps in the method

1. get run time field start time

2. method read_comp_config_from_db

It seems that the method tries to get the personalization data

for every embedded alv.

3. get run time field end time

4. calculate difference from start and end time to the public static attribute =>M_READ_TIMES.

5. finally there is a dump because the attribute m_read_times gets an overflow.

If I press to F5 button to refresh.... then I don`t get an error..... mhhh.

Does anyone have a similar problem in his application ?

Thanks in advance for your support.