hi.
Durga
select *
FROM table_name
into work_area
where condition.
append work_area to internal_table.
endselect.
plzz reward if useful.
feel free to ask u r quiries.
my mail id mutyalasunilkumar@gmail.com
Hi Bhavani,
Check this
Step-by-step guide for creating ABAP query
http://www.sappoint.com/abap/ab4query.pdf
Regards,
Satish
hI
There are certain exit points available in the query, these can be accessed in SQ02 - Infoset editor. Click 'Extras', then the 'Coding' tab. There is a drop down to access different coding sections, e.g. DATA, GET, etc.
It is not always clear where and when they execute so you may need to experiment with some 'break-point' statements to start with, run the query to find out where the breaks are then go back to SQ02 to enter some code at that section.
http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_FunctionalAreas_LogicalDB.asp
Add a comment