Symptom
/SAPAPO/OM_DWNUPL_DOWNLOAD fails and the dump message like this:
Category ABAP programming error
Runtime Errors CONVT_OVERFLOW
Except. CX_SY_CONVERSION_OVERFLOW
ABAP Program /SAPAPO/OM_DWNUPL_DOWNLOAD
Application Component SCM-APO-LCA
Date and Time 04/27/2021 13:46:33
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short Text |
| Overflow when converting "3.7037e+09" |
----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
| 1553| DO gv_timeout TIMES. |
| 1554| CALL FUNCTION '/SAPAPO/OM_DWNUPL_DOWNLOAD' |
| 1555| STARTING NEW TASK lv_task |
| 1556| DESTINATION IN GROUP DEFAULT |
| 1557| PERFORMING download ON END OF TASK |
| 1558| EXPORTING |
| 1559| iv_otype = iv_otype |
| 1560| iv_vrsioid = os_content-simid |
| 1561| it_id = lt_id_pack |
| 1562| iv_clusterno = lv_clustno |
| 1563| iv_from = ov_from |
| 1564| iv_to = ov_to |
| 1565| iv_ordtypes = lv_ordtypes |
| 1566| EXCEPTIONS |
| 1567| system_failure = 1 MESSAGE lv_mess |
| 1568| communication_failure = 2 MESSAGE lv_mess |
| 1569| resource_failure = 3. |
| 1570| IF sy-subrc <> 3. |
| 1571| EXIT. |
| 1572| ENDIF. |
| 1573| WAIT UP TO 1 SECONDS. " 1 hour |
| 1574| sy-subrc = 3." because wait sets sy-subrc = 0 and sy-subrc can only be 3 before stmt|
| 1575| ENDDO. |
| 1576| IF sy-subrc NE 0. |
| 1577| MESSAGE lv_mess TYPE 'E'. |
| 1578| ENDIF. |
| 1579| ADD 1 TO gv_act_processes. |
| 1580| |
| 1581| lv_bottom = lv_top + 1. |
| 1582| lv_percf = lv_top * 100 / ( lv_tfill + lv_tfill_s4h ). |
|>>>>>| lv_perc1 = lv_percf. |
| 1584| lv_diff = lv_perc1 - lv_perc2. |
| 1585| IF lv_diff GE 5 AND lv_perc1 LT 100. |
| 1586| CLEAR lv_text. |
| 1587| lv_text(4) = lv_perc1. |
| 1588| lv_text+4 = '%'. |
| 1589| MESSAGE s012(/sapapo/om) WITH lv_text '' '' ''. |
| 1590| lv_perc2 = lv_perc1. |
| 1591| ENDIF. |
| 1592| ENDDO. |
Read more...
Environment
SAP liveCache
Product
Keywords
/SAPAPO/OM_DWNUPL_DOWNLOAD, Overflow, converting, 3.7037e+09, lv_perc1, lv_perc1 = lv_percf , KBA , BC-DB-LCA , liveCache Applications , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview