2009 Dec 03 5:59 AM
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
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
2009 Dec 03 6:02 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |