Application Development 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: 

related to extended syntax check

venkata_reddy6
Participant
0 Kudos
139

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
122

Hi!

You started you form with a number or a not allowed character. Start it with a letter A-Z.

Regards

Tamá

6 REPLIES 6

Former Member
0 Kudos
122

Hi venkat,

if possible could u paste ur Form statement and perform statement.

Thanks

Former Member
0 Kudos
123

Hi!

You started you form with a number or a not allowed character. Start it with a letter A-Z.

Regards

Tamá

0 Kudos
122

Thank u very much tamas.

yes i started with number, its the mistake.

regards.

venkat

0 Kudos
122

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

0 Kudos
122

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á

0 Kudos
122

hi tamas thank u very much. its solved.

regards

venkat.