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 meant by payscale structure? How did you configure pay scale structure? : sap abap hr
Can multiple abap systems connect to abap database?
What are the functional areas?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is locking ?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
How can we achieve MVC ?
What will you code in start-of-selection & end-of-selection ?
What are the 3 types of function modules in sap?
Explain Catch Command in ABAP?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
How to use messages in lists?
How many types of buffering? : abap data dictionary
What will happen when we use single buffered selected?