Answer Posted / balaji
initialiazation event is the first event trigger in
reports,to get the default values to the selection screen
we r using this event,it will trigger before the selection
screen
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Which bdc you prefer? : abap bdc
What is the difference between sum and collect?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What are types of select statements?
Explain the advantages and disadvantages of different types of bdc's?
What are two methods of modifying sap standard tables? : abap data dictionary
What is a data dictionary? : abap data dictionary
Mention what is alv programming in abap?
What are the different methods of passing data?
What is the difference between a substructure and an append structure? : abap data dictionary
what is difference between user exit, customer exit and badi?
In select-options, how to get the default values as current month first date and last date by default?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is the function module to popup contents in the internal table?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?