What is the diff b/w load of program and Initailazatio Events?
Which event triggers each time we exectute the program?
Answer / 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 |
Back ground job .. Transaction code?
how to find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.
what is two domain level concept in abap
How many lists can a program can produce?
IN Smart Form how many windows are there explain them each? Upto how many main windows we can place in Smartform?
how to combine the transparent table with cluster table.
SAP Application Engineer role
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
What are the exact sequences in which the reporting events trigger.I mean starting from 1st to last.And how many times we can use At-Selection screen or Start-of-selection in a report??
Hi, My question is " How to display 3rd highest salary record from the internal table. The internal table has 2 fields named emno(Employee number) and salary.". Send answer to my mail shaiksha.it@gmail.com. Thanking you.
What's the difference between AT NEW and AT END OF events?
How to call A report from other report widout using include program..??