‎2007 Jun 21 1:40 PM
after all my operations , if i click save button the screen has to save in my datebase table / document how could it possible will u plz give an hint when ever it necessary i want to retrieve my save document how?
‎2007 Jun 21 1:43 PM
Hello,
First create a database table.
And in PAI of the screen write a module.
PAI.
MODULE SAVE.
MODULE SAVE.
if sy-sucomm = 'SAVE'.
modify ztable from itab. " Where the itab should have the same sturucture of the "Ztable
ENDIF.
ENDMODULE SAVE.If useful reward.
Vasanth