cancel
Showing results for 
Search instead for 
Did you mean: 

Dump (Raise exception) in Solution Manager

Former Member
0 Kudos

Hi experts ,

We are getting dumps from Satellite system into the Solution manager system. And the user respossible for the dump

is ALERT_<SID of Satellite System>. All the RFC have been checked . Central Auto reaction methods are assigned from

Solution manager to Satellite system. And checked that Auto reaction methods are not responsible for dump

SOLMAN_CEN_ALERT Destination is also checked in Satellite system.

Please assist

DUMP Details :

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

| exception

| condition "TYPE_NOT_FOUND".

| Since the exception was not intercepted by a superior

| program, processing was terminated.

User and Transaction

| Client.............. 100

| User................ "ALERT_SID"

| Language Key........ "E"

| Transaction......... " "

| Transactions ID..... "XXXXXXXXXXXXXXXXXXXXXXX"

| Program............. "CL_ABAP_TYPEDESCR=============CP"

| Screen.............. "SAPMSSY1 3004"

| ScreenLine.........2

| Information on caller of Remote Function Call (RFC):

| System.............. "SID"

| Database Release.... 700

| Kernel Release...... 700

| Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)

| Call Type........... "synchron and transactional (emode 0, imode 0)"

| Inbound TID.........." "

| Inbound Queue Name..." "

| Outbound TID........." "

| Outbound Queue Name.." "

| Client.............. 100

| User................ "WF-BATCH"

| Transaction......... " "

| Call Program........."SAPLSALRT_CREATE_LOCAL"

| Function Module..... "SALERT_CREATE"

| Call Destination.... "SOLMAN_CEN_ALERT"

| Source Server....... "Satellite System hostname"

| Source IP Address... "XX.XX.XX.XX"

Source Code Extract

-


|Line |SourceCde

-


| 53| read table admin_tab from admin_tab_line into admin_tab_line.

| 54| if sy-subrc = 0.

| 55| p_descr_ref ?= admin_tab_line-ref->get( ).

| 56| if p_descr_ref is bound.

| 57| return.

| 58| endif.

| 59| delete table admin_tab from admin_tab_line.

| 60| endif.

| 61|* create new descr object

| 62| case admin_tab_line-kind.

| 63| when kind_elem.

| 64| raise event create_elemdescr

| 65| exporting xtype = admin_tab_line-xtype.

| 66| when kind_ref.

| 67| raise event create_refdescr

| 68| exporting xtype = admin_tab_line-xtype.

| 69| when kind_struct.

| 70| raise event create_structdescr

| 71| exporting xtype = admin_tab_line-xtype.

| 72| when kind_table.

| 73| raise event create_tabledescr

| 74| exporting xtype = admin_tab_line-xtype.

| 75| when kind_class.

| 76| raise event create_classdescr

| 77| exporting xtype = admin_tab_line-xtype.

| 78| when kind_intf.

| 79| raise event create_intfdescr

| 80| exporting xtype = admin_tab_line-xtype.

| 81| when others.

| 82|* all others are erros

|>>>>>| raise type_not_found.

| 84| endcase.

| 85| endcase.

86

| 87| create object admin_tab_line-ref exporting oref = returning_ref.

| 88| insert admin_tab_line into table admin_tab.

| 89| p_descr_ref = returning_ref.

| 90| clear returning_ref.

91

| 92|endmethod.

Kamal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kamal,

I recommend to open a ticket for SAP with the runtime error attached.

Best regards,

Andreas