Skip to Content
0
Mar 27, 2009 at 08:46 AM

Dump SAPLSWEB

72 Views

Dear community,

via SWETYPV I activated the event coupling for Bor Object BUS2088 event RELEASED. Receiver is a own function module.

When the event is raised (e.g. by transaction IW31) I get a dump in function module

FB SWE_EVENT_CREATE_CHANGEDOCUMNT, form

invoke_event_container_fb at:

*-- call the exit
CALL FUNCTION p_swecdobj-cntnfb
EXPORTING
change_doc_object = p_swecdobj-cdobjectcl
objtype = swecdobj-objtype
objkey = l_bor_objkey
event = p_event
TABLES
event_container = lt_bor_container
changedocument_position = pt_chdoc_position
EXCEPTIONS
OTHERS = 0.

The system tries to call the module SWW_WI_CREATE_VIA_EVENT, at the call swecdobj-objtype is CHAR 32, but within the module OBJTYP is typed CHAR 10 (which is the reason for the dump).

When the event is raised via SWUE everything works fine.

Any idea about the reason for that dump?

Thanks & best regards,

Karsten