‎2007 Apr 09 4:22 PM
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,
‎2007 Apr 09 9:33 PM
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:
Regards,
Bhaskar