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

query

Former Member
0 Likes
437

Hi,

when we use Endselect for particular select statement.

Can we use Endselect when we are using VBPA tabel

Please help me.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
409

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

2 REPLIES 2
Read only

Former Member
0 Likes
410

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

Read only

Former Member
0 Likes
409

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