What event is trigger wen screen is displayed?Before
displaying Initailization and Pressing enter At selection-
Screen..............But at the selection displayed and we are
entering values naa that time?
Answer Posted / ashish
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.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
Explain what are the events in screen programming?
What are the aggregate objects in data dictionary? : sap abap data dictionary
Difference between BDC vs Direct Loads?
Explain different types of attributes of function module?
What are the different types joins?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
How do you process errors in session method ? : abap bdc
What is payroll area
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
Explain what is a foreign key relationship? Explain this with the help of an example.
What is the table buffer?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is the use of start-of-selection.,if not use in report what will happen,?
Is main window mandatory in smartforms?