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: 

Reg: ALV grid handling in dialog programming

Former Member
0 Kudos

Dear Friends,

Please look into this problem.

I have a situation where in Dialog programming i am creating a screen using alv grid. At the start of the first screen, when i click the create button of alv grid tool bar, new line comes, and i fill the cells using f4(using f4 events), when i go back from the screen and come again to the screen, and when i do the same procedure using f4, the cells are not being filled.

Could you friends please suggest what to do.

How should i handle the events for data changed and f4?

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

did you check this program BCALV_EDIT_04

after input you have to modify the internal table with the newly added data. see how it handled using the event DATA_CHANGED

6 REPLIES 6

Former Member
0 Kudos

Hi

use modify [itab] or [dbtab]

before you leaving the screen.

or

after displaying the f4 values

Regards

Former Member
0 Kudos

Former Member
0 Kudos

Both the cases are not working friends.

former_member188685
Active Contributor
0 Kudos

did you check this program BCALV_EDIT_04

after input you have to modify the internal table with the newly added data. see how it handled using the event DATA_CHANGED

Former Member
0 Kudos

Could anyone suggest why the f4 value is not populating in the screen.

Former Member
0 Kudos

worked