on 2005 Jun 23 2:28 PM
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
is it possible to download the patch from the service marketplace website ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Herzel,
yes, it's at
Best regards,
Christian
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.
=======================================================
...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.