What is the diff b/w load of program and Initailazatio Events?
Which event triggers each time we exectute the program?
Answer Posted / buddula15
LOAD-OF-PROGRAM :
=================
The Purpose of the load-of-program is to load the program
into system memory so that the program can be executed.
INITILIZATION:
===============
This triggers when the program is loaded into memory to
initilize the values.
=> When you execute program load-of-program must be
triggered and initilization event exist in the program then
it triggers next.
Buddula15
Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What are the update types possible?
What is the function of the correction system?
Define database layer?
How do you execute the payroll
What is bdc programming? : abap bdc
Explain the sequences of event block?
Mention the various databases integrities?
What are the disadvantages of different types of bdc's?
What is the lock object?
How does the interection between the dynpro and the abap/4 modules takes place?
How do you document abap/4 programs? Do you use program documentation menu option?
What is the company code? : sap abap hr
when does a list get sent to the screen on the presentation layer?
How can I get ascii value of any letter? Is there any function?
How do you populate data into a multiple line field? : abap bdc