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


Please Help Members By Posting Answers For Below Questions

What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr

744


​​Can multiple abap systems connect to abap database?

845


What are the functional areas?

812


In which time constraint does the infotype records depend on the subtype ? : abap hr

837


What is locking ?

785


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2317


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.

1703


How can we achieve MVC ?

1102


What will you code in start-of-selection & end-of-selection ?

821


What are the 3 types of function modules in sap?

813


Explain Catch Command in ABAP?

1036


The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization

797


How to use messages in lists?

806


How many types of buffering? : abap data dictionary

925


What will happen when we use single buffered selected?

836