cancel
Showing results for 
Search instead for 
Did you mean: 

syntax error in program "CL_SRT_WSP_FACTORY============CP"

Former Member
0 Kudos

Hi Folks,

We are in process of upgrading our BW system from NW 7.3 Ehp1 to SAP NW BW 7.4 SP2. We are currently struck at phase "MAIN_NEWBAS/XPRAS_AIMMRG". While analyzing the logs and ST22 dumps, we found that there is syntax error in program "CL_SRT_WSP_FACTORY============CP" Which states that

"Field "TSRTP_C_CTRL_STATUS_WAITING" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.

Appreciate any work around / solution to resolve this issue.

Thanks!!!

Regards,

Amit Tewatia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Issue has been fixed now with the help of ABAPer. We are able to successfully complete the upgrade.

Thanks All for you help and suggestions.

regards,

Amit Tewatia

Answers (3)

Answers (3)

Nibu
Contributor
0 Kudos

Hi

Please check note 1849740 - Locks in Change Processor , change the value via SE11 and repeat the phase.

Regards,

Former Member
0 Kudos

Hi Nibu,

System is locked for upgrade and is in phase MAIN_NEWBAS/XPRAS_AIMMRG. System is on release 740.

Nibu
Contributor
0 Kudos

Ok...Are you able to login to shadow system?

I recommend to check with your Abaper , show him note 1849740 to get overview of the fields , and if he needs to implement any changes in the table/fields ,

Unlock the system as below

1. To unlock the SAP system,

cd /<update directory>/abap/exe

./tp unlocksys <SAPSID> pf= transport parameter

2. Implement the SAP Note manually with a user other than DDIC.

You cannot use Note Assistant.

3. Lock the SAP system using the following command:

cd /<update directory>/abap/exe

./tp locksys <SAPSID> pf= tp profile

Then repeat the phase, if no notes found or Abaper cannot resolve , check with SAP OSS msg.

Regards

Former Member
0 Kudos

Hi Amit,

I would suggest take help from ABAPer and check why the program is throwing syntax errors. May be you can open up a message with SAP so that they can give a fix / note for this syntax error in the program.

Thanks,

Jagadish.

Sriram2009
Active Contributor
0 Kudos

Hi Amit

Just do the full restart the system and than try again in the same phase, if it is still paste or attach the full dump details

and also check this SAP Note 1864952

Regards

Ram