cancel
Showing results for 
Search instead for 
Did you mean: 

Runn time error duirng billing output

Former Member
0 Kudos

Dear Friends

We have two output type for Billing, one for EDI & other Fax. When I am trying get output for FAX using VF31 and selecting billng document number system is shwing runn time error (dump). Output is nor processing.

What might be the reason, Please help somebody.

Thanks in advance.

Edited by: shiv on Feb 22, 2010 6:32 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Goto ST22 and find the Cause for the Dump

There you can identify the issue where it occurs exactly.

regards,

santosh

Former Member
0 Kudos

Hi Santosh

Thanks for your help.

Please let me know whether this error is coming due to lack in functional settings or we need to take help of Developer.....

Kindly help me on above..

Former Member
0 Kudos

Shiv,

This is due to the exception:" An overflow was discovered in an ongoing arithmetical operation with operands of type P", means in ABAP program while some arthematic calculations value of some variable of type P exceeds and causes overflow.

Take help of ABAPer and debug the program.

Answers (2)

Answers (2)

Former Member
0 Kudos

HI

Can u specify the error you are getting please do the dump analysis and give some more details of the dump i mean the reason for the dump.

Former Member
0 Kudos

Hi Thanks for responding. The errror is as follows

Runtime Errors COMPUTE_BCD_OVERFLOW

Except. CX_SY_ARITHMETIC_OVERFLOW

Date and Time 22.02.2010 17:52:18

Short dump has not been completely stored (too big)

Short text

Overflow during the arithmetical operation (type P) in program

What happened?

Error in the ABAP Application Program

The current ABAP program "/1BCDWB/SAPLSF00000070" had to be terminated because

it has

come across a statement that unfortunately cannot be executed.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not

caught in

procedure "%CO16" "(FORM)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

An overflow was discovered in an ongoing arithmetical operation with

operands of type P. Possible causes are:

1. The result field of type P is too small for the result.

How to correct the error

The result field must be enlarged, if this is still possible. It may

also be possible to break up the current process into subprocesses so

that only smaller values occur.

If the error occurred in your own ABAP program or in an SAP

program you modified, try to remove the error.

There may already be a solution to the error in the SAP notes system.

If you have access to the SAP notes system first try searching with the

following keywords:

"COMPUTE_BCD_OVERFLOW"

"BCD_FIELD_OVERFLOW" (Until release 4.0a, this runtime error occurred at this

position)

"/1BCDWB/SAPLSF00000070" or "/1BCDWB/LSF00000070F01"

"%CO16"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

Former Member
0 Kudos

Dear Friend,

Could someboduy ple explain why we get runn time error , I checked all configuraiton settings for OUTPUT DETERMINAITON FOR BILLING. even if everything is fine not sure why system is going for runn time error?

Please advice