‎2008 Feb 04 4:51 PM
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.
‎2008 Feb 04 4:54 PM
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
‎2008 Feb 04 5:07 PM
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.