cancel
Showing results for 
Search instead for 
Did you mean: 

PPM ERROR: Exception condition "EXISTS" triggered (termination: RABAX_STATE)

Former Member
0 Kudos

hello gurus!

I have the following error when recording a standard element of the portfolio, only with RDS intalacion PPM PR & D.

ERROR occurs just after recording.

someone save something?

500 SAP Internal Server Error

ERROR: Exception condition "EXISTS" triggered (termination: RABAX_STATE)

Detalle código fuente

Lín.  Txt.fte.

    1 METHOD create_change_document_object .

    2

    3  DATA: l_instances_item TYPE type_instances_item.

    4

    5 * Check change document does not jet exist

    6  READ TABLE m_instances TRANSPORTING NO FIELDS

    7        WITH KEY guid = im_project_guid.

    8  IF sy-subrc IS INITIAL.

>>>>>    RAISE exists.

  10  ENDIF.

  11

  12 * Create change dodument object

  13  CREATE OBJECT l_instances_item-instance

  14    EXPORTING

  15      im_application  = im_application

  16      im_object_type  = im_object_type

  17      im_project_guid = im_project_guid.

  18

  19 * Add change dodument object to collection

  20  l_instances_item-guid = im_project_guid.

  21  INSERT l_instances_item INTO TABLE m_instances.

  22

  23 ENDMETHOD.                    "

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Error solved:

badi, RPM_OBJECT_SERVICES.

consult any doubt over here!

A hug

Hugo Aravena Aranda

former_member187281
Participant
0 Kudos

Thanks Hugo.

May you be more specific?  What did you with with the BADI?

Regards,

Juan Carlos

former_member388328
Active Contributor
0 Kudos

Hi Hugo,


Are you getting this exception regularly. Can you please  share class name also ..

Thanking you

Vengaiah