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
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What is an interactive report?
What is check table?
Have you printed any report?
Persistent class
What are the events in screen programming?
How can we upload a text file having delimiters in to legacy system? : abap bdc
java script for push button in adobe forms.
In which time constraint does the infotype records depend on the subtype ? : abap hr
What are the field and chain statements?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
Give an example of interface from your project explaining why you used it?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What is the use of buffering?