SD-MM on 4.6c / Dump in program CL_GUI_DOCKING_CONTAINER===== =CP

Mark Pyc Mark.Pyc at diagonal-consulting.com
Thu Apr 18 09:39:08 EDT 2002


G'day Karsten,
 
Is it a background method where the problem occurs? Have you been sure to
test the function modules running in the background as opposed to a
foreground test using something like SE37??
 
The errors you're getting relate to Enjoy GUI Controls which to my knowledge
don't play nicely with BDC. Controls operate at the PC level, while BDC
replicates user interaction at the app server level. While I have seen some
reference in BDC recordings to working with Controls, I have not taken the
time to figure it out, so I can't confirm that controls definitely can not
be processed with BDC. Just be sure to eradicate the background issue before
looking for more complex solutions.
 
Have fun,
Mark
 
-----Original Message-----
From: Karsten Ernst [mailto:ernst-consulting at gmx.net]
Sent: 18 April 2002 14:24
To: SAP-WUG at MITVMA.MIT.EDU
Subject: SD-MM on 4.6c / Dump in program
CL_GUI_DOCKING_CONTAINER======CP
 
 
Dear workflowers,
 
with the change from release 4.5b to 4.6c we receive a dump in program
CL_GUI_DOCKING_CONTAINER======CP (main program SAPLMR1M). On 4.5b there was
no problem with the WF.
Could it be that the BatchInput we use is the reason for the error? Testing
it without WF there is no Short Dump!
It seems that there is no problem with the own function modules but with
system calling the  SAP GUI, as the error is raised after a call method
DOCK_AT_internal as you will see in the log attached.
 
Maybe you have some explanation for me or can give me a hint where to check
for this error.
Thanks in advance,
 
Karsten
 
ERROR LOG
----------
000610
000620                                                    call method
cl_gui_cfw=>docking_change_notify
000630                                                             exporting
ref         = me
000640
change_kind =
cl_gui_cfw=>dock_change_create
000650
program     = repid
000660
dynnr       = dynnr
000670
extension   = extension
000680
docking_side = side
000690
shellstyle   = style
000700
metric       = metric
000710
ratio        = ratio
000720                                                             importing
new_extension = l_new_extension
000730
exceptions others = 1.
000740
000750                                                    CALL METHOD
DOCK_AT_internal
000760                                                        EXPORTING
000770                                                            SIDE   =
SIDE
000780                                                            notify =
space
000790                                                        EXCEPTIONS
000800
CNTL_SYSTEM_ERROR = 1
000810                                                            CNTL_ERROR
= 2.
000820
000830                                                    CASE SY-SUBRC.
000840                                                      WHEN 0.
000850                                                      WHEN 1.
000860                                                        RAISE
CNTL_SYSTEM_ERROR.
000870                                                      WHEN 2.
                        >                                     RAISE
CNTL_ERROR.
000890                                                      WHEN OTHERS.
000900                                                        RAISE
CNTL_ERROR.
000910                                                    ENDCASE.
 
 
*********************************************************
 
This e-mail may contain confidential and/or privileged information.  It is
for the exclusive use of the intended recipient(s).  If you are not the
intended recipient(s), you must not use, distribute, copy or take any action
in reliance on it, since to do so is strictly prohibited and may be
unlawful.  If you have received this e-mail in error, please return it to
the sender immediately and delete it from your system.
 
E-mail messages are not secure and attachments may contain software viruses
which may damage your system.  Whilst we have taken every reasonable
precaution to minimise this risk, we cannot accept any liability for any
damage which you sustain as a result of these factors.  You are advised to
carry out your own virus checks before opening any attachment.
 
Any views or opinions expressed in this e-mail are solely those of the
author and do not represent those of the Diagonal Group unless otherwise
stated.
 
www.diagonal-consulting.com
 


More information about the SAP-WUG mailing list