Hi Experts,
It is abit hard to explain what I need here.
But I try to explain as much as I can.
i m using this structure
******* Declaration Part Starts ********
DATA: BEGIN OF XVBPA OCCURS 0. "#EC ENHOK
INCLUDE STRUCTURE VBPAVB.
DATA: END OF XVBPA.
DATA: w_kunnr TYPE vbpa-kunnr.
******* Declaration Part Ends ********
.
.
.
and using this SELECT query
SELECT SINGLE kunnr FROM xvbpa INTO w_kunnr WHERE parvw eq lc_ag.
it gives error...
Please let me know what shold i used or shall use any other table to fetch like READ TABLE statement???