cancel
Showing results for 
Search instead for 
Did you mean: 

J1IF13 Getting dump

Former Member
0 Kudos

Dear all MM experts,

I am getting dump in J1IF13 tcode .

some time it is running smoothly some time giving error what is the actual problem.

The ABAP dump analysis is like see at line 702 .

Short text

Conversion error

What happened?

The current screen processing action was terminated since a situ

occurred where the application could not continue.

This is probably due to an error in the ABAP program or in the c

screen.

Error analysis

The program has been interrupted and cannot resume.

Program "SAPMJ1IFN" attempted to display fields on screen 1210.

An error occurred during the conversion of this data.

692 &----


693 *& Module STATUS_1210 OUTPUT

694 &----


695 * text

696 ----


697 MODULE STATUS_1210 OUTPUT.

698 sort itab_excdtl.

699

700 DESCRIBE TABLE itab_excdtl LINES V_LINES_TC_1210.

701 tc_1210-lines = V_LINES_TC_1210.

702 ENDMODULE. " here cursor is coming and getting dump while debugging.

Please help me to come out from this issue.

thanks ,

Sanket.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

close