cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump - Runtime Errors MESSAGE_TYPE_X

Former Member
0 Kudos

Hi Guru's/Experts,

I am Getting a Short dump when iam loading the data from DTP to Cube. I know its long query to post- but no choice left.

1) Error message as below.

Runtime Errors       MESSAGE_TYPE_X

2) Error analysis
    Short text of error message:
    Internal error: invalid call       - Contact SAP

    Long text of error message:

    Technical information about the message:
    Message class....... "RSTRAN"
    Number.............. 000
    Variable 1.......... "invalid call"
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "

3) How to correct the error

"MESSAGE_TYPE_X" " "

"GP_MET_RSTRAN_SECTION_GEN" or "GP_MET_RSTRAN_SECTION_GEN"     

I can understand this error is throwing from SAP program which is not able to generate the Perform Class in Code.

When i compaired the code from Dev to Quality there the missing code i found the below Message

  $*$ end of global - insert your declaration only before this line   *-*
    METHODS
      new_record__end_routine
        IMPORTING
          source_segid             type rstran_segid
          source_record            type sytabix
        EXPORTING
          record_new               type sytabix.

My question is does this METHOD will create a short Dump. If not please gimme the alternate solution.

Your Help is highly appreciated

Thanks in Advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Any help guru's

former_member186445
Active Contributor
0 Kudos

try reactivating the transformation. it will regenerate the code. this might help.

Former Member
0 Kudos

Dear Lajwanth, Please refer the SAP Note 1535576 http://goo.gl/OKZab Related threads : http://goo.gl/BJUfV Hope this solves the issue.