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 is a logical database?
How can you display frames (horizontal and vertical lines) in lists?
What is an authorization in sap?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What is foreign key relationship? : abap hr
How to do find it?
Explain the use of insert and append statement in sap abap?
What are the two methods for modifying sap standard tables?
What is the difference between synchronous and asynchronous update? : abap bdc
Explain what is an rfc?
What are the system table used in abap?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
What is bdc? : abap bdc
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
Explain what is the difference between primary key and unique key?