cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GRC PC 3.0 - Report Center (Webdynpro) dump

Former Member
0 Kudos

Hi Experts,

We are facing some problems regarding Report Center. We recently changed to Webdynpro reports according to sapnote 1384133 since we don't have BOE, and when clicking any report, the system shows the following error:

-

-



Error when processing your request 


What has happened? 
The URL http://clsaperm.atrame.deloitte.com:8000/sap/bc/webdynpro/sap/GRPC_REPORT/ was not called due to an error. 
 
   
Note 

The following error text was processed in the system PCD : The ASSERT condition was violated. 
The error occurred on the application server CLSAPERM_PCD_00 and in the work process 0 . 
The termination type was: RABAX_STATE 
The ABAP call stack was: 
Method: WDDOINIT of program /1BCWDY/BG5C59ETETZCTQICUKMQ==CP
Method: IF_WDR_COMPONENT_DELEGATE~WD_DO_INIT of program /1BCWDY/BG5C59ETETZCTQICUKMQ==CP
Method: DO_INIT of program CL_WDR_DELEGATING_COMPONENT===CP
Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
Method: INIT_CONTROLLER of program CL_WDR_COMPONENT==============CP
Method: INIT of program CL_WDR_CONTROLLER=============CP
Method: INIT of program CL_WDR_CLIENT_COMPONENT=======CP
Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP

-

-


The dump from ST22 is the following:

-

-



Errores tiempo ejec.   ASSERTION_FAILED
Fecha y hora           13.10.2011 15:49:20
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Texto breve                                                                                |
|    The ASSERT condition was violated.                                                            |
----------------------------------------------------------------------------------------------------

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" " "
"/1BCWDY/BG5C59ETETZCTQICUKMQ==CP" or "/1BCWDY/B_BG5C59ETFKLOL21YX00Z"
"WDDOINIT"

______
Usuario y transacción
    Client.............. 100
    User................ "SAPGRCPC"
    Language Key........ "E"
    Transaction......... " "
    Transactions ID..... "0ECCF5E07EACF196AD48E61F13572E0F"

    Program............. "/1BCWDY/BG5C59ETETZCTQICUKMQ==CP"
    Screen.............. "SAPMHTTP 0010"
    Screen Line......... 2

    Information on Caller ofr "HTTP" Connection:
    Plug-in Type.......... "HTTP"
    Caller IP............. "10.139.19.110"
    Caller Port........... 8000
    Universal Resource Id. "/sap/bc/webdynpro/sap/grpc_report"
_______
Info posición de cancelación
    Termination occurred in the ABAP program "/1BCWDY/BG5C59
     in "WDDOINIT".
    The main program was "SAPMHTTP ".

    In the source code you have the termination point in lin
    of the (Include) program "/1BCWDY/B_BG5C59ETFKLOL21YX00Z

    La cancelación ocurrió en una aplicación Web Dynpro
      Componente Web Dynpro         GRPC_REPORT
      Controlad.Web Dynpro          COMPONENTCONTROLLER
_______
Detalle código fuente

Lín.  Txt.fte.

 1018 *        <COMPONENTCONTROLLER> (COMPONENT)
 1019 * Notes: NOT intended for use outside of framework dr
 1020 * UDate: 20111012 172704
 1021 *====================================================
 1022 class CL_COMPONENTCONTROLLER_Ctr implementation.
 1023
 1024 *==================
 1025 method Constructor.
 1026 *==================
 1027 " Do NOT modify the Constructor, any changes will not
 1028
 1029   Me->Wd_This =    Wd_This.
 1030   Me->Wd_Context = Wd_Context.
 1031 endmethod.
 1032
 1033 * +--------------------------------------------------
 1034 * |  general methods
 1035 * +--------------------------------------------------
 1036
 1037 method WDDOAPPLICATIONSTATECHANGE . "#EC NEEDED
 1038 endmethod.
 1039
 1040 method WDDOBEFORENAVIGATION . "#EC NEEDED
 1041 endmethod.
 1042
 1043 method WDDOEXIT . "#EC NEEDED
 1044 endmethod.
 1045
 1046 METHOD wddoinit.
 1047
>>>>>   assert 1 = 2.
 1049 * Old reporting infrastructure replaced by new one in GRFN namespace.
 1050
 1051   CALL FUNCTION 'GRPC_API_SESSION_OPEN'
 1052 *     EXPORTING
 1053 *     I_LANGUAGE = SY-LANGU
 1054 *     I_TIMEFRAME = I_TIMEFRAME
 1055 *     I_TF_YEAR = I_TF_YEAR
 1056     IMPORTING
 1057       e_session_id = wd_this->m_session_id
 1058 *     E_RETURN_CODE = e_return_code
 1059 *   TABLES
 1060 *     ET_MESSAGE = ET_MESSAGE
 1061       .
 1062
 1063   CREATE OBJECT wd_this->mr_timeframe
 1064     EXPORTING
 1065       i_context = wd_context.
 1066   wd_this->mr_timeframe->set_session( wd_this->m_session_id ).
 1067

_____

-

-


We are on SP7 for GRCFND_A and other components in ABAP side, and SP7 for all software components in Java side.

Regards,

Edited by: Pedro Zuñiga on Oct 13, 2011 9:31 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pedro,

Were you able to resolve this issue? We are experiencing the same problem.

Thanks,

Mahwish

Former Member
0 Kudos

Any Ideas on this? we still having this issue and don't know how to resolve it.