cancel
Showing results for 
Search instead for 
Did you mean: 

Getting "MESSAGE_TYPE_X " while executing a T Code S_ALR_87013611

otavio_soares
Participant
0 Kudos

Dear Experts,

The Tcode S_ALR_87013611 is showing the runtime error "MESSAGE_TYPE_X" when it executes in DEV and QAS systems.

We´ve looked for any SAP notes but we haven´t find. What´s wrong?

Following the data about message:

Runtime Errors MESSAGE_TYPE_X

Date and Time 29.03.2011 09:54:00

Short text

The current application triggered a termination with a short dump.

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).

Error analysis

Short text of error message:

Internal error: Program , include , form .

Long text of error message:

Diagnosis

An unexpected error has occurred.

Procedure

If you can reproduce the error, contact the SAP Hotline quoting the

error number.

Technical information about the message:

Message class....... "GR"

Number.............. 214

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

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

Variable 3.......... " "

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

Trigger Location of Runtime Error

Program GP4QLQKH46VZJ3P1A40A23S3HJG400

Include GP4QLQKH46VZJ3P1A40A23S3HJG400

Row 1.712

Module type (FORM)

Module Name IMPORT_DATA

Source Code Extract

Line SourceCde

1682 mess_store 'GS' 'W' '761' formula '' '' ''.

1683 WHEN 11.

1684 mess_store 'GS' 'W' '751' formula '' '' ''.

1685 WHEN 12.

1686 mess_store 'GS' 'W' '752' formula '' '' ''.

1687 WHEN 13.

1688 mess_store 'GS' 'W' '753' formula '' '' ''.

1689 WHEN 14.

1690 mess_store 'GS' 'W' '754' formula '' '' ''.

1691 WHEN 15.

1692 mess_store 'GS' 'W' '755' formula '' '' ''.

1693 WHEN 16.

1694 mess_store 'GS' 'W' '756' formula '' '' ''.

1695 WHEN 17.

1696 mess_store 'GS' 'W' '757' formula '' '' ''.

1697 WHEN OTHERS.

1698 mess_store 'GS' 'W' '763' formula '' '' ''.

1699 ENDCASE.

1700 WHEN 5.

1701 mess_store sy-msgid 'W' sy-msgno

1702 sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

1703 WHEN OTHERS.

1704 mess_store 'GR' 'W' '952' var '' '' ''.

1705 ENDCASE.

1706

1707 *....... job tables..................................

1708 l_s_grrt_key-rgjnr = job_name.

1709 l_s_grrt_key-versn = program_version.

1710 l_s_grrt_key-type = grwj_c_datatype_jobtables.

1711 jobtables import from l_s_grrt_key.

>>>> IF sy-subrc <> 0. MESSAGE x214. ENDIF.

1713

1714 CALL FUNCTION 'G_RW_CHECK_ACC_MODE'

1715 IMPORTING

1716 E_ACC_ACTIVE = l_acc_active.

1717

1718 if l_acc_active = 'X'.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Dear Otavio

In order to overcome this problem please re-generate the report

group in transaction GR55->select report group "1SIP"->then on top

of the screen choose the button "Generate".

After the generation the report should work again.

For the generation of report groups kindly also see SAP note

#78109.

br, Guido

otavio_soares
Participant
0 Kudos

Hi Guido,

Take easy! Your helpful tip helped us to solve the thread.

Thank you so much.

Best regards, Otávio.

Former Member
0 Kudos

thank you octavio for rewarding my answer, then

br, Guido

Former Member
0 Kudos

Dear Otavio,

first of all, the user has to check if the report library 1VK exist in the client in question. If not, it must be copied from another existing clients (usually from the client 000), with the help of the transaction code GR59. Once this process has been successfully performed, the user can generate the report 1SIP from the copied library 1VK using the transaction code GR55.

Best regards,

Vojislav Marjanovic

shahinmikailov
Explorer
0 Kudos

Thank you Guido very much,

your suggestion solved our problem

Shahin

Answers (1)

Answers (1)

Former Member
0 Kudos

Looks like master data has special characters on one of their fields. You might want to open OSS mesg with SAP to fix it.

Regards,

MoHan