‎2011 Dec 20 2:50 AM
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
‎2011 Dec 20 8:22 AM
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.
‎2011 Dec 20 3:21 AM
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
‎2011 Dec 20 3:34 AM
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
‎2011 Dec 20 3:59 AM
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
‎2011 Dec 20 4:31 AM
Hi,
Moderator Message: Links removed.
Warm Regards,
PavanKumar.G
Edited by: kishan P on Dec 20, 2011 2:28 PM
‎2011 Dec 20 4:51 AM
Removed by moderator
Edited by: kishan P on Dec 20, 2011 2:29 PM
‎2011 Dec 20 5:11 AM
Hi,
<<removed by moderator>>
Regards,
G.Aditya
Edited by: kishan P on Dec 20, 2011 2:30 PM
‎2011 Dec 20 8:22 AM
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.