‎2010 Aug 20 12:40 PM
Hi,
I created one table ZTABLE of type C and created table maintenance generator to insert records.
while inserting record into table fill date time automatically.
Example: ZTABLE has 3 fields.
BUKRS, ZDATE, ZTIME.
when user enters BUKRS and click on save in table mantenance generator, then 1 record should be inserted into table
with date and time
Waiting for your valuable suggestions
Regards,
Kiran
Moderator message: you could have found this yourself, so next time, please (re)search before asking.
Edited by: Thomas Zloch on Aug 20, 2010 3:47 PM
‎2010 Aug 20 1:00 PM
You can use [Extended Table Maintenance Events|http://help.sap.com/saphelp_46c/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm] - [Event 01|http://help.sap.com/saphelp_46c/helpdata/en/91/ca9f0ba9d111d1a5690000e82deaaa/frameset.htm] "Before saving the data in the database" - purpose : fill hidden fields
There are samples and guides in wiki like [Extended Table Maintenance Events |http://wiki.sdn.sap.com/wiki/display/ABAP/ExtendedTableMaintenanceEvents] (and [many others|http://wiki.sdn.sap.com/wiki/dosearchsite.action?searchQuery.queryString=tablemaintenanceevent&searchQuery.spaceKey=conf_global])
Regards,
Raymond
‎2010 Aug 20 12:56 PM
When you are in the maintain table maint....
Just go to Environment->modification->events.
Here is a step by step link how you should do it.
Regards
Roy
‎2010 Aug 20 1:00 PM
You can use [Extended Table Maintenance Events|http://help.sap.com/saphelp_46c/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm] - [Event 01|http://help.sap.com/saphelp_46c/helpdata/en/91/ca9f0ba9d111d1a5690000e82deaaa/frameset.htm] "Before saving the data in the database" - purpose : fill hidden fields
There are samples and guides in wiki like [Extended Table Maintenance Events |http://wiki.sdn.sap.com/wiki/display/ABAP/ExtendedTableMaintenanceEvents] (and [many others|http://wiki.sdn.sap.com/wiki/dosearchsite.action?searchQuery.queryString=tablemaintenanceevent&searchQuery.spaceKey=conf_global])
Regards,
Raymond
‎2010 Aug 20 1:05 PM
Hi,
Just place table maintenance events sdn article exactly in google. The first link holds what you require.
Please search in SCN or Google before posting.