2007 Aug 27 2:33 PM
Hi friends this is very urgent, plz help.
while doing extended syntax check, it is displaying the warnig like: " Please start ID with a letter.-". this message is showing in the line of FORM defintion.
regards
venkat.
2007 Aug 27 2:39 PM
Hi!
You started you form with a number or a not allowed character. Start it with a letter A-Z.
Regards
Tamá
2007 Aug 27 2:39 PM
Hi venkat,
if possible could u paste ur Form statement and perform statement.
Thanks
2007 Aug 27 2:39 PM
Hi!
You started you form with a number or a not allowed character. Start it with a letter A-Z.
Regards
Tamá
2007 Aug 27 2:43 PM
Thank u very much tamas.
yes i started with number, its the mistake.
regards.
venkat
2007 Aug 27 2:50 PM
Hi tamas,
Could u tell me the solution for one more warning also.
its displaying like " No read access to field w_matnr.
actually i creted this like: data: W_MATNR LIKE MARA-MATNR.
and i used this like: SELECT SINGLE MATNR
FROM MARA
INTO W_MATNR
WHERE MATNR EQ I_MATNR.
regards.
venkat
2007 Aug 27 2:55 PM
Hi!
I think it means, you are not using your field. You put a value into it, but you are not using its valu any more. So this step is unneccessary, just comment out the select if it is really not needed.
Regards
Tamá
2007 Aug 27 3:25 PM