cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI 6.40 Patch 11available

Christian_Cohrs
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

patch 11 of SAP GUI 6.40 was released on the service market place, and is also available at ftp://ftp.sap.com/pub/sapgui/win/640/patches/

While I was at it, I also put the latest SCM, BW and SAPSetup patches on the ftp server.

Best regards,

Christian

Accepted Solutions (0)

Answers (2)

Answers (2)

herzelhaimharel_gilor
Participant
0 Kudos

is it possible to download the patch from the service marketplace website ?

Christian_Cohrs
Product and Topic Expert
Product and Topic Expert
Former Member
0 Kudos

this patch should be not last version,have some problem still.

in sap bw 3.1 (t-code: umb_pres1)program,will dump, in ST22, can see the error message blow:

=================================================

A RAISE statement in the program "CL_GUI_TEXTEDIT===============CP " raised the

exception

condition "ERROR_DP".

Since the exception was not intercepted by a superior program

in the hierarchy, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

=================================================

000020 METHOD set_text_as_stream .

000030

000040 IF m_stringstream_supported EQ true.

000050

000060 DATA: text_string TYPE string.

000070

000080 CALL METHOD cl_gui_textedit=>transform_table_to_string

000090 EXPORTING

000100 text_table = text

000110 CHANGING

000120 text_string = text_string

000130 EXCEPTIONS

000140 unsupported_table_type = 1

000150 OTHERS = 2.

000160 IF sy-subrc <> 0.

> RAISE error_dp.

=======================================================

...

Christian_Cohrs
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

from the error message it's not quite clear whether that is a problem in SAP GUI or in the ABAP code. Please create an OSS message on BC-FES-CTL.

Best regards,

Christian