‎2007 Jun 02 5:25 AM
Hi GURUS,
I need help regarding one of my requirement.
I need to display data from the internal table on the screen and when the user selects a record/multiple records from screen and clicks on approve button i need to update one of the field from N to Y in the corresponding Ztable. Once the record is updated from Ztable , that should no longer be visible for the user on the screen.
I am using table control wizard to display data. I am able to update the Ztable, but that record is not refreshing from the user screen. Any suggestions would be approved.
Also please let me know if table control is the best way to do this/ alv grid control??
‎2007 Jun 02 5:39 AM
for tables we use <b>commit work</b> after inserting values into table.
‎2007 Jun 02 2:39 PM
I am not worrying about ztable/table commit.. It is updating correctly..
Once the record is updated , after PAI i should refresh the displayed table control records to removed the updated record from this screen..
I would reward points for helpful solution....
‎2007 Jun 02 3:12 PM
hi
REFRESH CONTROL Control-Name FROM SCREEN '0100' -> use this command to refresh the table control
to know more, read into
https://forums.sdn.sap.com/click.jspa?searchID=2934287&messageID=673474
if helpful, reward
Sathish. R
‎2007 Jun 02 5:03 PM
Hi,
Can you please let me know where i need to put this statement to refresh the screen...I am new to module pool programming