2009 Oct 15 3:27 AM
Hi,
I am getting syntax error during data declaration, can someone give input on what the error means?
Error: Comma without preceding colon (after SIGN(1) ?).
*This is part of the program:*
DATA: Begin of TAB occurs 10.
sign(1),
option(2),
low like lfa1-lifnr,
high like lfa1-lifnr,
End of TAB.
Thanks.
2009 Oct 15 3:52 AM
<li>I dont know whether you get confused or you are very new to ABAP?
<li>Put comma(,) after Occurs 10.
Thanks
Venkat.ODATA: BEGIN OF tab OCCURS 10,
sign(1),
option(2),
low LIKE lfa1-lifnr,
high LIKE lfa1-lifnr,
END OF tab.
Hi,
I am getting syntax error during data declaration, can someone give input on what the error means?
Error: Comma without preceding colon (after SIGN(1) ?).
*This is part of the program:*
DATA: Begin of TAB occurs 10.
sign(1),
option(2),
low like lfa1-lifnr,
high like lfa1-lifnr,
End of TAB.
Thanks.
2009 Oct 15 3:52 AM
<li>I dont know whether you get confused or you are very new to ABAP?
<li>Put comma(,) after Occurs 10.
Thanks
Venkat.ODATA: BEGIN OF tab OCCURS 10,
sign(1),
option(2),
low LIKE lfa1-lifnr,
high LIKE lfa1-lifnr,
END OF tab.
2009 Oct 15 4:22 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |