cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Errors MESSAGE_TYPE_X ABAP Program SAPLPT_COR_REQUEST_UIA

upanda89
Member
0 Kudos

Hi Expet

I am getting this dump in production please help me

Category ABAP Programming Error

Runtime Errors MESSAGE_TYPE_X

ABAP Program SAPLPT_COR_REQUEST_UIA

Application Component PT-RC-TE

Date and Time 12.09.2014 16:45:43

Error analysis

Short text of the error message:

No Customizing E

Long text of the error message:

Technical information about the message:

Message class....... 53

Number.............. 999

Variable 1.......... No Customizing

Variable 2.......... E

Variable 3..........

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

t

FORM dump_if_errors
USING
messages TYPE ptcor_uia_message_tab.

FIELD-SYMBOLS:
<message> TYPE LINE OF ptcor_uia_message_tab.

LOOP AT messages ASSIGNING <message>.
IF <message>-type EQ c_message_error
OR <message>-type EQ c_message_abend.

MESSAGE x999(53) WITH "#EC *(here dump occurs)
<message>-message
<message>-type. "DUMP

ENDIF.
ENDLOOP.


ENDFORM.

Accepted Solutions (0)

Answers (1)

Answers (1)

sagarmehta
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Umakanta,

This seems like a production issue, have you created a SAP OSS incident for this?

Also, will need more information about the issue like- how did this error occur (what were the preceding steps)? complete dump log. etc.

Kind regards, Sagar