what are the events of table maintenance generator?
Answer Posted / manikantha j
AROUND 38 EVENTS ARE THERE IN TMG . THEY ARE
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 sub screen (time-dep. tab. /views)
21 Fill hidden fields
22 Go to long text maintenance for other languages
23 Before calling address maintenance screen
24 After restricting an entry (time-dep. tab./views)
25 Individual authorization checks
26 Before creating a list
27 After creation or copying a GUID (not a key field)
28 After entering a date restriction for time-dep. views
AA Instead of the standard data read routine
AB Instead of the standard database change routine
AC Instead of the standard 'Get original' routine
AD Instead of the standard RO field read routine
AE Instead of standard positioning coding
AF Instead of reading texts in other languages
AG Instead of 'Get original' for texts in other languages
AH Instead of DB change for texts in other languages
ST GUI menu main program name
AI Internal use only
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is Group by in Select statement?
What is difference between dialog program and a report?
What are the two ways of producing a list within a transaction?
What is view? Different types of view.
What is an abap data dictionary? : abap data dictionary
What is a batch input session? : abap hr
Can you define a field without a data element?
Explain different types of attributes of function module?
Explain open dataset in sap abap?
What is bdc programming in sap?
How is collect statement different from append?
What does an exec sql statement do in abap?
What are types of select statements?
What are the types of subroutines? : abap modularization
How do you process errors in session method ? : abap bdc