cancel
Showing results for 
Search instead for 
Did you mean: 

SAP TM installation

Former Member
0 Kudos

Hi All,

I am installing SAP TM 100 on netweaver system. While applying add on scm_basis -

I am facing below issue with Support Pack - SAP_BS_FND 701.

SAPK-701BGINSAPBSFND SAP_BS_FND 701: Add-On Installation

NW2 System NW2

Generate Transport Information File 19.05.2011 13:31:12 (0) Successfully Completed

Import Request Piece List 19.05.2011 13:34:48 (0) Successfully Completed

Test Import 19.05.2011 13:37:00 (4) Ended with Warning

Import ABAP Dictionary Objects 19.05.2011 13:47:24 (4) Ended with Warning

ABAP Dictionary Activation 19.05.2011 14:19:22 (4) Ended with Warning

Import 19.05.2011 14:41:20 (4) Ended with Warning

Method Execution 19.05.2011 15:06:19 (12) Canceled

Import steps not specific to transport request

PFB the error -

Category ABAP Programming Error

Runtime Errors SYNTAX_ERROR

ABAP Program /BOBF/CL_CONF_TOOLBOX=========CP

Application Component CA-EPT-BOF-CFN

Date and Time 19.05.2011 15:05:54

-


Short text

Syntax error in program "/BOBF/CL_CONF_TOOLBOX=========CP ".

What happened?

Error in the ABAP Application Program

The current ABAP program "/BOBF/SAPLCONF_CTS" had to be terminated because it

has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program

"/BOBF/CL_CONF_TOOLBOX=========CP " in include

"/BOBF/CL_CONF_TOOLBOX=========CM004 " in

line 69:

"The result type of the function method cannot be converted into the ty"

"pe of LO_CLASS. type of LO_CLASS"

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "SAP "

Error in the ABAP Application Program

The current ABAP program "/BOBF/SAPLCONF_CTS" had to be terminated because it

has

come across a statement that unfortunately cannot be executed.

can you do?

Please eliminate the error by performing a syntax check

(or an extended program check) on the program "/BOBF/CL_CONF_TOOLBOX=========CP

".

You can also perform the syntax check from the ABAP Editor.

If the problem persists, proceed as follows:

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

The following syntax error was found in the program

/BOBF/CL_CONF_TOOLBOX=========CP :

"The result type of the function method cannot be converted into the ty"

"pe of LO_CLASS. type of LO_CLASS"

" "

Accepted Solutions (1)

Accepted Solutions (1)

former_member185031
Active Contributor
0 Kudos

Have you checked the Note 1345570 - BS BOPF and TMSF are not compatible to NW 7.02

Regards,

Subhash

Former Member
0 Kudos

Hi Subhash,

Thanks for your input. I tried implementing Snote 1345570 through tcode SNOTE but it says -

Implementation Status Cannot be implemented

Snote 1345570 does not contain valid correction instructions.

I tried Snote 1252919 Syntax Error in Service Manager as well but same error -

Snote does not contain valid correction instructions.

My system status is -

SAP EHP 2 for SAP NetWeaver 7.0

SAP_ABA 702 0006 SAPKA70206 Cross-Application Component

SAP_BASIS 702 0006 SAPKB70206 SAP Basis Component

PI_BASIS 702 0006 SAPK-70206INPIBASIS Basis Plug-In

SAP_BW 702 0006 SAPKW70206 SAP Business Warehouse

SAP_AP 700 0022 SAPKNA7022 SAP Application Platform 7.00

EA-IPPE 400 0018 SAPKGPID18 SAP iPPE (EA-IPPE) 400

Thanks,

Ambarish

former_member185031
Active Contributor
0 Kudos

It's time to raise a ticket to SAP.

Regards,

Subhash

Former Member
0 Kudos

Hi Subhash,

I was able to solve this issue using - SNOTE 0001345570 BS BOPF and TMSF are not compatible to NW 7.02

Even thoufgh system showed note cannot be implemented through Snote following manual corrections worked -

In program - /BOBF/CL_CONF_TOOLBOX=========CP

I deleted -

1

*\ ls_clskey-clsname = iv_class_name.

*\ lo_class = cl_oo_class_builder=>create_instance( cifkey = ls_clskey ).

Added -

TRY.

ls_clskey-clsname = iv_class_name.

lo_class ?= cl_oo_class_builder=>create_instance( cifkey = ls_clskey ).

CATCH cx_sy_move_cast_error.

ev_no_syntax_error = abap_true.

ENDTRY.

It worked.

Thanks,

Ambarish

Answers (1)

Answers (1)

Former Member
0 Kudos

When I perform a syntax check on program -

/BOBF/CL_CONF_TOOLBOX=========CP

Following error message occurs-

Class /BOBF/CL_CONF_TOOLBOX,Method CLASS_HAS_NO_SYNTAX_ERRORS

The result type of the function method cannot be converted into the

type of LO_CLASS. type of LO_CLASS