cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump CONVT_OVERFLOW while creating the contract (VA21)

Former Member
0 Kudos

Hello Team,

I am getting the short dump in Contract creation, details are below

***************************************************************************************************************************************************

Overflow when converting from "1.91159e+11"

The current ABAP/4 program "SAPFV45P " had to be terminated because

one of the statements could not be executed.

Error analysis

When attempting to convert the value "1.91159e+11",

an overflow occurred.

"CONVT_OVERFLOW"

"SAPFV45P " or "FV45PF0K_KALKULATIONSWERT_UEBE "

"KALKULATIONSWERT_UEBERNEHMEN"

If you cannot solve the problem yourself, please send the

following documents to SAP:

The termination occurred in line 139

of the source code of program "FV45PF0K_KALKULATIONSWERT_UEBE " (when calling

the editor 1390).

001290 DATA: DA_MENGE LIKE VBAP-KWMENG.

001300 IF TVAP-ETERL EQ SPACE AND VBAP-KWMENG = 0.

001310 DA_MENGE = VBAP-ZMENG.

001320 ELSE.

001330 DA_MENGE = VBAP-KWMENG.

001340 ENDIF.

001350 IF DA_MENGE > 0.

001360 DA_WERT = DA_WERT * KOMV-KPEIN * 1000

001370 / DA_MENGE * VBAP-UMVKN / VBAP-UMVKZ.

001380 ENDIF.

> KOMV-KBETR = DA_WERT.

001400 ELSEIF T685A-KRECH = 'B'.

001410 KOMV-KBETR = DA_WERT.

001420 ELSE.

001430 KOMV-KWERT = DA_WERT.

001440 ENDIF.

**************************************************************************************************************************************

Please help to provide the solution for the above error, is there any OSS message is availbale?

Thanks & Regards,

MK

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi MK,

maybe the number is too big to be handled. There is an OSS message too (note 1167551).

But try to reduce/change number format first.

Hope it helps.

Simone.

Former Member
0 Kudos

Dear All,

We got the solution, problem is with Prchase info record there conversions not maintained properly for the BOM.

Thank you all for your support.

Regards,

MK

former_member696369
Active Participant
0 Kudos

Dear Murali,

i think there is a convertion problem, Take help of abaper , and debug it.

Reg

NAr