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: 

BCD_ZERODIVIDE

Former Member
0 Kudos
391

I have a user that when posting an invoice either from FBV0 or from inbox, get an error appears and the invoice is not posted. I have included the error message below.

ABAP runtime errors BCD_ZERODIVIDE

Division by 0 (type P) in program "SAPLTAX1 "

What happened?

-


The current ABAP/4 program "SAPLTAX1 " had to be terminated because one of the statements could not be executed.

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

What can you do?

-


Note the actions and input that caused the error.

Inform your SAP system administrator.

You can print out this message by choosing "Print". Transaction ST22 allows you to display and manage termination messages, including keeping them beyond their normal deletion date.

Error Analysis

-


In the current program "SAPLTAX1", an arithmetic operation ('DIVIDE', '/', 'DIV' or 'MOD') with a type P operand attempted to divide by 0.

Thanks in advance.

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
99

You should open an OSS note( or search for an existing one ) for this issue as it is a standard program and this is a hard error.

Regards,

RIch Heilman

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
100

You should open an OSS note( or search for an existing one ) for this issue as it is a standard program and this is a hard error.

Regards,

RIch Heilman

Former Member
0 Kudos
99

HI,

Goto <a href="http://service.sap.com">Sap Market place</a> and give the error and program name and search for note.. you will find one as it is a standard program.

Thanks

Mahesh