Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to do coding in abap-query

Former Member
0 Likes
463

Hi friends,

Please help me how to write the coding in abap-query.

Regards,

Bhavani

3 REPLIES 3
Read only

Former Member
0 Likes
431

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

Read only

Former Member
0 Likes
431

Hi Bhavani,

Check this

Step-by-step guide for creating ABAP query

http://www.sappoint.com/abap/ab4query.pdf

Regards,

Satish

Read only

Former Member
0 Likes
431

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