Skip to Content
0
Feb 26, 2016 at 09:01 AM

Error when adding relationship [PO13]

125 Views

Hi all

We have a problem that we cannot add a relationship into HR without it crashing with short dump when saving

We have a theory that there is a faulty relationship somewhere in the tree/ org structure (displays on left side of PO13 screen

There are no SAP notes on the error and it seems just to be about opening the expanded tree

Is there a way to validate / check the tree to find the faulty link?

Info from the shortdump

Category ABAP Programming Error

Runtime Errors RAISE_EXCEPTION

ABAP Program CL_HR_OBJECTMANAGER===========CP

Application Component BC-BMT-OM

5 CLEAR CT_EXPANDED_NODES.

6 IF M_BATCH_MODE IS INITIAL.

7 CALL METHOD MR_COLUMN_TREE->GET_EXPANDED_NODES

8 CHANGING

9 NODE_KEY_TABLE = CT_EXPANDED_NODES

10 EXCEPTIONS

11 CNTL_SYSTEM_ERROR = 1

12 DP_ERROR = 2

13 FAILED = 3.

14 CASE SY-SUBRC.

15 WHEN 1.

16 RAISE CNTL_SYSTEM_ERROR.

17 WHEN 2.

>>>>>
RAISE DP_ERROR.

19 WHEN 3.

20 RAISE FAILED.

21 ENDCASE.

22 ENDIF.

23

24 ENDMETHOD.

If you have a clue to tackle this, please do tell

Kind Regards Helle Tattersall