Quantcast
Channel: SCN : Unanswered Discussions - SAP Portfolio and Project Management (SAP RPM, cProjects) and cFolders
Viewing all articles
Browse latest Browse all 661

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

$
0
0

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.                    "


Viewing all articles
Browse latest Browse all 661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>