2006 Jan 18 12:40 PM
Hi,
I'v create an ALV list with object.
I've got a field in edit mode with F4.
When I choose a value from the F4, the value is update well in the cell. But I want to update an other field too in the ALV
Wich Event can I use ?
thanks
2006 Jan 18 12:50 PM
no need of events,
just ppopulate
fieldcat-ref_filed = ' ' "check it once
fieldcat-ref_table = ' ' "check it once
that will provide F4 functionality.
regards
vijay
2006 Jan 18 12:50 PM
no need of events,
just ppopulate
fieldcat-ref_filed = ' ' "check it once
fieldcat-ref_table = ' ' "check it once
that will provide F4 functionality.
regards
vijay
2006 Jan 18 1:08 PM
What he mean is update with a different value, don't you ???
I think you should use DATA_CHANGED_FINISHED
This is done when the internal table as been updated!
Then you have with this event modified cell and field! You can change other field!
Then do a refresh
cheerz,
<b>thanks for the reward</b>
2006 Jan 18 1:09 PM
Hi vijay,
sorry maybe it was not clear.
How to populate a F4 is not my problem
I want when I retrun from F4 list to my ALV, i want to update other fields on the alv.
Let's says that I have to choose from a F4 list a material. So when I choose it i want to update the material text field in alv.
Message was edited by: joseph fryda
2006 Jan 18 1:10 PM
> Hi vijay,
> sorry maybe it was not clear.
> How to populate a F4 is not my problem
> I want when I retrun from F4 list to my ALV, i want
> to update other fields on the alv.
What he mean is update with a different value, don't you ???
I think you should use DATA_CHANGED_FINISHED
This is done when the internal table as been updated!
Then you have with this event modified cell and field! You can change other field!
Then do a refresh
cheerz,
thanks for the reward
2006 Jan 18 1:12 PM
Hi,
in that case you need to use user_command.
when the use take the value from F4 and need to press enter ,then you need to handle enter in user_command event to populate the corresponding fields.
regards
vijay
2006 Jan 18 1:16 PM
2006 Jan 18 1:18 PM
2006 Jan 19 1:45 AM
HI.joseph!
I have the same problem .
can tell me how solve the problem ?
give me your key code ,if you can.
ths!