Quantcast
Channel: SCN : All Content - SAP Extended Warehouse Management (SAP EWM)
Viewing all articles
Browse latest Browse all 1703

Abap Dump with program "CL_GUI_DATAMANAGER============CP"

$
0
0

Hi All,

 

We are getting an large number of dumps in EWM system after SPS upgrade.

 

All the Dumps with Load program lost and all the programs with "CL_GUI_DATAMANAGER============CP".

 

One Example:

 

Category               Internal Kernel Error
Runtime Errors         LOAD_VERSION_LOST
Application Component  BC-ABA-LA
Date and Time          11/10/2014 03:39:25

 

Short text
     The version of program "CL_GUI_ALV_GRID===============CP" in the database has

 

What happened?
     Error in the SAP kernel.

     The current ABAP "CL_GUI_DATAMANAGER============CP" program had to be
      terminated because the
     ABAP processor detected an internal system error.

 

What can you do?
     The system attempted to correct the error
     automatically, so you should try to restart
     the program.
     Note which actions and input led to the error.

     For further help in handling the problem, contact your SAP administrator
     .

     You can use the ABAP dump analysis transaction ST22 to view and manage
     termination messages, in particular for long term reference.

Error analysis
    While the program was running, the program "CL_GUI_ALV_GRID===============CP"
     had to be reloaded
    from the database because a bottleneck pushed it out of the local
    program buffer. However, the program found in the database had
    a wrong load format.

    This error may occur if several application servers with different
    load formats use the same database. The load format normally changes
    when you migrate to another R3 Release.

  660       WHEN 'PROPERTY'.

  661         CALL METHOD CL_GUI_CFW=>GET_SUBSCRIBER_BY_ID

  662           EXPORTING

  663             SHELLID    = SHELLID

  664           IMPORTING

  665             SUBSCRIBER = PROXY

  666           EXCEPTIONS

  667             CNTL_ERROR = 1

  668             OTHERS     = 2.

  669         IF SY-SUBRC EQ 0.

  670           CREATE OBJECT NEWCONSUMER TYPE LCL_MYDATACHANGECONSUMER

  671             EXPORTING

  672               PROXY = PROXY.

  673         ELSEIF SY-SUBRC EQ 1.

  674           CREATE OBJECT NEWCONSUMER TYPE LCL_MYDATACHANGECONSUMER.

  675         ELSE.

  676           RAISE ERROR_CREATE.

  677         ENDIF.

  678       WHEN 'GENERIC'.

  679         CALL METHOD CL_GUI_CFW=>GET_SUBSCRIBER_BY_ID

  680           EXPORTING

  681             SHELLID    = SHELLID

  682           IMPORTING

  683             SUBSCRIBER = PROXY

  684           EXCEPTIONS

  685             CNTL_ERROR = 1

  686             OTHERS     = 2.

  687         IF SY-SUBRC EQ 0.

  688           catch system-exceptions move_cast_error = 1 others = 2.

>>>>>             if_Proxy ?= proxy.

  690           endcatch.

  691           if sy-subrc ne 0.

 

Thanks,

Thamodaran.G


Viewing all articles
Browse latest Browse all 1703

Trending Articles



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