Skip to Content
0
Former Member
Apr 22, 2008 at 11:31 AM

problem with select

41 Views

hi see the below select statement

select * from ce4e001 where bukrs eq s_bukrs-low.

check s_kndnr.

check s_prctr.

move-corresponding ce4e001 to v_ce4e001.

append v_ce4e001.

endselect.

can i replace this select statement with

select * from ce4e001 into corresponding fields of table v_ce4e001 where bukrs eq s_bukrs-low

and kudnr in s_kndnr

amd s_prctr in s_prctr.

if not tell me the correct way

points are for sure