How can i read values changed in alv with input on
Hi abapers
how can i read values updated by user on the screen for the input enabled field.
Ne examples will be highly appreciated.
_________________
Regards
Abaper
Hi
NeBody please reply............................
_________________
Regards
Abaper
Hi abaper4u
You can read back the data from same internal table which you used in set_table_for_first_display method
Regards
Santhosh
My internal table is NOT filled after I enter values in input fields in the ALV. Any ideas?
Hi,
Please try following:
get into perform by callback routine
use FM "REUSE_ALV_LIST_LAYOUT_INFO_GET" to get the modified internal table info
similarly use FM "REUSE_ALV_LIST_LAYOUT_INFO_SET" to set changes
It works.
Regards
Kiran SArpotdar
Patni Computers