cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax error in program SAPLTMW_CLIENT_INTERFACES .

Former Member
0 Kudos

Hey all,

I'm trying to create a Transport of Copies in ChaRM 7.1 and I get the following error. Has anyone ever seen this?

System cancel RFC destination SM_FCECLNT110_TMW, Call BAPI_TMW_DELETE_TASKS: Syntax error in program SAPLTMW_CLIENT_INTERFACES .

SM_FCECLNT110_TMW refers to the RFC to our system Dev client where the transport to copy is located. The connection and authorization tests were successful.

Unfortunately, there are no SAP Notes referring to SAPLTMW_CLIENT_INTERFACES.

The code of SAPLTMW_CLIENT_INTERFACES follows:


*******************************************************************
*   System-defined Include-files.                                 *
*******************************************************************
  INCLUDE LTMW_CLIENT_INTERFACESTOP.         " Global Data
  INCLUDE LTMW_CLIENT_INTERFACESUXX.         " Function Modules

*******************************************************************
*   User-defined Include-files (if necessary).                    *
*******************************************************************
* INCLUDE LTMW_CLIENT_INTERFACESF...         " Subprograms
* INCLUDE LTMW_CLIENT_INTERFACESO...         " PBO-Modules
* INCLUDE LTMW_CLIENT_INTERFACESI...         " PAI-Modules

INCLUDE LTMW_CLIENT_INTERFACESF01.

The syntax check on this and the three includes comes back as syntactically correct

Thoughts?

regards,

Jason

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

check whether the below sap notes can help

1468044 Retrofit extensions - for managed systems 24.11.2011

1066123 Retrofit function for satellite systems Customizing 18.06.2010

1040612 Retrofit function for managed systems 14.09.2009

1157393 Retrofit func. for systems w/ Basis Release 7.0 as of SP 11 03.04.2008

Answers (1)

Answers (1)

Former Member
0 Kudos

It turns out Retrofit was turned on in the managed system from a previous ChaRM installation. I just turned the lock off and all was good. The alternative would be to update the managed system with the new functions needed for enchanced retrofit.

former_member188058
Active Participant
0 Kudos

Hi Jason,

I am also getting the same issue, but during the release of TR (while setting status as To be tested in Urgent correction).

System cancel RFC destination SM_EZACLNT100_TMW, Call TMW_INSPECT_OBJECTS: Syntax error in program SAPLTMW_CLIENT_INTERFACES .

Can you please update how did u fix the error.

Note: We are on Solman 7.1 SP07 and Satellite system SAP_BASIS is @ SAP_BASIS 711 0006 SAPKB71106

Please help.

Regards,

Imran

Former Member
0 Kudos

Hi Imran,

you replied to my follow up detailing how I fixed it. I don't have anything else to add, sorry.

Jason