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

Need Help in select statement.

Former Member
0 Likes
275

Dear gurus

I need help in select code

data: BEGIN OF date OCCURS 0,
      low TYPE pa2006-begda,
      high TYPE pa2006-begda,
  END OF date.

SELECT *
    FROM pa2006 INTO CORRESPONDING FIELDS OF TABLE mytable
    WHERE pernr EQ itab_data-pernr
    and begda in date.

The line structure of the table "DATE" is incorrect.  " Error Message"

Where im going wrong?

regards

Saad

1 REPLY 1
Read only

Former Member
0 Likes
251

Solved