Hi Geetha,
Are you saying the Internal table does not have the updated value from the screen?
Try a describe table statement for internal table defined in subscreen table control.
Put it in a separate Module and it should trigger before the SAVE logic.
MODULE UPDATE TABLE.
DESCRIBE TABLE IT...
ENDMODULE.
MODULE SAVE..
Regards
Sree