if i remove the select stmt from start-of-selection and put
the select stmt in end-of-selection it is triggering then
what is the use of start-of-selection?
Please send me the answer
Answer Posted / arasu
Statements that are not assigned to a processing block are
never executed. In executable programs, all non-declarative
statements between the REPORT or PROGRAM statement and the
first processing block are assigned to the default event
START-OF-SELECTION. if a program does not contain an
explicit START-OF-SELECTION event block, these statements
form the entire START-OF-SELECTION block. If a program
contains an explicitly defined START-OF-SELECTION event
block, these statements are inserted at the beginning of
this event block. If a program does not contain any explicit
event blocks, all non-declarative statements form the
processing block START-OF-SELECTION.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
Difference between transparent tables and pooled tables? : abap hr
Where do you code the hide statement?
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
Why bapi need then bdc ? : abap bdc
What is a matchcode?
What are the components of sap scripts? : abap hr
What is tcode se16? For what is it used.
What is the difference between a structure and a table? : abap data dictionary
What is a data class? : abap data dictionary
What is a data dictionary? : sap abap data dictionary
Difference between domain and data element? What are aggregate object?
What are your ways to performance optimization?