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

Select/Endselect vs Open Cursor/Fetch/Close

Former Member
0 Likes
555

Hi all,

can anyone explain the diference between select/endselect and Open/Fetch/Close in Open SQL ? (don't need the definition of each of the statments in SAP Help, thanks !)

Best Regards,

1 REPLY 1
Read only

Former Member
0 Likes
392

Hi,

Select and endselect is treated as a loop.

Open: opening the sql

Fetch: fetch the data from database

Close: close the opened sql

for more information check the following link:

http://www.sapbrain.com

Regards,

Bhaskar