Skip to Content
0
Feb 17, 2011 at 07:54 AM

not getting value into field

53 Views

Hi,

Below is my select Query, Im not understanding y im not getting data into v_QUOTNO

, can any one suggest me plz, i have written this codei n LSMW , VK12ss is a source strucure

select single b~QUOTNO into v_QUOTNO
from A601 as a inner join OICQ6 as b on a~KNUMH = b~KNUMH
where    VKORG = VK12SS-VKORG
and      VTWEG = VK12SS-VTWEG
and     SPART = VK12SS-SPART
and      OICONTNR = VK12SS-OICONTNR
and     MATNR = VK12SS-MATNR
and    QUOTNO = VK12SS-QUOTNO
and    DATAB = VK12SS-DATAM.