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

Why Read and Select Statements

Former Member
0 Likes
914

Hi Gurus!

I am doing sap abap course.I Dont know When do we use the Read statement and when we go for select statement.And what is the purpose of cursor statement. Can you Share about the Statements in abap and Uses of those.Its very use full to me to Know Briefly and Clearly.I hope you can help me in this part.

Thanks in advance.

P.Anand.

Moderator Message: Welcome to SAP, SDN, ABAP General etc. BUT, please keep in mind these are NOT training forums here. Use the search as suggested by Maen and also do F1 help on the keywords. Also please remember that the forums are governed by certain rules. Failure to abide by it will welcome necessary action. Have a good time learning ABAP.

Edited by: kishan P on Dec 20, 2011 2:22 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
888

If i want to know about those statements, i read up on the matter by selecting and using the correct search terms in google.Then i use my cursor to scroll up and down and select the proper search hit.

7 REPLIES 7
Read only

madhu_vadlamani
Active Contributor
0 Likes
888

Hi Anand,

Press f1 and see the documentation. <= Your reply should have stopped here.*

READ :reading record from any type of internal table using index or with fields.

Using read statement,you can only read single record But using loop,you can read more than .

For cursor statement go to through this doc.

[Cursor statement|http://help.sap.com/saphelp_470/helpdata/en/fc/eb3b23358411d1829f0000e829fbfe/content.htm]

Regards,

Madhu.

Points Unassigned.

Edited by: kishan P on Dec 20, 2011 2:25 PM

Read only

Former Member
0 Likes
888

Hi,

check the below link for cursor statements.

<<links removed and points unassigned by moderator>>

Regards,

Ram.

Edited by: kishan P on Dec 20, 2011 2:27 PM

Read only

Former Member
0 Likes
888

Hello friend,

Welcome to SAP.

In simple words

Read is used in processing of internal table and

Select is used in fetching records from data base table.

These type of posts will be already available friend. So please search in SDN for more posts regarding this or use F1 help which you can find the description with examples.

Thanks,

Sri Hari

Moderator Message: In simple words - you are not supposed to reply to these kind of Questions.

Edited by: kishan P on Dec 20, 2011 2:27 PM

Read only

Former Member
0 Likes
888

Hi,

Moderator Message: Links removed.

Warm Regards,

PavanKumar.G

Edited by: kishan P on Dec 20, 2011 2:28 PM

Read only

0 Likes
888

Removed by moderator

Edited by: kishan P on Dec 20, 2011 2:29 PM

Read only

Former Member
0 Likes
888

Hi,

<<removed by moderator>>

Regards,

G.Aditya

Edited by: kishan P on Dec 20, 2011 2:30 PM

Read only

Former Member
0 Likes
889

If i want to know about those statements, i read up on the matter by selecting and using the correct search terms in google.Then i use my cursor to scroll up and down and select the proper search hit.