cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error BCD_NO_SIGN

0 Kudos

Hi All,

We are getting an runtime error - BCD_NO_SIGN in our APO housekeeping job.

The error dump is encountered at step /SAPAPO/OM_REORG_DAILY of job which is to check OMS data.

Details of error dump

Short text - A packed number contains no sign

What happened

Error in the ABAP Application Program

The current ABAP program "/SAPAPO/SAPLOM_TOOLS_BASIS" had to be because it has come across a statement that unfortunately cannot be executed.

Error analysis

In the current program "/SAPAPO/SAPLOM_TOOLS_BASIS", the conversion to a packed number (type P) revealed that the number had no valid sign.

In the source code you have the termination point in line 77 of the (Include) program "/SAPAPO/LOM_TOOLS_BASISU18".

Line 77 has - SORT gt_log_oms BY sum_runtime DESCENDING.

Can you please help us to know what can be probable cause of error.

Thanks and Regards,

Mrigendra

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello,

We're facing the same pb.

Do you find a solution ?