1.what are the events in TMG..?
2.if i do not write any thing in a REPORT program except TOP
OF PAGE and END OF PAGE ,then what will be the output?
Answer Posted / vt
List of Events available in Table maintenance
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
For selecting the events follow the path as
Environment -> Modification -> Events
When it comes to reports, START-OF-SELECTION is a default event. It will be triggered automatically. TOP OF PAGE and END OF PAGE will trigger only when you have a write statement outside these events.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is an update task? : abap modularization
What is payroll driver ? : abap hr
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What are different types of parameters?
Update types in Call transaction method. What is the difference?
How do I find the output type of a table or a program?
What kind of financial periods exist in SAP? What is the relevant table for that?
Will 50,000 records be uploaded directly into APP's Server?
How many types of tables exist and what are they in data dictionary?
In sap scripts, how will you link form with the event driven?
What kind of BDC programs are written ?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?