cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound dumps with MESSAGE_TYPE_X

former_member399424
Participant
0 Kudos

Hello Experts,

I am getting the dump as below.

"The current application triggered a termination with a short dump." MESSAGE_TYPE_X

What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).

What can you do?
    Note down which actions and inputs caused the error.


    To process the problem further, contact you SAP system
    administrator.

    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.

Error analysis
    Short text of error message:
    ***  Error in INSERT from table PA0105 argument 280000028840010    20130401201***

    

  Long text of error message:

   Diagnosis

       A system error has occurred.

       This error should not occur in productive operations.

       The system tried and failed to execute a INSERT operation on the

       record

       with the key 280000028840010   201304012013032700020130327PI_RF in

       table PA0105. It is possible that the record does not exist. The

       following are a few of the possible causes for this:

       o   The code in table PA0105 is not correctly specified in the data

           dictionary (SE11). Compare with another PAnnnn table.

       o   An infotype may have an additional view infotype for which the

           record is not available. This situation can occur when system

           settings for infotype views (T582V) are changed.

       o   Problems with database.

       o   There may be other causes.

Procedure

     Please contact your system administrator.

     Check the system settings for infotype views (T582V)

     Check if they have been changed.

     Check the database.

     Inform SAP of the problem.

Technical information about the message:

Message class....... "RP"

Number.............. 476

Variable 1.......... "INSERT"

Variable 2.......... "PA0105"

Variable 3.......... "280000028840010 201304012013032700020130327PI_RF"

Variable 4.......... " "

kindly advice for the same as soon as possible.

Thanks

Farooq

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

ask the HR guys if they entry which you try to update/insert in the interface is correct

as it seems it's not,

or you can configure the outbound interface first (assume it's HR masterdata so the TCODE is PFAL) - output the HR record and check the differencies <-- this is the quickest way without asking anyone,

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal

Can you tell the steps to fix it.