cancel
Showing results for 
Search instead for 
Did you mean: 

PC3 Dashboard dump ASSERT condition was violated.

Former Member
0 Kudos

Hi everybody!

I'm using Process Control 3, SP 9

I'm facing with a problem when user try to generate reports using Dashboard, even on webdynpro or Cristal.

in just one regulation, the other works

  • : The ASSERT condition was violated.
  • Type of cancelling : RABAX_STATE

  A hierarquia of  ABAP call was:
Method: IF_GRFN_REPORT~FETCH of program CL_GRPC_API_PCENTITY_HR=======CP
Method: FETCH of program CL_GRFN_REP_DATA_FACADE=======CP
Method: FETCH of program CL_GRFN_REP_DATA_FACADE_DIR===CP
Method: READ_NODE of program CL_GRFN_REP_ENGINE============CP
Method: READ_NODE of program CL_GRFN_REP_ENGINE============CP
Method: READ_NODE of program CL_GRFN_REP_ENGINE============CP
Method: READ_NODE of program CL_GRFN_REP_ENGINE============CP
Method: READ_NODE of program CL_GRFN_REP_ENGINE============CP
Method: READ_NODE of program CL_GRFN_REP_ENGINE============CP
Method: READ_NODE of program CL_GRFN_REP_ENGINE============CP

Please, does anyone know what it could be?

Eduardo Hino

Accepted Solutions (0)

Answers (2)

Answers (2)

rajeshwari_akkamgari
Active Participant
0 Kudos

Hi Eduardo,

check whether the SAP notes 1534639 and 1405528 are rightly implemented or not.

Is this specific to few reports ? have you tried to execute the reports without giving any filter value ?

regards,

Rajeshwari

Former Member
0 Kudos
hi Rajeshwari ,

1534639 - The dump is very similar but intead of "RESOLVE_FIELDS_SUBPROCESS" the method is IF_GRFN_REPORT~FETC, but a check the program CL_GRFN_REP_ENGINE============CP

and it's implamented correctly as the both notes

Report Center (Web Dynpro) > Analytics Dashboard

for example "Control Test of Efectiveness"

when it generate the grafic

the PROBLEM begins when user select the one of the

options:

"Manual Test of Effectiveness" or

"automated test of "

"automating monitoring"

only in one regulation.

the other work normal

former_member205878
Contributor
0 Kudos

Hi Eduardo,

It looks like the system is automatically taking the report execution to the crystal server and there is some

issue with BOE server.

Toconfirm that please follow the steps mentioned in the SAP note - 1384133 and execute the report

there after in Web dynpro and let us know if the dump is still the same.

Regards,

Silky

Former Member
0 Kudos

Hi Eduardo,

Please refer to SAP Note:- 1663537 which may help in resolving it further.

If this is not the case please provide us complete logs with 'How to correct' details given in ST22 dump.

Regards,

Akhil Chopra

Former Member
0 Kudos

Dear Akhil,

It says:

---------------------------------------------------------------------------------------------------

|nalyze of the error                                                                                  |

|    The following checkpoint group was used: "No checkpoint group specified"                      |

|                                                                                                  |

|    If in the ASSERT statement the addition FIELDS was used, you can find                         |

|    the content of the first 8 specified fields in the following overview:                        |

|    " (not used) "                                                                                |

|    " (not used) "                                                                                |

|    " (not used) "                                                                                |

|    " (not used) "                                                                                |

|    " (not used) "                                                                                |

|    " (not used) "                                                                                |

|    " (not used) "                                                                                |

|    " (not used) "                                                                                |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|notes to eliminate the erro                                                                     |

|    Probably the only way to eliminate the error is to correct the program.                       |

|    -                                                                                             |

|                                                                                                  |

|    If the error occures in a non-modified SAP program, you may be able to                        |

|    find an interim solution in an SAP Note.                                                      |

|    If you have access to SAP Notes, carry out a search with the following                        |

|    keywords:                                                                                     |

|                                                                                                  |

|    "ASSERTION_FAILED" " "                                                                        |

|    "CL_GRPC_API_PCENTITY_HR=======CP" or "CL_GRPC_API_PCENTITY_HR=======CM00O"                   |

|    "IF_GRFN_REPORT~FETCH"                                                                        |

|                                                                                                  |

|    If you cannot solve the problem yourself and want to send an error                            |

|    notification to SAP, include the following information:                                       |

|                                                                                                  |

|    1. The description of the current problem (short dump)                                        |

|                                                                                                  |

|       To save the description, choose "System->List->Save->Local File                            |

|    (Unconverted)".                                                                               |

|                                                                                                  |

|    2. Corresponding system log                                                                   |

|                                                                                                  |

|       Display the system log by calling transaction SM21.                                        |

|       Restrict the time interval to 10 minutes before and five minutes                           |

|    after the short dump. Then choose "System->List->Save->Local File                             |

|    (Unconverted)".                                                                               |

|                                                                                                  |

|    3. If the problem occurs in a problem of your own or a modified SAP                           |

|    program: The source code of the program                                                       |

|       In the editor, choose "Utilities->More                                                     |

|    Utilities->Upload/Download->Download".                                                        |

|                                                                                                  |

|    4. Details about the conditions under which the error occurred or which                       |

|    actions and input led to the error.                                                           |

|                                                                                                  |

|                                                                                                  |

----------------------------------------------------------------------------

rajeshwari_akkamgari
Active Participant
0 Kudos

Hi Eduardo,

Generally this dump comes when executing Crystal reports without having BOE server in place.

In PC3.0, the default provided Report Center is a Crystal framework. Have you switched to Webdynpro by following the instructions as per SAP note 1384133.

If not try to switch to Webdynpro and then execute the reports.It should work.

regards,

Rajeshwari

Former Member
0 Kudos

the program error is on line "104"

  93|* -- TESTPLAN                                                                               |

|   94|    when c_entity-testplan.                                                                 |

|   95|      l_hrobjid = cl_grfn_api_ident=>get_objid( mv_object ).                                |

|   96|      fetch_testplan( exporting i_testplan_id      = l_hrobjid                              |

|   97|                                iv_read_attr       = iv_read_attr                           |

|   98|                                iv_long_text       = iv_long_text                           |

|   99|                                it_required_fields = it_required_fields                     |

|  100|                                iv_all_fields      = iv_all_fields                          |

|  101|                      importing es_testplan_attr = es_attr ).                               |

|  102|                                                                                            |

|  103|    when others.                                                                            |

|>>>>>|      assert 0 = 1.                                                                         |

|  105|  endcase.                                                                                  |

|  106|                                                                                            |

|  107|endmethod.

Former Member
0 Kudos

Hi Akhil,

I've checked that the sap note 1663537 was already implemented,

do you know what it could be?

Eduardo Hino