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 (3)

Answers (3)

Former Member
0 Kudos

Hi all iam adding the screenshot to give the clear picture.

Thanks in advance for your help.

Former Member
0 Kudos

Dear Singh, Try to activate the transformations / rules using suitable FMs. Please refer to SAP Note 1535576 for this issue : http://goo.gl/7irXe Also please check 1042920 and 1155629. Hope this solves the issue. Thanks, AB

Former Member
0 Kudos

We had a similar problem while loading the delta. Performing the init and then loading the delta solved the problem.

former_member182277
Contributor
0 Kudos

Hi Lajwanth,

Please find the below thread link:

http://scn.sap.com/thread/167079

Hope it help to resolve your problem.

Regards,

Neha

Former Member
0 Kudos

Hi,

MESSAGE_TYPE_X is likely kernel problem.

You'd want to update your kernel level up to latest version.

That solves most cases.

Regards,

Venkata S Pagolu

Former Member
0 Kudos

Hi,

Also check this

Note 1365712 - Generating FI programs during posting after importing SP

Regards,

Venkata S Pagolu

Former Member
0 Kudos

Message X throws in 'n' number of scenarios. the above scenari is different.

Error analysis shows the problem in Variable 1.......... "invalid call" i,e programme call.

My Question is

$*$ 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.