‎2007 Dec 06 11:12 AM
hi
one select i.e
select single vbeln
from *vbfa
into *vbfa-vbeln
where vbelv = lk_likp-vbeln
and vbtyp_n = gc_8.
This is the select, i dont know *vbfa that to its not the table or any structure
but it doesnot showing any error and syntax errors also.
‎2007 Dec 06 11:16 AM
Hi Pallavi,
Good!
indecates the memory object. thats why it does'nt give error.
thanks,
Sunil
‎2007 Dec 06 11:16 AM
Hi Pallavi,
Good!
indecates the memory object. thats why it does'nt give error.
thanks,
Sunil
‎2007 Dec 06 11:17 AM
Hi Pallavi,
I tried this and it shows error "*vbfa-vbeln is unknown".
Regards,
Pankaj
‎2007 Dec 06 11:21 AM
Hi,
It is generic select statement.....
thanks and regards
Rajib
‎2007 Dec 06 11:24 AM
try da following code
tables:vbfa, *vbfa.
select single * from vbfa into *vbfa where vbeln = '1234'.
*vbfa-vbeln = '234'.
WRITE / *vbfa-vbeln.
‎2007 Dec 06 11:26 AM
using *vbfa in tables statement declares a structure dat is identical to structure of vbfa...
plz reward points if dis helps
‎2007 Dec 06 11:28 AM
Hi Pallavi,
I tried this and it shows error "*vbfa is unknown".If u give the complete code then we can suggest.
Regards,
Aditya.