write the codes for how to fetch data from a select query
written under end-of-setection event.
Answer Posted / bandivenkateswarlu
The code is given below.
End-of-selection.
select * from <table> into <itabl> where <condition>
then populate the fields are like this
loop at itab.
write: itab-field.
endloop.
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What are differences between at selection-screen and at selection-screen output?
What is a projection view? : abap data dictionary
What are ranges?
What are the types of the programming language used in the sap abap software?
What is roll area?
What are the events driven batch jobs?
How can we use / display table in a screen?
Can you print decimals in type n? What is difference between float and packed data type?
What is the maximum number of match code id's that can be defined for one match code object ?
How are BAPI different from normal function modules?
Can matchcode object contain ids with different update types? : abap data dictionary
List the events in abap/4 language?
Double click function on the lists, identifying the line selected by the user on the list?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is database utility? : abap data dictionary