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

ALV Grid Insert Line - Dumps only on certain computers

Former Member
0 Likes
629

We have some ALV Grids in our program. Every time i open one my computer the first cell is marked, so the insert line function just adds another line. But on an other computer, the frist cell is somehow not marked, which leads to a dump on inserting a line, cause the return parameter for the row_idx is not filled. First i thought it's the user, but it isn't.

So i guess that the GUI might be at fault, how could i determin the differences? Or is there a setting for that?

Edited by: Robert Graf on Oct 30, 2008 1:35 PM

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
593

Check the version of the SAPGui installed on each PC. You've probably got some that need to be upgraded.

matt

We have some ALV Grids in our program. Every time i open one my computer the first cell is marked, so the insert line function just adds another line. But on an other computer, the frist cell is somehow not marked, which leads to a dump on inserting a line, cause the return parameter for the row_idx is not filled. First i thought it's the user, but it isn't.

So i guess that the GUI might be at fault, how could i determin the differences? Or is there a setting for that?

Edited by: Robert Graf on Oct 30, 2008 1:35 PM

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
594

Check the version of the SAPGui installed on each PC. You've probably got some that need to be upgraded.

matt

Read only

uwe_schieferstein
Active Contributor
0 Likes
593

Hello Robert

When you open the SAP LogonPad then you find a symbol in the left upper corner. Click on it (left mouse) and choose function "About SAP Logon..." (Über SAP Logon...).

Then you see the exact version, build and patch-level of your SAP-GUI.

Regards

Uwe

Read only

0 Likes
593

We had different 7.10 GUI patch levels. Mine was on patch level 1, were it works. The one that dumped was on 7, on 10 it works again. Thx!