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
Answers were Sorted based on User's Feedback
Answer / anonymous
Actually Start-of-selection is a default event that's been
triggered while executing a ABAP Report or Program. Here if
you've used Initialization event or AT Selection Screen
event, then you need to mention the Start-of-Selection event
explicitly. The use of Start-of-Selection is to fetch the
data from the database.
Is This Answer Correct ? | 18 Yes | 4 No |
Answer / 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 |
What is payroll area
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
WHAT IS TCODE TO CREATE NEW MESSAGE TYPE?
What is PS structure
Q : I want to see material details in secondary list based on material No. from basic list. I will double click on any row, any field of basic list (not on field containing material no.) & the secondary list will display material details according to material No. on that row. Is it possible? If so how?
What are text elements in smartforms ?
where was the development server?
What is COMMIT concept in BAPI?
if you want to improve the response time logical database permits you to achive this using?
if we are inserting record in BDC,if poweroff how can you know how many records inserted?(poweroff yourside)
Can ‘where’ clause be used when updating database entries?
What is binary search? where it is used?