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

Syntax Error

Former Member
0 Likes
297

Hello Friends,

I am into a upgrade project and having a problem like this.

Syntax Error -

In Release 4.0, the special character "<" - as here in the name "P_<FS_MSEG>_MBLNR" - is no longer allowed.

and is in the line FORM F112_CHECK_SFR_ERRORS TABLES P_P_I_PTAB STRUCTURE I_PTAB

USING P_V_INCO1

P_V_SFR_TERMS

P_<FS_MSEG>_MBLNR

C_T

C_F

C_E

C_X

P_V_SUBRC

CHANGING P_<FS_ITAB>_SFR_STATUS.

Question 2 - What should I do if some of the include is missing in the main Z program.

Thanks,

Raju.

2 REPLIES 2
Read only

JozsefSzikszai
Active Contributor
0 Likes
278

hi Raju,

Q1: these < and > are used for field symbols. I think you have to remove them from normal variables.

Q2: Probably you have to create the missing includes

hope this helps

ec

Read only

Former Member
0 Likes
278

Change the variables names, take out the "<" and ">" character. Also char "-" should not be used. Regarding the includes, maybe they were not copied during the upgrade, just copy them again. If the includes were copied from standard progams, you should check the customer modifications done to them and re-copy the newest version of the standard program.