‎2006 Nov 06 12:10 PM
Hi All,
I have a problem in screen programming,screen is i/p screen in which user enter some values,values entered by user should save as a record to a ztable in dictionary.
i need to know how do i do this saving in dic table through function Module or i can use only insert statement for this...
Kindly help.
‎2006 Nov 06 12:17 PM
Hi Aasu,
As Per my knowledge we have to write Insert Statement to Update the Table.
Bye
Murthy
‎2006 Nov 06 12:20 PM
No need to use Function Module.
You can use update and insert statements.
Regards,
Reddy
‎2006 Nov 06 12:20 PM
‎2006 Nov 06 12:25 PM
No need to go for a function module. using the insert and then update statement you will be able to store the data to the ztable.