F4 in ALV: problem populating cells. [RESOLVED]

Question: Hi All.

I needed to create my own F4 help for an ALV cell, and I did it OK so when the user hit the F4 for that cell a new popup ALV shows the values.

In edit mode I needed to allow the user to fill the big ALV cells with values from the popup ALV with the double-click event.

I tried several things but I can't make the values from the popup ALV to populate the relevant cells of the big ALV.

I looked for any posts for this issue but found nothing, and the SLIS demo programs all use the standard F4 and thus cannot be used as example.

Any help will be appreciated.


thanx
ayal.

Answer:
Problem solved !!!

The demo program I worked against is "BCALV_GRID_F4_HELP" from SLIS.

I had few problems:
1. All the fields from the popup ALV should also be recognized by the big ALV
(meaning declared in the FieldCatalog).
2. After returning from the popup ALV I had to set a table of type
"LVC_T_MODI" with the fields who are needed to be changed in the big
ALV and their values.


enjoy.
ayal.
Copyright ?2007 - 2008 www.jt77.com