‎2008 Jun 27 11:47 AM
‎2008 Jun 27 11:53 AM
hi,
WELCOME TO SDN.
some events in table maintaneance generator.
events means that will trigger during transaction run.
01 Before saving the data in the database
02 After saving the data in the database
03 Before deleting the data displayed
04 After deleting the data displayed
05 Creating a new entry
06 After completely performing the function 'Get original'
07 Before correcting the contents of a selected field
08 After correcting the contents of a selected field
09 After getting the original of an entry
10 After creating the header entries for the change task (E071)
11 After changing a key entry for the change task (E071K)
12 After changing the key entries for the change task (E071K)
13 Exit editing (exit main function module)
14 After lock/unlock in the main function module
15 Before retrieving deleted entries
16 After retrieving deleted entries
17 Do not use. Before print: Event 26
18 After checking whether the data has changed
19 After initializing global variables, field symbols, etc.
20 after input in date subscreen (time-dep. tab./views)
21 Fill hidden fields
22 Go to long text maintenance for other languages
23 Before calling address maintenence screen
24 After restricting an entry (time-dep. tab./views)
25 Individual authorization checks
Edited by: gautham chakraverthi on Jun 27, 2008 6:53 AM
‎2008 Jun 27 11:54 AM
Events are used to Validate or Populate some extra fields by default like Created by , Creation date etc.
and to log the changes of the table you can use the events.
There are various events in table maintenance generator.
‎2008 Jun 27 11:56 AM
Hi Raju,
Welcome To SDN!!.
Read the PDF,see the page 4 for list of events
Regards
Kiran Sure
‎2008 Jun 27 11:57 AM
Extended Table Maintenance Events:
Events allow you to change the generated table maintenance dialog at predefined positions, which cannot be reached by user modules in the screen flow logic.
The user routines are called dynamically at runtime. For this reason, the routines must be in a user include in the table/view maintenance dialog function group. All extended table maintenance global data is available. An interface is only required for events 22 and AF.
The events can be additions or replacements.
Additional events
Event 01 before saving the data in the database
Event 02 after saving the data in the database
Event 03 before deleting data in the display
Event 04 after deleting data in the display
Event 05 when inserting a new entry
Event 06 after completely performing the function 'Get original'
Event 07 before correcting the contents of a selected field
Event 08 after correcting the contents of a selected field
Event 09 after 'Get original' for one entry
Event 10 after creating the change request header entry
Event 11 after changing a key entry in the change request
Event 12 after changing the key entries in the change request
Event 13 end processing (leave main function module)
Event 14 after lock/unlock in main function module
Event 15 before retrieving deleted entries
Event 16 after retrieving deleted entries
Event 17 before printing entries
Event 18 after the data change check
Event 19 after initializing global variables, field symbols, etc.
Event 20 after input in date subscreen (time-dep.tables/views) sapurl_link_0001_0020_0034
Event 21 fill hidden fields
Event 22 go to long text maintenance for other languages
Event 23 before calling address maintenance screen
Event 25 at start of maintenance dialog
Event 26 before displayed data is output in a list
Event 27 after filling a GUID field
Replacement events
Event AA instead of the standard data read routine
Event AB instead of the standard database change routine
Event AC instead of the standard 'Get original' routine
Event AD instead of the standard RO field read routine
Event AE instead of the standard positioning code
Event AF instead of reading texts in other languages
Event AG instead of 'Get original' for texts in other languages
Event AH instead of database changes for texts in other languages
Event ST GUI menu main program name
For details see this link:
http://help.sap.com/saphelp_erp2004/helpdata/EN/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm
Regards,
Joy.
‎2008 Jun 27 12:32 PM
There are different events in table maintenance generator and you can check them in SE11-> Utilities --> Table Maintenance Generator --> Enivronment --> Events.
Press F4 on Event type,to get the list of events.
Regards
Kannaiah.