‎2008 Jan 14 9:30 AM
Hi all,
I have created a table maintenance generator for the table and whenever user saves the entry, we need to update the table with new entry and modify the existing record...
which include shall i use for this?
Regards
Gunjan
‎2008 Jan 14 9:39 AM
Hi,
as u have maintained the table maintainence generator,now goto SM30->GIVE THE TABLE NAME AND PRESS ON EDIT BUTTON..NOW ADD UR ENTRIES AND PRESS SAVE..The data will be saved.
also check the below link
The below link is for table maintainenece generator events
Regards,
Nagaraj
‎2008 Jan 14 9:39 AM
Hi.
From the Table Maintenance Generator, in change mode, go to Environment->Modification->Events, click new entries, and in the first column set the code 02 (After saving the data in the database) and then set a form name in the mid-column. Press ENTER, and then click on the row's right-most column to create a new include in which you will write your code.
Regards,
George
‎2008 Jan 14 9:41 AM
Hi Gunjan,
From what I understand, you dont need to do anything for what you want to achieve. Once you generate the table maintenance and maintain entries from SM30, it will handle updating new entries (insert) and update old entries (modify) autmaticlaly when you press SAVE.
Cheers,
Aditya