write the codes for how to fetch data from a select query
written under end-of-setection event.
Answers were Sorted based on User's Feedback
Answer / monalisa mohapatra
Data can not be fetched under end-of-selection event.
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / 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 |
parter profiles are stored in which table?
what is eqult Hide?
what is the print program for smartforms .pls give me one example .
What is the function of a data element?
What is ole?
how to transfor the data from flat file to bdc plz send the steps as well as example
How can we declare a table control in the abap/4 program?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
for uploading master data(ex:customer data) into sap, which methods you prefer? call transaction/session/lsmw/bapi? why?
hi experts, "move 'I' to s_ktokd-sign. move 'EQ' to s_ktokd-option." Can any one please explain me meaning of two lines? actually we use this move key word to move a value from one field variable to another field variable? i didn't understand the meaning of these statements?
how to sort numbers in sap-abap using internal tables without using sort technique.
3 Answers NNN, NTT Data, TPCUS,
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