cancel
Showing results for 
Search instead for 
Did you mean: 

short dump in ME9F

bibhuti_khamari
Explorer
0 Kudos
293

Dear Experts,

While i m trying to view print preview from ME23N its perfectly ok. I am getting the desired output , but when i m trying to view/ take print from ME9F i m getting short dump.  After a bit of analysis i got to know that from the driver program in the FORM "processing_po" the FM 'ME_READ_PO_FOR_PRINTING'  importing parameter l_doc returns a blank XEKPO internal table. That is causing the problem. But still to find out why this is happening. Please help .

Thanks in advance

Hi Gaurav,

Runtime Errors         GETWA_NOT_ASSIGNED
Date and Time          05.04.2012 10:00:41

Short text
     Field symbol has not yet been assigned.

What happened?
     Error in the ABAP Application Program

     The current ABAP program "/1BCDWB/SAPLSF00000004" had to be terminated because
      it has
     come across a statement that unfortunately cannot be executed.

7688 IS_EKKO-EKGRP <> 'P09' AND

7689 IS_EKKO-EKGRP <> 'P10' AND

7690 IS_EKKO-EKGRP <> 'P11' AND

7691 IS_EKKO-EKGRP <> 'P12' AND

7692 IS_EKKO-EKGRP <> 'P13' AND

7693 IS_EKKO-EKGRP <> 'P14' AND

7694 IS_EKKO-EKGRP <> 'PUR' AND

7695 IS_EKKO-EKGRP <> 'IMP'.

>>>>>  SELECT SINGLE EINDT FROM eket INTO delv_dat

7697  WHERE ebeln = <fs>-ebeln.

7698 ENDIF.

7699 clear:delv_desc.

7700  if delv_dat is not initial.

7701    delv_desc = 'Delivery Date'.

7702    endif.

But as i said what i found out is the table the field symbol <fs> is getting populated from l_doc-xekpo which is coming blank. in the said form .

View Entire Topic
former_member210560
Active Contributor
0 Kudos

Dear Bibhuti,

If you are using smartform, it might inconsistent that bring you to the dump. You may try to generate the Smartform again and test if the problem still happen after that.

Regards,

ian Wong Loke Foong

bibhuti_khamari
Explorer
0 Kudos

Dear All,

Thanks for your replies , the problem is solved. The user was entering some special characters in the "header note" which the line editor unable to interprete. Trying to pin point on which special character.

Again thanks all for your help specially Mr. Bijay Kumar Barik...