‎2007 Apr 02 12:52 PM
Hi,
when we use Endselect for particular select statement.
Can we use Endselect when we are using VBPA tabel
Please help me.
Thanks
‎2007 Apr 02 12:59 PM
Hi,
You have to use ENDSELECT when you write:
Select * from Table... where
Select f1 f2 into (itab-f1, itab-f2) from table..where
No need to write:
select f1 f2 f3 into table ITAB where...
select f1 f2 f2 into corresponding fields of table..
reward if useful
regards,
Anji
‎2007 Apr 02 12:59 PM
Hi,
You have to use ENDSELECT when you write:
Select * from Table... where
Select f1 f2 into (itab-f1, itab-f2) from table..where
No need to write:
select f1 f2 f3 into table ITAB where...
select f1 f2 f2 into corresponding fields of table..
reward if useful
regards,
Anji
‎2007 Apr 02 1:00 PM
Hi Ali,
We use Select and Endselect, when we are using a workarea to retrieve the data from the database. And ofcourse we can use it for VBPA table also.
Reward points if helpful
Regards,
Ramana