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
How do you document ABAP programs? Do you use program documentation menu option?
What is an Unpack command?
Which objects are independent transport objects? : abap data dictionary
What are interactive reports?
What is the difference between field-group header and other field groups?
What is an “on input filed” statements?
What is locking? : abap data dictionary
In delivery processing which step comes first picking, packing, posting goods issue ?
If yes then why do we require logical database
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 the purpose of sum statement?
What are the ways you can do the tuning?
Difference between BDC vs Direct Loads?
What is screen flow logic? What are the sections in it?
What are the problems in processing batch input sessions?