Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

issue in me9f transaction po printing.

Former Member
0 Kudos

Hi

in me9f when try to print a po, there was a z program

ZPOPRINT which prints it, i think it is a routine.

it is giving a dump. i want information on routines

regarding this.

Thanks & Regards,

Abhimanyu.L

3 REPLIES 3

Former Member
0 Kudos

Hi,

Please post the description of the short dump..

Thanks,

Naren

0 Kudos

Hi,

the short dump.

Error in ABAP application program.

The current ABAP program "ZPOPRINT" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

Error analysis

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_CONVERSION_OVERFLOW',

was neither

caught nor passed along using a RAISING clause, in the procedure "PRINT_SRVPOS"

"(FORM)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

A value generated during processing is too large for the

field "ML_ESLL-NETWR" of the program "ZPOPRINT".

189 * ml_esll-brtwr = ml_esll-brtwr / ml_esll-peinh.

190 H_BRTWR = ML_ESLL-BRTWR * 1000.

191 IF ML_ESLL-MENGE NE 0.

192 HELP_NETWR = H_BRTWR / ML_ESLL-MENGE * ML_ESLL-PEINH. "<CH40B/1

>>>>> <b>MOVE HELP_NETWR TO ML_ESLL-NETWR. "<CH40B/1</b>

194 * ml_esll-netwr = h_brtwr / ml_esll-menge * ml_esll-peinh. "<CH40B/1

195 ENDIF.

Regards,

Abhimanyu.L

Former Member