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

select statement

Former Member
0 Likes
737

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
718

Hi Pallavi,

Good!

  • indecates the memory object. thats why it does'nt give error.

thanks,

Sunil

6 REPLIES 6
Read only

Former Member
0 Likes
719

Hi Pallavi,

Good!

  • indecates the memory object. thats why it does'nt give error.

thanks,

Sunil

Read only

Former Member
0 Likes
718

Hi Pallavi,

I tried this and it shows error "*vbfa-vbeln is unknown".

Regards,

Pankaj

Read only

Former Member
0 Likes
718

Hi,

It is generic select statement.....

thanks and regards

Rajib

Read only

former_member188827
Active Contributor
0 Likes
718

try da following code

tables:vbfa, *vbfa.

select single * from vbfa into *vbfa where vbeln = '1234'.

*vbfa-vbeln = '234'.

WRITE / *vbfa-vbeln.

Read only

former_member188827
Active Contributor
0 Likes
718

using *vbfa in tables statement declares a structure dat is identical to structure of vbfa...

plz reward points if dis helps

Read only

Former Member
0 Likes
718

Hi Pallavi,

I tried this and it shows error "*vbfa is unknown".If u give the complete code then we can suggest.

Regards,

Aditya.