Application Development 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: 

Clearing off - ALV values when i hit enter

Former Member
0 Kudos

Hi,

I have 2 fields in normal screen and below of them i have a oops ALV. When i enter the data in the ALV columns and enter data in the above fields...ALV fields are clearing off automatically. But after i enter the data in ALV 'If i hit 'ENTER'' then the data is remain there. Can any one tell me why it is happening like that?

Thanks

2 REPLIES 2

Former Member
0 Kudos

Solved my own - Used -

*-To capture ALV data change
  CALL METHOD alv_grid1->check_changed_data.

former_member188685
Active Contributor
0 Kudos

if you can trigger the pai then you wll be able to set the values.

i mentioned the same in my post, in one of your last threads. use flow logic modules in pai. use

field <fieldname> module <modulename>

did you try that.